Html Css Color HEX #EC5051 Mandy

📋 copy color: '#EC5051'

red 236 ◦ green 80 ◦ blue 81

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

Shades of Mandy #EC5051

Tints of Mandy #EC5051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 59.45%
G = 20.15%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC5051 (or 0xEC5051) is known color: Mandy. HEX triplet: EC, 50 and 51. RGB value is (236,80,81). Sum of RGB (Red+Green+Blue) = 236+80+81=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5051 is #13AFAE. Grayscale: #7E7E7E. Windows color (decimal): -1290159 or 5329132. OLE color: 5329132.

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

Color convert

RGB 236 80 81 -
CMYK 0 0.66 0.66 0.07
HSL 359.62º 0.8% 0.62% -
HSV(B) 359.62º 0.66% 0.93% -
XYZ 38.95 24.16 10.4 -
YUV 126.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 236 80 81 0 0.66 0.66 0.07 359.62 0.8 0.62
Hex EC 50 51 0 42 42 7 168 50 3E
Octal 354 120 121 0 102 102 7 550 120 76
Binary 11101100 1010000 1010001 0 1000010 1000010 111 101101000 1010000 111110

Color Harmonies of #EC5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5051

Black with #EC5051

Text Example


Text Example

White with #EC5051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5051; }

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

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

background-color css

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

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

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

border-color css

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

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

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