#E15C72

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

Shades of Cranberry #E15C72

Tints of Cranberry #E15C72

Color information

#E15C72 (or 0xE15C72) is unknown color: approx Cranberry. HEX triplet: E1, 5C and 72. RGB value is (225,92,114). Sum of RGB (Red+Green+Blue) = 225+92+114=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C72 is #1EA38D. Grayscale: #868686. Windows color (decimal): -2007950 or 7494881. OLE color: 7494881.

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

Color convert

RGB22592114-
CMYK00.590.490.12
HSL350.08º68.91%62.16%-
HSV(B)350.08º59.11%88.24%-
XYZ37.9224.8818.72-
YUV134.28116.56192.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=52.20%
G=21.35%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259211400.590.490.12350.0868.9162.16
HexE15C7203B31C15e453e
Octal341134162073611453610576
Binary1110000110111001110010011101111000111001010111101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C72; }

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

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

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

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

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

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

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

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