Html Css Color HEX #EC10D9 Hot Magenta

📋 copy color: '#EC10D9'

red 236 ◦ green 16 ◦ blue 217

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

Shades of Hot Magenta #EC10D9

Tints of Hot Magenta #EC10D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.41%

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

R = 50.32%
G = 3.41%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC10D9 (or 0xEC10D9) is known color: Hot Magenta. HEX triplet: EC, 10 and D9. RGB value is (236,16,217). Sum of RGB (Red+Green+Blue) = 236+16+217=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10D9 is #13EF26. Grayscale: #686868. Windows color (decimal): -1306407 or 14225644. OLE color: 14225644.

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

Color convert

RGB 236 16 217 -
CMYK 0 0.93 0.08 0.07
HSL 305.18º 0.87% 0.49% -
HSV(B) 305.18º 0.93% 0.93% -
XYZ 47.3 23.21 67.63 -
YUV 104.69 191.39 221.66 -
System Red Green Blue C M Y K H S L
Decimal 236 16 217 0 0.93 0.08 0.07 305.18 0.87 0.49
Hex EC 10 D9 0 5D 8 7 131 57 31
Octal 354 20 331 0 135 10 7 461 127 61
Binary 11101100 10000 11011001 0 1011101 1000 111 100110001 1010111 110001

Color Harmonies of #EC10D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10D9

Black with #EC10D9

Text Example


Text Example

White with #EC10D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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