#E04D52

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

Shades of Mandy #E04D52

Tints of Mandy #E04D52

Color information

#E04D52 (or 0xE04D52) is unknown color: approx Mandy. HEX triplet: E0, 4D and 52. RGB value is (224,77,82). Sum of RGB (Red+Green+Blue) = 224+77+82=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D52 is #1FB2AD. Grayscale: #797979. Windows color (decimal): -2077358 or 5393888. OLE color: 5393888.

HSL color Cylindrical-coordinate representation of color #E04D52: hue angle of 357.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04D52 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB2247782-
CMYK00.660.630.12
HSL357.96º70.33%59.02%-
HSV(B)357.96º65.62%87.84%-
XYZ34.9221.7610.34-
YUV121.52105.7201.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.49%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=58.49%
G=20.10%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224778200.660.630.12357.9670.3359.02
HexE04D520423FC166463b
Octal3401151220102771454610673
Binary11100000100110110100100100001011111111001011001101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04D52; }

 p { color: rgb(224,77,82); }

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

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

 a { background-color: rgb(224,77,82); }

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

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

 span { border-color: rgb(224,77,82); }

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