#e05a78

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

Shades of Cranberry #E05A78

Tints of Cranberry #E05A78

Color information

#E05A78 (or 0xE05A78) is unknown color: approx Cranberry. HEX triplet: E0, 5A and 78. RGB value is (224,90,120). Sum of RGB (Red+Green+Blue) = 224+90+120=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A78 is #1FA587. Grayscale: #858585. Windows color (decimal): -2073992 or 7887584. OLE color: 7887584.

HSL color Cylindrical-coordinate representation of color #E05A78: hue angle of 346.57º 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 #E05A78 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22490120-
CMYK00.600.460.12
HSL346.57º68.37%61.57%-
HSV(B)346.57º59.82%87.84%-
XYZ37.7924.5220.51-
YUV133.49120.39192.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=51.61%
G=20.74%
B=27.65%

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
Decimal2249012000.600.460.12346.5768.3761.57
HexE05A7803C2EC15b443e
Octal340132170074561453310476
Binary1110000010110101111000011110010111011001010110111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05a78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05a78; }

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

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

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

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

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

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

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

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