Html Css Color HEX #EC10D4 Hot Magenta

📋 copy color: '#EC10D4'

red 236 ◦ green 16 ◦ blue 212

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

Shades of Hot Magenta #EC10D4

Tints of Hot Magenta #EC10D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 50.86%
G = 3.45%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC10D4 (or 0xEC10D4) is known color: Hot Magenta. HEX triplet: EC, 10 and D4. RGB value is (236,16,212). Sum of RGB (Red+Green+Blue) = 236+16+212=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10D4 is #13EF2B. Grayscale: #676767. Windows color (decimal): -1306412 or 13897964. OLE color: 13897964.

HSL color Cylindrical-coordinate representation of color #EC10D4: hue angle of 306.55º 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 #EC10D4 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 212 -
CMYK 0 0.93 0.10 0.07
HSL 306.55º 0.87% 0.49% -
HSV(B) 306.55º 0.93% 0.93% -
XYZ 46.66 22.96 64.26 -
YUV 104.12 188.89 222.06 -
System Red Green Blue C M Y K H S L
Decimal 236 16 212 0 0.93 0.10 0.07 306.55 0.87 0.49
Hex EC 10 D4 0 5D A 7 133 57 31
Octal 354 20 324 0 135 12 7 463 127 61
Binary 11101100 10000 11010100 0 1011101 1010 111 100110011 1010111 110001

Color Harmonies of #EC10D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10D4

Black with #EC10D4

Text Example


Text Example

White with #EC10D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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