#E15054

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

Shades of Mandy #E15054

Tints of Mandy #E15054

Color information

#E15054 (or 0xE15054) is unknown color: approx Mandy. HEX triplet: E1, 50 and 54. RGB value is (225,80,84). Sum of RGB (Red+Green+Blue) = 225+80+84=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E15054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15054 is #1EAFAB. Grayscale: #7B7B7B. Windows color (decimal): -2011052 or 5525729. OLE color: 5525729.

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

Color convert

RGB2258084-
CMYK00.640.630.12
HSL358.34º70.73%59.8%-
HSV(B)358.34º64.44%88.24%-
XYZ35.5222.3810.84-
YUV123.81105.54200.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.84%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=57.84%
G=20.57%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225808400.640.630.12358.3470.7359.8
HexE150540403FC166473c
Octal3411201240100771454610774
Binary11100001101000010101000100000011111111001011001101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15054; }

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

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

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

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

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

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

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

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