#E15C76

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

Shades of Cranberry #E15C76

Tints of Cranberry #E15C76

Color information

#E15C76 (or 0xE15C76) is unknown color: approx Cranberry. HEX triplet: E1, 5C and 76. RGB value is (225,92,118). Sum of RGB (Red+Green+Blue) = 225+92+118=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C76 is #1EA389. Grayscale: #868686. Windows color (decimal): -2007946 or 7757025. OLE color: 7757025.

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

Color convert

RGB22592118-
CMYK00.590.480.12
HSL348.27º68.91%62.16%-
HSV(B)348.27º59.11%88.24%-
XYZ38.1524.9719.95-
YUV134.73118.56192.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=51.72%
G=21.15%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259211800.590.480.12348.2768.9162.16
HexE15C7603B30C15c453e
Octal341134166073601453410576
Binary1110000110111001110110011101111000011001010111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C76; }

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

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

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

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

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

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

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

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