#e5456d

Color #E5456D Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #E5456D

Tints of Cranberry #E5456D

Color information

#E5456D (or 0xE5456D) is unknown color: approx Cranberry. HEX triplet: E5, 45 and 6D. RGB value is (229,69,109). Sum of RGB (Red+Green+Blue) = 229+69+109=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5456D is #1ABA92. Grayscale: #797979. Windows color (decimal): -1751699 or 7161317. OLE color: 7161317.

HSL color Cylindrical-coordinate representation of color #E5456D: hue angle of 345º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5456D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB22969109-
CMYK00.700.520.10
HSL345º75.47%58.43%-
HSV(B)345º69.87%89.8%-
XYZ37.222.0216.76-
YUV121.4121.01204.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 56.27%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=56.27%
G=16.95%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296910900.700.520.1034575.4758.43
HexE5456D04634A1594b3a
Octal3451051550106641253111372
Binary11100101100010111011010100011011010010101010110011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5456d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5456d; }

 p { color: rgb(229,69,109); }

 H1.HeaderClassName
 {
   color: #e5456d;
 }
 .AnyTagClassName
 {
   color: #e5456d;
 }
</style>
background-color css

<style>
 a { background-color: #e5456d; }

 a { background-color: rgb(229,69,109); }

 div.DivClassName
 {
   background-color: #e5456d;
 }
 .BgClassName
 {
   background-color: #e5456d;
 }
</style>
border-color css

<style>
 span { border-color: #e5456d; }

 span { border-color: rgb(229,69,109); }

 td.TdClassName
 {
   border-color: #e5456d;
 }
 .TagClassName
 {
   border-color: #e5456d;
 }
</style>