#E15874

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

Shades of Cranberry #E15874

Tints of Cranberry #E15874

Color information

#E15874 (or 0xE15874) is unknown color: approx Cranberry. HEX triplet: E1, 58 and 74. RGB value is (225,88,116). Sum of RGB (Red+Green+Blue) = 225+88+116=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E15874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15874 is #1EA78B. Grayscale: #848484. Windows color (decimal): -2008972 or 7624929. OLE color: 7624929.

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

Color convert

RGB22588116-
CMYK00.610.480.12
HSL347.74º69.54%61.37%-
HSV(B)347.74º60.89%88.24%-
XYZ37.6924.2519.22-
YUV132.15118.89194.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=52.45%
G=20.51%
B=27.04%

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
Decimal2258811600.610.480.12347.7469.5461.37
HexE1587403D30C15c463d
Octal341130164075601453410675
Binary1110000110110001110100011110111000011001010111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15874; }

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

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

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

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

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

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

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

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