#E05A79

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

Shades of Cranberry #E05A79

Tints of Cranberry #E05A79

Color information

#E05A79 (or 0xE05A79) is unknown color: approx Cranberry. HEX triplet: E0, 5A and 79. RGB value is (224,90,121). Sum of RGB (Red+Green+Blue) = 224+90+121=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A79 is #1FA586. Grayscale: #858585. Windows color (decimal): -2073991 or 7953120. OLE color: 7953120.

HSL color Cylindrical-coordinate representation of color #E05A79: hue angle of 346.12º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05A79 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22490121-
CMYK00.600.460.12
HSL346.12º68.37%61.57%-
HSV(B)346.12º59.82%87.84%-
XYZ37.8524.5420.83-
YUV133.6120.89192.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=51.49%
G=20.69%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249012100.600.460.12346.1268.3761.57
HexE05A7903C2EC15a443e
Octal340132171074561453210476
Binary1110000010110101111001011110010111011001010110101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05A79; }

 p { color: rgb(224,90,121); }

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

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

 a { background-color: rgb(224,90,121); }

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

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

 span { border-color: rgb(224,90,121); }

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