#E14552

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

Shades of Mandy #E14552

Tints of Mandy #E14552

Color information

#E14552 (or 0xE14552) is unknown color: approx Mandy. HEX triplet: E1, 45 and 52. RGB value is (225,69,82). Sum of RGB (Red+Green+Blue) = 225+69+82=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E14552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14552 is #1EBAAD. Grayscale: #757575. Windows color (decimal): -2013870 or 5391841. OLE color: 5391841.

HSL color Cylindrical-coordinate representation of color #E14552: hue angle of 355º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14552 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2256982-
CMYK00.690.640.12
HSL355º72.22%57.65%-
HSV(B)355º69.33%88.24%-
XYZ34.720.8710.18-
YUV117.13108.18204.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.84%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=59.84%
G=18.35%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225698200.690.640.1235572.2257.65
HexE1455204540C163483a
Octal34110512201051001454311072
Binary111000011000101101001001000101100000011001011000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14552; }

 p { color: rgb(225,69,82); }

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

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

 a { background-color: rgb(225,69,82); }

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

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

 span { border-color: rgb(225,69,82); }

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