#E15875

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

Shades of Cranberry #E15875

Tints of Cranberry #E15875

Color information

#E15875 (or 0xE15875) is unknown color: approx Cranberry. HEX triplet: E1, 58 and 75. RGB value is (225,88,117). Sum of RGB (Red+Green+Blue) = 225+88+117=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E15875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15875 is #1EA78A. Grayscale: #848484. Windows color (decimal): -2008971 or 7690465. OLE color: 7690465.

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

Color convert

RGB22588117-
CMYK00.610.480.12
HSL347.3º69.54%61.37%-
HSV(B)347.3º60.89%88.24%-
XYZ37.7524.2719.52-
YUV132.27119.39194.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 88 (34.77% from 255) = 20.47%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=52.33%
G=20.47%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258811700.610.480.12347.369.5461.37
HexE1587503D30C15b463d
Octal341130165075601453310675
Binary1110000110110001110101011110111000011001010110111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15875; }

 p { color: rgb(225,88,117); }

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

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

 a { background-color: rgb(225,88,117); }

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

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

 span { border-color: rgb(225,88,117); }

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