#E15056

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

Shades of Mandy #E15056

Tints of Mandy #E15056

Color information

#E15056 (or 0xE15056) is unknown color: approx Mandy. HEX triplet: E1, 50 and 56. RGB value is (225,80,86). Sum of RGB (Red+Green+Blue) = 225+80+86=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E15056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15056 is #1EAFA9. Grayscale: #7C7C7C. Windows color (decimal): -2011050 or 5656801. OLE color: 5656801.

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

Color convert

RGB2258086-
CMYK00.640.620.12
HSL357.52º70.73%59.8%-
HSV(B)357.52º64.44%88.24%-
XYZ35.622.4211.25-
YUV124.04106.54200.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.54%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=57.54%
G=20.46%
B=21.99%

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
Decimal225808600.640.620.12357.5270.7359.8
HexE150560403EC166473c
Octal3411201260100761454610774
Binary11100001101000010101100100000011111011001011001101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15056; }

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

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

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

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

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

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

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

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