#E15462

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

Shades of Mandy #E15462

Tints of Mandy #E15462

Color information

#E15462 (or 0xE15462) is unknown color: approx Mandy. HEX triplet: E1, 54 and 62. RGB value is (225,84,98). Sum of RGB (Red+Green+Blue) = 225+84+98=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E15462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15462 is #1EAB9D. Grayscale: #7F7F7F. Windows color (decimal): -2010014 or 6444257. OLE color: 6444257.

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

Color convert

RGB2258498-
CMYK00.630.560.12
HSL354.04º70.15%60.59%-
HSV(B)354.04º62.67%88.24%-
XYZ36.4323.2314.12-
YUV127.76111.21197.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=55.28%
G=20.64%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225849800.630.560.12354.0470.1560.59
HexE1546203F38C162463d
Octal341124142077701454210675
Binary1110000110101001100010011111111100011001011000101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15462; }

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

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

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

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

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

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

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

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