Html Css Color HEX #EC00D9 Hot Magenta

📋 copy color: '#EC00D9'

red 236 ◦ green 0 ◦ blue 217

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

Shades of Hot Magenta #EC00D9

Tints of Hot Magenta #EC00D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.1%
G = 0%
B = 47.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC00D9 (or 0xEC00D9) is known color: Hot Magenta. HEX triplet: EC, 00 and D9. RGB value is (236,0,217). Sum of RGB (Red+Green+Blue) = 236+0+217=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00D9 is #13FF26. Grayscale: #5E5E5E. Windows color (decimal): -1310503 or 14221548. OLE color: 14221548.

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

Color convert

RGB 236 0 217 -
CMYK 0 1 0.08 0.07
HSL 304.83º 1% 0.46% -
HSV(B) 304.83º 1% 0.93% -
XYZ 47.12 22.84 67.57 -
YUV 95.3 196.69 228.36 -
System Red Green Blue C M Y K H S L
Decimal 236 0 217 0 1 0.08 0.07 304.83 1 0.46
Hex EC 0 D9 0 64 8 7 131 64 2E
Octal 354 0 331 0 144 10 7 461 144 56
Binary 11101100 0 11011001 0 1100100 1000 111 100110001 1100100 101110

Color Harmonies of #EC00D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00D9

Black with #EC00D9

Text Example


Text Example

White with #EC00D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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