Html Css Color HEX #ED0ED9 Hot Magenta

📋 copy color: '#ED0ED9'

red 237 ◦ green 14 ◦ blue 217

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

Shades of Hot Magenta #ED0ED9

Tints of Hot Magenta #ED0ED9

RGB

 RED value IS 237 (92.97% from 255) = 50.64%

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

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

R = 50.64%
G = 2.99%
B = 46.37%

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

#ED0ED9 (or 0xED0ED9) is known color: Hot Magenta. HEX triplet: ED, 0E and D9. RGB value is (237,14,217). Sum of RGB (Red+Green+Blue) = 237+14+217=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ED9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ED9 is #12F126. Grayscale: #676767. Windows color (decimal): -1241383 or 14225133. OLE color: 14225133.

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

Color convert

RGB 237 14 217 -
CMYK 0 0.94 0.08 0.07
HSL 305.38º 0.89% 0.49% -
HSV(B) 305.38º 0.94% 0.93% -
XYZ 47.61 23.33 67.64 -
YUV 103.82 191.88 222.99 -
System Red Green Blue C M Y K H S L
Decimal 237 14 217 0 0.94 0.08 0.07 305.38 0.89 0.49
Hex ED E D9 0 5E 8 7 131 59 31
Octal 355 16 331 0 136 10 7 461 131 61
Binary 11101101 1110 11011001 0 1011110 1000 111 100110001 1011001 110001

Color Harmonies of #ED0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0ED9

Black with #ED0ED9

Text Example


Text Example

White with #ED0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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