#E15474

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

Shades of Cranberry #E15474

Tints of Cranberry #E15474

Color information

#E15474 (or 0xE15474) is unknown color: approx Cranberry. HEX triplet: E1, 54 and 74. RGB value is (225,84,116). Sum of RGB (Red+Green+Blue) = 225+84+116=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E15474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15474 is #1EAB8B. Grayscale: #818181. Windows color (decimal): -2009996 or 7623905. OLE color: 7623905.

HSL color Cylindrical-coordinate representation of color #E15474: hue angle of 346.38º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15474 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22584116-
CMYK00.630.480.12
HSL346.38º70.15%60.59%-
HSV(B)346.38º62.67%88.24%-
XYZ37.3723.6119.11-
YUV129.81120.21195.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=52.94%
G=19.76%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258411600.630.480.12346.3870.1560.59
HexE1547403F30C15a463d
Octal341124164077601453210675
Binary1110000110101001110100011111111000011001010110101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15474; }

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

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

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

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

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

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

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

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