#E05770

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

Shades of Cranberry #E05770

Tints of Cranberry #E05770

Color information

#E05770 (or 0xE05770) is unknown color: approx Cranberry. HEX triplet: E0, 57 and 70. RGB value is (224,87,112). Sum of RGB (Red+Green+Blue) = 224+87+112=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E05770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05770 is #1FA88F. Grayscale: #828282. Windows color (decimal): -2074768 or 7362528. OLE color: 7362528.

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

Color convert

RGB22487112-
CMYK00.610.500.12
HSL349.05º68.84%60.98%-
HSV(B)349.05º61.16%87.84%-
XYZ37.0723.8317.98-
YUV130.81117.39194.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.96%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=52.96%
G=20.57%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248711200.610.500.12349.0568.8460.98
HexE0577003D32C15d453d
Octal340127160075621453510575
Binary1110000010101111110000011110111001011001010111011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05770; }

 p { color: rgb(224,87,112); }

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

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

 a { background-color: rgb(224,87,112); }

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

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

 span { border-color: rgb(224,87,112); }

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