Html Css Color HEX #EC5152 Mandy

📋 copy color: '#EC5152'

red 236 ◦ green 81 ◦ blue 82

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

Shades of Mandy #EC5152

Tints of Mandy #EC5152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 59.15%
G = 20.3%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC5152 (or 0xEC5152) is known color: Mandy. HEX triplet: EC, 51 and 52. RGB value is (236,81,82). Sum of RGB (Red+Green+Blue) = 236+81+82=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5152 is #13AEAD. Grayscale: #7F7F7F. Windows color (decimal): -1289902 or 5394924. OLE color: 5394924.

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

Color convert

RGB 236 81 82 -
CMYK 0 0.66 0.65 0.07
HSL 359.61º 0.8% 0.62% -
HSV(B) 359.61º 0.66% 0.93% -
XYZ 39.06 24.33 10.62 -
YUV 127.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 236 81 82 0 0.66 0.65 0.07 359.61 0.8 0.62
Hex EC 51 52 0 42 41 7 168 50 3E
Octal 354 121 122 0 102 101 7 550 120 76
Binary 11101100 1010001 1010010 0 1000010 1000001 111 101101000 1010000 111110

Color Harmonies of #EC5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5152

Black with #EC5152

Text Example


Text Example

White with #EC5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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