Html Css Color HEX #EC5052 Mandy

📋 copy color: '#EC5052'

red 236 ◦ green 80 ◦ blue 82

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

Shades of Mandy #EC5052

Tints of Mandy #EC5052

RGB

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

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

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

R = 59.3%
G = 20.1%
B = 20.6%

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

#EC5052 (or 0xEC5052) is known color: Mandy. HEX triplet: EC, 50 and 52. RGB value is (236,80,82). Sum of RGB (Red+Green+Blue) = 236+80+82=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5052 is #13AFAD. Grayscale: #7F7F7F. Windows color (decimal): -1290158 or 5394668. OLE color: 5394668.

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

Color convert

RGB 236 80 82 -
CMYK 0 0.66 0.65 0.07
HSL 359.23º 0.8% 0.62% -
HSV(B) 359.23º 0.66% 0.93% -
XYZ 38.98 24.18 10.6 -
YUV 126.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 236 80 82 0 0.66 0.65 0.07 359.23 0.8 0.62
Hex EC 50 52 0 42 41 7 167 50 3E
Octal 354 120 122 0 102 101 7 547 120 76
Binary 11101100 1010000 1010010 0 1000010 1000001 111 101100111 1010000 111110

Color Harmonies of #EC5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5052

Black with #EC5052

Text Example


Text Example

White with #EC5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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