Html Css Color HEX #EC0ED9 Hot Magenta

📋 copy color: '#EC0ED9'

red 236 ◦ green 14 ◦ blue 217

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

Shades of Hot Magenta #EC0ED9

Tints of Hot Magenta #EC0ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3%

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

R = 50.54%
G = 3%
B = 46.47%

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

#EC0ED9 (or 0xEC0ED9) is known color: Hot Magenta. HEX triplet: EC, 0E and D9. RGB value is (236,14,217). Sum of RGB (Red+Green+Blue) = 236+14+217=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ED9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ED9 is #13F126. Grayscale: #666666. Windows color (decimal): -1306919 or 14225132. OLE color: 14225132.

HSL color Cylindrical-coordinate representation of color #EC0ED9: hue angle of 305.14º degrees, saturation: 0.89, 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 #EC0ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 14 217 -
CMYK 0 0.94 0.08 0.07
HSL 305.14º 0.89% 0.49% -
HSV(B) 305.14º 0.94% 0.93% -
XYZ 47.27 23.16 67.62 -
YUV 103.52 192.05 222.49 -
System Red Green Blue C M Y K H S L
Decimal 236 14 217 0 0.94 0.08 0.07 305.14 0.89 0.49
Hex EC E D9 0 5E 8 7 131 59 31
Octal 354 16 331 0 136 10 7 461 131 61
Binary 11101100 1110 11011001 0 1011110 1000 111 100110001 1011001 110001

Color Harmonies of #EC0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0ED9

Black with #EC0ED9

Text Example


Text Example

White with #EC0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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