Html Css Color HEX #EC5254 Mandy

📋 copy color: '#EC5254'

red 236 ◦ green 82 ◦ blue 84

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

Shades of Mandy #EC5254

Tints of Mandy #EC5254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 58.71%
G = 20.4%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC5254 (or 0xEC5254) is known color: Mandy. HEX triplet: EC, 52 and 54. RGB value is (236,82,84). Sum of RGB (Red+Green+Blue) = 236+82+84=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5254 is #13ADAB. Grayscale: #808080. Windows color (decimal): -1289644 or 5526252. OLE color: 5526252.

HSL color Cylindrical-coordinate representation of color #EC5254: hue angle of 359.22º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5254 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 84 -
CMYK 0 0.65 0.64 0.07
HSL 359.22º 0.8% 0.62% -
HSV(B) 359.22º 0.65% 0.93% -
XYZ 39.21 24.51 11.05 -
YUV 128.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 236 82 84 0 0.65 0.64 0.07 359.22 0.8 0.62
Hex EC 52 54 0 41 40 7 167 50 3E
Octal 354 122 124 0 101 100 7 547 120 76
Binary 11101100 1010010 1010100 0 1000001 1000000 111 101100111 1010000 111110

Color Harmonies of #EC5254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5254

Black with #EC5254

Text Example


Text Example

White with #EC5254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5254; }

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

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

background-color css

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

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

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

border-color css

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

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

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