Html Css Color HEX #EC5059 Mandy

📋 copy color: '#EC5059'

red 236 ◦ green 80 ◦ blue 89

#EC5059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #EC5059

Tints of Mandy #EC5059

RGB

 RED value IS 236 (92.58% from 255) = 58.27%

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 58.27%
G = 19.75%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC5059 (or 0xEC5059) is known color: Mandy. HEX triplet: EC, 50 and 59. RGB value is (236,80,89). Sum of RGB (Red+Green+Blue) = 236+80+89=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5059 is #13AFA6. Grayscale: #7F7F7F. Windows color (decimal): -1290151 or 5853420. OLE color: 5853420.

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

Color convert

RGB 236 80 89 -
CMYK 0 0.66 0.62 0.07
HSL 356.54º 0.8% 0.62% -
HSV(B) 356.54º 0.66% 0.93% -
XYZ 39.26 24.29 12.07 -
YUV 127.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 236 80 89 0 0.66 0.62 0.07 356.54 0.8 0.62
Hex EC 50 59 0 42 3E 7 165 50 3E
Octal 354 120 131 0 102 76 7 545 120 76
Binary 11101100 1010000 1011001 0 1000010 111110 111 101100101 1010000 111110

Color Harmonies of #EC5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5059

Black with #EC5059

Text Example


Text Example

White with #EC5059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5059; }

 p { color: rgb(236,80,89); }

 H1.HeaderClassName
 {
   color: #EC5059;
 }
 .AnyTagClassName
 {
   color: #EC5059;
 }
</style>

background-color css

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

 a { background-color: rgb(236,80,89); }

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

border-color css

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

 span { border-color: rgb(236,80,89); }

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