#EC5160

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

Shades of Mandy #EC5160

Tints of Mandy #EC5160

Color information

#EC5160 (or 0xEC5160) is unknown color: approx Mandy. HEX triplet: EC, 51 and 60. RGB value is (236,81,96). Sum of RGB (Red+Green+Blue) = 236+81+96=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5160 is #13AE9F. Grayscale: #818181. Windows color (decimal): -1289888 or 6312428. OLE color: 6312428.

HSL color Cylindrical-coordinate representation of color #EC5160: hue angle of 354.19º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5160 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB2368196-
CMYK00.660.590.07
HSL354.19º80.31%62.16%-
HSV(B)354.19º65.68%92.55%-
XYZ39.6524.5613.72-
YUV129.05109.35204.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.14%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=57.14%
G=19.61%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236819600.660.590.07354.1980.3162.16
HexEC51600423B7162503e
Octal354121140010273754212076
Binary1110110010100011100000010000101110111111011000101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5160; }

 p { color: rgb(236,81,96); }

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

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

 a { background-color: rgb(236,81,96); }

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

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

 span { border-color: rgb(236,81,96); }

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