#E05152

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

Shades of Mandy #E05152

Tints of Mandy #E05152

Color information

#E05152 (or 0xE05152) is unknown color: approx Mandy. HEX triplet: E0, 51 and 52. RGB value is (224,81,82). Sum of RGB (Red+Green+Blue) = 224+81+82=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E05152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05152 is #1FAEAD. Grayscale: #7C7C7C. Windows color (decimal): -2076334 or 5394912. OLE color: 5394912.

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

Color convert

RGB2248182-
CMYK00.640.630.12
HSL359.58º69.76%59.8%-
HSV(B)359.58º63.84%87.84%-
XYZ35.2122.3410.44-
YUV123.87104.38199.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.88%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=57.88%
G=20.93%
B=21.19%

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
Decimal224818200.640.630.12359.5869.7659.8
HexE051520403FC168463c
Octal3401211220100771455010674
Binary11100000101000110100100100000011111111001011010001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05152; }

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

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

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

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

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

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

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

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