#E54079

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

Shades of Cranberry #E54079

Tints of Cranberry #E54079

Color information

#E54079 (or 0xE54079) is unknown color: approx Cranberry. HEX triplet: E5, 40 and 79. RGB value is (229,64,121). Sum of RGB (Red+Green+Blue) = 229+64+121=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E54079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54079 is #1ABF86. Grayscale: #777777. Windows color (decimal): -1752967 or 7946469. OLE color: 7946469.

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

Color convert

RGB22964121-
CMYK00.720.470.10
HSL339.27º76.04%57.45%-
HSV(B)339.27º72.05%89.8%-
XYZ37.621.7120.3-
YUV119.83128.66205.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=55.31%
G=15.46%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296412100.720.470.10339.2776.0457.45
HexE540790482FA1534c39
Octal3451001710110571252311471
Binary11100101100000011110010100100010111110101010100111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54079; }

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

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

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

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

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

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

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

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