#E54279

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

Shades of Cranberry #E54279

Tints of Cranberry #E54279

Color information

#E54279 (or 0xE54279) is unknown color: approx Cranberry. HEX triplet: E5, 42 and 79. RGB value is (229,66,121). Sum of RGB (Red+Green+Blue) = 229+66+121=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E54279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54279 is #1ABD86. Grayscale: #787878. Windows color (decimal): -1752455 or 7946981. OLE color: 7946981.

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

Color convert

RGB22966121-
CMYK00.710.470.10
HSL339.75º75.81%57.84%-
HSV(B)339.75º71.18%89.8%-
XYZ37.7121.9320.34-
YUV121.01128205.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.05%
GREEN value IS 66 (26.17% from 255) = 15.87%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=55.05%
G=15.87%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296612100.710.470.10339.7575.8157.84
HexE542790472FA1544c3a
Octal3451021710107571252411472
Binary11100101100001011110010100011110111110101010101001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54279; }

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

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

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

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

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

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

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

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