#ED03D1

Color #ED03D1 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #ED03D1

Tints of Hot Magenta #ED03D1

Color information

#ED03D1 (or 0xED03D1) is unknown color: approx 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

RGB2373209-
CMYK00.990.120.07
HSL307.18º97.5%47.06%-
HSV(B)307.18º98.73%92.94%-
XYZ46.4722.6762.25-
YUV96.45191.52228.25-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237320900.990.120.07307.1897.547.06
HexED3D1063C7133622f
Octal3553321014314746314257
Binary1110110111110100010110001111001111001100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED03D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>