#E15158

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

Shades of Mandy #E15158

Tints of Mandy #E15158

Color information

#E15158 (or 0xE15158) is unknown color: approx Mandy. HEX triplet: E1, 51 and 58. RGB value is (225,81,88). Sum of RGB (Red+Green+Blue) = 225+81+88=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15158 is #1EAEA7. Grayscale: #7C7C7C. Windows color (decimal): -2010792 or 5788129. OLE color: 5788129.

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

Color convert

RGB2258188-
CMYK00.640.610.12
HSL357.08º70.59%60%-
HSV(B)357.08º64%88.24%-
XYZ35.7622.611.71-
YUV124.85107.21199.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=57.11%
G=20.56%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225818800.640.610.12357.0870.5960
HexE151580403DC165473c
Octal3411211300100751454510774
Binary11100001101000110110000100000011110111001011001011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15158; }

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

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

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

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

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

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

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

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