Html Css Color HEX #ED01DB Hot Magenta

📋 copy color: '#ED01DB'

red 237 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #ED01DB

Tints of Hot Magenta #ED01DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 51.86%
G = 0.22%
B = 47.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED01DB (or 0xED01DB) is known color: Hot Magenta. HEX triplet: ED, 01 and DB. RGB value is (237,1,219). Sum of RGB (Red+Green+Blue) = 237+1+219=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01DB is #12FE24. Grayscale: #5F5F5F. Windows color (decimal): -1244709 or 14352877. OLE color: 14352877.

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

Color convert

RGB 237 1 219 -
CMYK 0 1.00 0.08 0.07
HSL 304.58º 0.99% 0.47% -
HSV(B) 304.58º 1% 0.93% -
XYZ 47.72 23.14 68.97 -
YUV 96.42 197.19 228.27 -
System Red Green Blue C M Y K H S L
Decimal 237 1 219 0 1.00 0.08 0.07 304.58 0.99 0.47
Hex ED 1 DB 0 64 8 7 131 63 2F
Octal 355 1 333 0 144 10 7 461 143 57
Binary 11101101 1 11011011 0 1100100 1000 111 100110001 1100011 101111

Color Harmonies of #ED01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01DB

Black with #ED01DB

Text Example


Text Example

White with #ED01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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