Html Css Color HEX #EC10D5 Hot Magenta

📋 copy color: '#EC10D5'

red 236 ◦ green 16 ◦ blue 213

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

Shades of Hot Magenta #EC10D5

Tints of Hot Magenta #EC10D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 50.75%
G = 3.44%
B = 45.81%

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

#EC10D5 (or 0xEC10D5) is known color: Hot Magenta. HEX triplet: EC, 10 and D5. RGB value is (236,16,213). Sum of RGB (Red+Green+Blue) = 236+16+213=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10D5 is #13EF2A. Grayscale: #676767. Windows color (decimal): -1306411 or 13963500. OLE color: 13963500.

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

Color convert

RGB 236 16 213 -
CMYK 0 0.93 0.10 0.07
HSL 306.27º 0.87% 0.49% -
HSV(B) 306.27º 0.93% 0.93% -
XYZ 46.79 23.01 64.93 -
YUV 104.24 189.39 221.98 -
System Red Green Blue C M Y K H S L
Decimal 236 16 213 0 0.93 0.10 0.07 306.27 0.87 0.49
Hex EC 10 D5 0 5D A 7 132 57 31
Octal 354 20 325 0 135 12 7 462 127 61
Binary 11101100 10000 11010101 0 1011101 1010 111 100110010 1010111 110001

Color Harmonies of #EC10D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC10D5

Black with #EC10D5

Text Example


Text Example

White with #EC10D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC10D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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