Html Css Color HEX #ED11DB Hot Magenta

📋 copy color: '#ED11DB'

red 237 ◦ green 17 ◦ blue 219

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

Shades of Hot Magenta #ED11DB

Tints of Hot Magenta #ED11DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

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

R = 50.11%
G = 3.59%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED11DB (or 0xED11DB) is known color: Hot Magenta. HEX triplet: ED, 11 and DB. RGB value is (237,17,219). Sum of RGB (Red+Green+Blue) = 237+17+219=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11DB is #12EE24. Grayscale: #696969. Windows color (decimal): -1240613 or 14356973. OLE color: 14356973.

HSL color Cylindrical-coordinate representation of color #ED11DB: hue angle of 304.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11DB is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 219 -
CMYK 0 0.93 0.08 0.07
HSL 304.91º 0.87% 0.5% -
HSV(B) 304.91º 0.93% 0.93% -
XYZ 47.91 23.52 69.03 -
YUV 105.81 191.89 221.57 -
System Red Green Blue C M Y K H S L
Decimal 237 17 219 0 0.93 0.08 0.07 304.91 0.87 0.5
Hex ED 11 DB 0 5D 8 7 131 57 32
Octal 355 21 333 0 135 10 7 461 127 62
Binary 11101101 10001 11011011 0 1011101 1000 111 100110001 1010111 110010

Color Harmonies of #ED11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11DB

Black with #ED11DB

Text Example


Text Example

White with #ED11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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