#ec5455

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

Shades of Mandy #EC5455

Tints of Mandy #EC5455

Color information

#EC5455 (or 0xEC5455) is unknown color: approx Mandy. HEX triplet: EC, 54 and 55. RGB value is (236,84,85). Sum of RGB (Red+Green+Blue) = 236+84+85=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5455 is #13ABAA. Grayscale: #818181. Windows color (decimal): -1289131 or 5592300. OLE color: 5592300.

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

Color convert

RGB2368485-
CMYK00.640.640.07
HSL359.61º80%62.75%-
HSV(B)359.61º64.41%92.55%-
XYZ39.424.8311.31-
YUV129.56102.86203.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.27%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=58.27%
G=20.74%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236848500.640.640.07359.618062.75
HexEC5455040407168503f
Octal3541241250100100755012077
Binary11101100101010010101010100000010000001111011010001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec5455; }

 p { color: rgb(236,84,85); }

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

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

 a { background-color: rgb(236,84,85); }

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

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

 span { border-color: rgb(236,84,85); }

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