Html Css Color HEX #ED0FD1 Hot Magenta

📋 copy color: '#ED0FD1'

red 237 ◦ green 15 ◦ blue 209

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

Shades of Hot Magenta #ED0FD1

Tints of Hot Magenta #ED0FD1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.25%

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 51.41%
G = 3.25%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED0FD1 (or 0xED0FD1) is known color: Hot Magenta. HEX triplet: ED, 0F and D1. RGB value is (237,15,209). Sum of RGB (Red+Green+Blue) = 237+15+209=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FD1 is #12F02E. Grayscale: #666666. Windows color (decimal): -1241135 or 13701101. OLE color: 13701101.

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

Color convert

RGB 237 15 209 -
CMYK 0 0.94 0.12 0.07
HSL 307.57º 0.88% 0.49% -
HSV(B) 307.57º 0.94% 0.93% -
XYZ 46.6 22.95 62.29 -
YUV 103.49 187.55 223.23 -
System Red Green Blue C M Y K H S L
Decimal 237 15 209 0 0.94 0.12 0.07 307.57 0.88 0.49
Hex ED F D1 0 5E C 7 134 58 31
Octal 355 17 321 0 136 14 7 464 130 61
Binary 11101101 1111 11010001 0 1011110 1100 111 100110100 1011000 110001

Color Harmonies of #ED0FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FD1

Black with #ED0FD1

Text Example


Text Example

White with #ED0FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FD1; }

 p { color: rgb(237,15,209); }

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

background-color css

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

 a { background-color: rgb(237,15,209); }

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

border-color css

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

 span { border-color: rgb(237,15,209); }

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