Html Css Color HEX #ED03C9 Hot Magenta

📋 copy color: '#ED03C9'

red 237 ◦ green 3 ◦ blue 201

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

Shades of Hot Magenta #ED03C9

Tints of Hot Magenta #ED03C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 53.74%
G = 0.68%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED03C9 (or 0xED03C9) is known color: Hot Magenta. HEX triplet: ED, 03 and C9. RGB value is (237,3,201). Sum of RGB (Red+Green+Blue) = 237+3+201=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03C9 is #12FC36. Grayscale: #5E5E5E. Windows color (decimal): -1244215 or 13173741. OLE color: 13173741.

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

Color convert

RGB 237 3 201 -
CMYK 0 0.99 0.15 0.07
HSL 309.23º 0.98% 0.47% -
HSV(B) 309.23º 0.99% 0.93% -
XYZ 45.5 22.29 57.16 -
YUV 95.54 187.52 228.9 -
System Red Green Blue C M Y K H S L
Decimal 237 3 201 0 0.99 0.15 0.07 309.23 0.98 0.47
Hex ED 3 C9 0 63 F 7 135 62 2F
Octal 355 3 311 0 143 17 7 465 142 57
Binary 11101101 11 11001001 0 1100011 1111 111 100110101 1100010 101111

Color Harmonies of #ED03C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03C9

Black with #ED03C9

Text Example


Text Example

White with #ED03C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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