#E5407E

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

Shades of Cranberry #E5407E

Tints of Cranberry #E5407E

Color information

#E5407E (or 0xE5407E) is unknown color: approx Cranberry. HEX triplet: E5, 40 and 7E. RGB value is (229,64,126). Sum of RGB (Red+Green+Blue) = 229+64+126=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5407E is #1ABF81. Grayscale: #787878. Windows color (decimal): -1752962 or 8274149. OLE color: 8274149.

HSL color Cylindrical-coordinate representation of color #E5407E: hue angle of 337.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5407E is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB22964126-
CMYK00.720.450.10
HSL337.45º76.04%57.45%-
HSV(B)337.45º72.05%89.8%-
XYZ37.9121.8321.95-
YUV120.4131.16205.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=54.65%
G=15.27%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296412600.720.450.10337.4576.0457.45
HexE5407E0482DA1514c39
Octal3451001760110551252111471
Binary11100101100000011111100100100010110110101010100011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5407E; }

 p { color: rgb(229,64,126); }

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

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

 a { background-color: rgb(229,64,126); }

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

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

 span { border-color: rgb(229,64,126); }

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