#E15B5C

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

Shades of Mandy #E15B5C

Tints of Mandy #E15B5C

Color information

#E15B5C (or 0xE15B5C) is unknown color: approx Mandy. HEX triplet: E1, 5B and 5C. RGB value is (225,91,92). Sum of RGB (Red+Green+Blue) = 225+91+92=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B5C is #1EA4A3. Grayscale: #838383. Windows color (decimal): -2008228 or 6052833. OLE color: 6052833.

HSL color Cylindrical-coordinate representation of color #E15B5C: hue angle of 359.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15B5C is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB2259192-
CMYK00.600.590.12
HSL359.55º69.07%61.96%-
HSV(B)359.55º59.56%88.24%-
XYZ36.7224.2612.87-
YUV131.18105.89194.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.15%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=55.15%
G=22.30%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225919200.600.590.12359.5569.0761.96
HexE15B5C03C3BC168453e
Octal341133134074731455010576
Binary1110000110110111011100011110011101111001011010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15B5C; }

 p { color: rgb(225,91,92); }

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

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

 a { background-color: rgb(225,91,92); }

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

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

 span { border-color: rgb(225,91,92); }

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