#E15473

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

Shades of Cranberry #E15473

Tints of Cranberry #E15473

Color information

#E15473 (or 0xE15473) is unknown color: approx Cranberry. HEX triplet: E1, 54 and 73. RGB value is (225,84,115). Sum of RGB (Red+Green+Blue) = 225+84+115=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15473 is #1EAB8C. Grayscale: #818181. Windows color (decimal): -2009997 or 7558369. OLE color: 7558369.

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

Color convert

RGB22584115-
CMYK00.630.490.12
HSL346.81º70.15%60.59%-
HSV(B)346.81º62.67%88.24%-
XYZ37.3223.5918.81-
YUV129.69119.71195.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=53.07%
G=19.81%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258411500.630.490.12346.8170.1560.59
HexE1547303F31C15b463d
Octal341124163077611453310675
Binary1110000110101001110011011111111000111001010110111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15473; }

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

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

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

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

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

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

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

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