#E5407D

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

Shades of Cranberry #E5407D

Tints of Cranberry #E5407D

Color information

#E5407D (or 0xE5407D) is unknown color: approx Cranberry. HEX triplet: E5, 40 and 7D. RGB value is (229,64,125). Sum of RGB (Red+Green+Blue) = 229+64+125=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5407D is #1ABF82. Grayscale: #787878. Windows color (decimal): -1752963 or 8208613. OLE color: 8208613.

HSL color Cylindrical-coordinate representation of color #E5407D: hue angle of 337.82º 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 #E5407D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB22964125-
CMYK00.720.450.10
HSL337.82º76.04%57.45%-
HSV(B)337.82º72.05%89.8%-
XYZ37.8521.8121.62-
YUV120.29130.66205.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=54.78%
G=15.31%
B=29.90%

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
Decimal2296412500.720.450.10337.8276.0457.45
HexE5407D0482DA1524c39
Octal3451001750110551252211471
Binary11100101100000011111010100100010110110101010100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5407D; }

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

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

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

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

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

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

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

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