Html Css Color HEX #ED03D1 Hot Magenta

📋 copy color: '#ED03D1'

red 237 ◦ green 3 ◦ blue 209

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

Shades of Hot Magenta #ED03D1

Tints of Hot Magenta #ED03D1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 52.78%
G = 0.67%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED03D1 (or 0xED03D1) is known color: Hot Magenta. HEX triplet: ED, 03 and D1. RGB value is (237,3,209). Sum of RGB (Red+Green+Blue) = 237+3+209=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03D1 is #12FC2E. Grayscale: #5F5F5F. Windows color (decimal): -1244207 or 13698029. OLE color: 13698029.

HSL color Cylindrical-coordinate representation of color #ED03D1: hue angle of 307.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03D1 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 3 209 -
CMYK 0 0.99 0.12 0.07
HSL 307.18º 0.98% 0.47% -
HSV(B) 307.18º 0.99% 0.93% -
XYZ 46.47 22.67 62.25 -
YUV 96.45 191.52 228.25 -
System Red Green Blue C M Y K H S L
Decimal 237 3 209 0 0.99 0.12 0.07 307.18 0.98 0.47
Hex ED 3 D1 0 63 C 7 133 62 2F
Octal 355 3 321 0 143 14 7 463 142 57
Binary 11101101 11 11010001 0 1100011 1100 111 100110011 1100010 101111

Color Harmonies of #ED03D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03D1

Black with #ED03D1

Text Example


Text Example

White with #ED03D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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