Html Css Color HEX #EC14DB Hot Magenta

📋 copy color: '#EC14DB'

red 236 ◦ green 20 ◦ blue 219

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

Shades of Hot Magenta #EC14DB

Tints of Hot Magenta #EC14DB

RGB

 RED value IS 236 (92.58% from 255) = 49.68%

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

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

R = 49.68%
G = 4.21%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC14DB (or 0xEC14DB) is known color: Hot Magenta. HEX triplet: EC, 14 and DB. RGB value is (236,20,219). Sum of RGB (Red+Green+Blue) = 236+20+219=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC14DB is #13EB24. Grayscale: #6A6A6A. Windows color (decimal): -1305381 or 14357740. OLE color: 14357740.

HSL color Cylindrical-coordinate representation of color #EC14DB: hue angle of 304.72º degrees, saturation: 0.85, 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 #EC14DB is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 20 219 -
CMYK 0 0.92 0.07 0.07
HSL 304.72º 0.85% 0.5% -
HSV(B) 304.72º 0.92% 0.93% -
XYZ 47.63 23.45 69.03 -
YUV 107.27 191.06 219.82 -
System Red Green Blue C M Y K H S L
Decimal 236 20 219 0 0.92 0.07 0.07 304.72 0.85 0.5
Hex EC 14 DB 0 5C 7 7 131 55 32
Octal 354 24 333 0 134 7 7 461 125 62
Binary 11101100 10100 11011011 0 1011100 111 111 100110001 1010101 110010

Color Harmonies of #EC14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC14DB

Black with #EC14DB

Text Example


Text Example

White with #EC14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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