#E15772

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

Shades of Cranberry #E15772

Tints of Cranberry #E15772

Color information

#E15772 (or 0xE15772) is unknown color: approx Cranberry. HEX triplet: E1, 57 and 72. RGB value is (225,87,114). Sum of RGB (Red+Green+Blue) = 225+87+114=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15772 is #1EA88D. Grayscale: #838383. Windows color (decimal): -2009230 or 7493601. OLE color: 7493601.

HSL color Cylindrical-coordinate representation of color #E15772: hue angle of 348.26º degrees, saturation: 0.7, 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 #E15772 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB22587114-
CMYK00.610.490.12
HSL348.26º69.7%61.18%-
HSV(B)348.26º61.33%88.24%-
XYZ37.524.0418.58-
YUV131.34118.22194.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=52.82%
G=20.42%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258711400.610.490.12348.2669.761.18
HexE1577203D31C15c463d
Octal341127162075611453410675
Binary1110000110101111110010011110111000111001010111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15772; }

 p { color: rgb(225,87,114); }

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

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

 a { background-color: rgb(225,87,114); }

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

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

 span { border-color: rgb(225,87,114); }

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