#E15156

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

Shades of Mandy #E15156

Tints of Mandy #E15156

Color information

#E15156 (or 0xE15156) is unknown color: approx Mandy. HEX triplet: E1, 51 and 56. RGB value is (225,81,86). Sum of RGB (Red+Green+Blue) = 225+81+86=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E15156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15156 is #1EAEA9. Grayscale: #7C7C7C. Windows color (decimal): -2010794 or 5657057. OLE color: 5657057.

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

Color convert

RGB2258186-
CMYK00.640.620.12
HSL357.92º70.59%60%-
HSV(B)357.92º64%88.24%-
XYZ35.6722.5611.28-
YUV124.63106.21199.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=57.40%
G=20.66%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225818600.640.620.12357.9270.5960
HexE151560403EC166473c
Octal3411211260100761454610774
Binary11100001101000110101100100000011111011001011001101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15156; }

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

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

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

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

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

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

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

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