#E15C73

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

Shades of Cranberry #E15C73

Tints of Cranberry #E15C73

Color information

#E15C73 (or 0xE15C73) is unknown color: approx Cranberry. HEX triplet: E1, 5C and 73. RGB value is (225,92,115). Sum of RGB (Red+Green+Blue) = 225+92+115=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C73 is #1EA38C. Grayscale: #868686. Windows color (decimal): -2007949 or 7560417. OLE color: 7560417.

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

Color convert

RGB22592115-
CMYK00.590.490.12
HSL349.62º68.91%62.16%-
HSV(B)349.62º59.11%88.24%-
XYZ37.9724.919.02-
YUV134.39117.06192.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.08%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=52.08%
G=21.30%
B=26.62%

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
Decimal2259211500.590.490.12349.6268.9162.16
HexE15C7303B31C15e453e
Octal341134163073611453610576
Binary1110000110111001110011011101111000111001010111101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C73; }

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

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

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

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

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

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

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

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