#E45575

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

Shades of Cranberry #E45575

Tints of Cranberry #E45575

Color information

#E45575 (or 0xE45575) is unknown color: approx Cranberry. HEX triplet: E4, 55 and 75. RGB value is (228,85,117). Sum of RGB (Red+Green+Blue) = 228+85+117=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E45575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45575 is #1BAA8A. Grayscale: #838383. Windows color (decimal): -1813131 or 7689700. OLE color: 7689700.

HSL color Cylindrical-coordinate representation of color #E45575: hue angle of 346.57º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45575 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB22885117-
CMYK00.630.490.11
HSL346.57º72.59%61.37%-
HSV(B)346.57º62.72%89.41%-
XYZ38.4524.2819.49-
YUV131.4119.88196.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.02%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=53.02%
G=19.77%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288511700.630.490.11346.5772.5961.37
HexE4557503F31B15b493d
Octal344125165077611353311175
Binary1110010010101011110101011111111000110111010110111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45575; }

 p { color: rgb(228,85,117); }

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

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

 a { background-color: rgb(228,85,117); }

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

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

 span { border-color: rgb(228,85,117); }

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