Html Css Color HEX #ED01C9 Hot Magenta

📋 copy color: '#ED01C9'

red 237 ◦ green 1 ◦ blue 201

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

Shades of Hot Magenta #ED01C9

Tints of Hot Magenta #ED01C9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 53.99%
G = 0.23%
B = 45.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED01C9 (or 0xED01C9) is known color: Hot Magenta. HEX triplet: ED, 01 and C9. RGB value is (237,1,201). Sum of RGB (Red+Green+Blue) = 237+1+201=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01C9 is #12FE36. Grayscale: #5D5D5D. Windows color (decimal): -1244727 or 13173229. OLE color: 13173229.

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

Color convert

RGB 237 1 201 -
CMYK 0 1.00 0.15 0.07
HSL 309.15º 0.99% 0.47% -
HSV(B) 309.15º 1% 0.93% -
XYZ 45.48 22.24 57.15 -
YUV 94.36 188.19 229.74 -
System Red Green Blue C M Y K H S L
Decimal 237 1 201 0 1.00 0.15 0.07 309.15 0.99 0.47
Hex ED 1 C9 0 64 F 7 135 63 2F
Octal 355 1 311 0 144 17 7 465 143 57
Binary 11101101 1 11001001 0 1100100 1111 111 100110101 1100011 101111

Color Harmonies of #ED01C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01C9

Black with #ED01C9

Text Example


Text Example

White with #ED01C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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