#E15178

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

Shades of Cranberry #E15178

Tints of Cranberry #E15178

Color information

#E15178 (or 0xE15178) is unknown color: approx Cranberry. HEX triplet: E1, 51 and 78. RGB value is (225,81,120). Sum of RGB (Red+Green+Blue) = 225+81+120=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15178 is #1EAE87. Grayscale: #808080. Windows color (decimal): -2010760 or 7885281. OLE color: 7885281.

HSL color Cylindrical-coordinate representation of color #E15178: hue angle of 343.75º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15178 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB22581120-
CMYK00.640.470.12
HSL343.75º70.59%60%-
HSV(B)343.75º64%88.24%-
XYZ37.3823.2520.29-
YUV128.5123.21196.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=52.82%
G=19.01%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258112000.640.470.12343.7570.5960
HexE151780402FC158473c
Octal3411211700100571453010774
Binary11100001101000111110000100000010111111001010110001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15178; }

 p { color: rgb(225,81,120); }

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

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

 a { background-color: rgb(225,81,120); }

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

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

 span { border-color: rgb(225,81,120); }

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