Html Css Color HEX #ED14DB Hot Magenta

📋 copy color: '#ED14DB'

red 237 ◦ green 20 ◦ blue 219

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

Shades of Hot Magenta #ED14DB

Tints of Hot Magenta #ED14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.2%

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

R = 49.79%
G = 4.2%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED14DB (or 0xED14DB) is known color: Hot Magenta. HEX triplet: ED, 14 and DB. RGB value is (237,20,219). Sum of RGB (Red+Green+Blue) = 237+20+219=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 20 (8.20% from 255 or 4.20% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED14DB is #12EB24. Grayscale: #6A6A6A. Windows color (decimal): -1239845 or 14357741. OLE color: 14357741.

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

Color convert

RGB 237 20 219 -
CMYK 0 0.92 0.08 0.07
HSL 304.98º 0.86% 0.5% -
HSV(B) 304.98º 0.92% 0.93% -
XYZ 47.96 23.62 69.05 -
YUV 107.57 190.89 220.32 -
System Red Green Blue C M Y K H S L
Decimal 237 20 219 0 0.92 0.08 0.07 304.98 0.86 0.5
Hex ED 14 DB 0 5C 8 7 131 56 32
Octal 355 24 333 0 134 10 7 461 126 62
Binary 11101101 10100 11011011 0 1011100 1000 111 100110001 1010110 110010

Color Harmonies of #ED14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED14DB

Black with #ED14DB

Text Example


Text Example

White with #ED14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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