Html Css Color HEX #EC0FD9 Hot Magenta

📋 copy color: '#EC0FD9'

red 236 ◦ green 15 ◦ blue 217

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

Shades of Hot Magenta #EC0FD9

Tints of Hot Magenta #EC0FD9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

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

R = 50.43%
G = 3.21%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC0FD9 (or 0xEC0FD9) is known color: Hot Magenta. HEX triplet: EC, 0F and D9. RGB value is (236,15,217). Sum of RGB (Red+Green+Blue) = 236+15+217=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FD9 is #13F026. Grayscale: #676767. Windows color (decimal): -1306663 or 14225388. OLE color: 14225388.

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

Color convert

RGB 236 15 217 -
CMYK 0 0.94 0.08 0.07
HSL 305.16º 0.88% 0.49% -
HSV(B) 305.16º 0.94% 0.93% -
XYZ 47.29 23.18 67.63 -
YUV 104.11 191.72 222.07 -
System Red Green Blue C M Y K H S L
Decimal 236 15 217 0 0.94 0.08 0.07 305.16 0.88 0.49
Hex EC F D9 0 5E 8 7 131 58 31
Octal 354 17 331 0 136 10 7 461 130 61
Binary 11101100 1111 11011001 0 1011110 1000 111 100110001 1011000 110001

Color Harmonies of #EC0FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FD9

Black with #EC0FD9

Text Example


Text Example

White with #EC0FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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