Html Css Color HEX #ED0DD9 Hot Magenta

📋 copy color: '#ED0DD9'

red 237 ◦ green 13 ◦ blue 217

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

Shades of Hot Magenta #ED0DD9

Tints of Hot Magenta #ED0DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

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

R = 50.75%
G = 2.78%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED0DD9 (or 0xED0DD9) is known color: Hot Magenta. HEX triplet: ED, 0D and D9. RGB value is (237,13,217). Sum of RGB (Red+Green+Blue) = 237+13+217=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DD9 is #12F226. Grayscale: #666666. Windows color (decimal): -1241639 or 14224877. OLE color: 14224877.

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

Color convert

RGB 237 13 217 -
CMYK 0 0.95 0.08 0.07
HSL 305.36º 0.9% 0.49% -
HSV(B) 305.36º 0.95% 0.93% -
XYZ 47.59 23.3 67.63 -
YUV 103.23 192.21 223.41 -
System Red Green Blue C M Y K H S L
Decimal 237 13 217 0 0.95 0.08 0.07 305.36 0.9 0.49
Hex ED D D9 0 5F 8 7 131 5A 31
Octal 355 15 331 0 137 10 7 461 132 61
Binary 11101101 1101 11011001 0 1011111 1000 111 100110001 1011010 110001

Color Harmonies of #ED0DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DD9

Black with #ED0DD9

Text Example


Text Example

White with #ED0DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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