#E05976

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

Shades of Cranberry #E05976

Tints of Cranberry #E05976

Color information

#E05976 (or 0xE05976) is unknown color: approx Cranberry. HEX triplet: E0, 59 and 76. RGB value is (224,89,118). Sum of RGB (Red+Green+Blue) = 224+89+118=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E05976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05976 is #1FA689. Grayscale: #848484. Windows color (decimal): -2074250 or 7756256. OLE color: 7756256.

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

Color convert

RGB22489118-
CMYK00.600.470.12
HSL347.11º68.53%61.37%-
HSV(B)347.11º60.27%87.84%-
XYZ37.5824.319.85-
YUV132.67119.73193.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.97%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=51.97%
G=20.65%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248911800.600.470.12347.1168.5361.37
HexE0597603C2FC15b453d
Octal340131166074571453310575
Binary1110000010110011110110011110010111111001010110111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05976; }

 p { color: rgb(224,89,118); }

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

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

 a { background-color: rgb(224,89,118); }

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

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

 span { border-color: rgb(224,89,118); }

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