Html Css Color HEX #EC0AD9 Hot Magenta

📋 copy color: '#EC0AD9'

red 236 ◦ green 10 ◦ blue 217

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

Shades of Hot Magenta #EC0AD9

Tints of Hot Magenta #EC0AD9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

 BLUE value IS 217 (85.16% from 255) = 46.87%

R = 50.97%
G = 2.16%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC0AD9 (or 0xEC0AD9) is known color: Hot Magenta. HEX triplet: EC, 0A and D9. RGB value is (236,10,217). Sum of RGB (Red+Green+Blue) = 236+10+217=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AD9 is #13F526. Grayscale: #646464. Windows color (decimal): -1307943 or 14224108. OLE color: 14224108.

HSL color Cylindrical-coordinate representation of color #EC0AD9: hue angle of 305.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 217 -
CMYK 0 0.96 0.08 0.07
HSL 305.04º 0.92% 0.48% -
HSV(B) 305.04º 0.96% 0.93% -
XYZ 47.23 23.06 67.61 -
YUV 101.17 193.37 224.17 -
System Red Green Blue C M Y K H S L
Decimal 236 10 217 0 0.96 0.08 0.07 305.04 0.92 0.48
Hex EC A D9 0 60 8 7 131 5C 30
Octal 354 12 331 0 140 10 7 461 134 60
Binary 11101100 1010 11011001 0 1100000 1000 111 100110001 1011100 110000

Color Harmonies of #EC0AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AD9

Black with #EC0AD9

Text Example


Text Example

White with #EC0AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AD9; }

 p { color: rgb(236,10,217); }

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

background-color css

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

 a { background-color: rgb(236,10,217); }

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

border-color css

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

 span { border-color: rgb(236,10,217); }

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