Html Css Color HEX #ED03DC Hot Magenta

📋 copy color: '#ED03DC'

red 237 ◦ green 3 ◦ blue 220

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

Shades of Hot Magenta #ED03DC

Tints of Hot Magenta #ED03DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 51.52%
G = 0.65%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED03DC (or 0xED03DC) is known color: Hot Magenta. HEX triplet: ED, 03 and DC. RGB value is (237,3,220). Sum of RGB (Red+Green+Blue) = 237+3+220=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03DC is #12FC23. Grayscale: #616161. Windows color (decimal): -1244196 or 14418925. OLE color: 14418925.

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

Color convert

RGB 237 3 220 -
CMYK 0 0.99 0.07 0.07
HSL 304.36º 0.98% 0.47% -
HSV(B) 304.36º 0.99% 0.93% -
XYZ 47.88 23.24 69.67 -
YUV 97.7 197.02 227.36 -
System Red Green Blue C M Y K H S L
Decimal 237 3 220 0 0.99 0.07 0.07 304.36 0.98 0.47
Hex ED 3 DC 0 63 7 7 130 62 2F
Octal 355 3 334 0 143 7 7 460 142 57
Binary 11101101 11 11011100 0 1100011 111 111 100110000 1100010 101111

Color Harmonies of #ED03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03DC

Black with #ED03DC

Text Example


Text Example

White with #ED03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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