#EC5558

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

Shades of Mandy #EC5558

Tints of Mandy #EC5558

Color information

#EC5558 (or 0xEC5558) is unknown color: approx Mandy. HEX triplet: EC, 55 and 58. RGB value is (236,85,88). Sum of RGB (Red+Green+Blue) = 236+85+88=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5558 is #13AAA7. Grayscale: #828282. Windows color (decimal): -1288872 or 5789164. OLE color: 5789164.

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

Color convert

RGB2368588-
CMYK00.640.630.07
HSL358.81º79.89%62.94%-
HSV(B)358.81º63.98%92.55%-
XYZ39.625.0311.98-
YUV130.49104.03203.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.70%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=57.70%
G=20.78%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236858800.640.630.07358.8179.8962.94
HexEC55580403F7167503f
Octal354125130010077754712077
Binary1110110010101011011000010000001111111111011001111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5558; }

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

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

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

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

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

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

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

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