Html Css Color HEX #EC16DB Hot Magenta

📋 copy color: '#EC16DB'

red 236 ◦ green 22 ◦ blue 219

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

Shades of Hot Magenta #EC16DB

Tints of Hot Magenta #EC16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.61%

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

R = 49.48%
G = 4.61%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC16DB (or 0xEC16DB) is known color: Hot Magenta. HEX triplet: EC, 16 and DB. RGB value is (236,22,219). Sum of RGB (Red+Green+Blue) = 236+22+219=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC16DB is #13E924. Grayscale: #6B6B6B. Windows color (decimal): -1304869 or 14358252. OLE color: 14358252.

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

Color convert

RGB 236 22 219 -
CMYK 0 0.91 0.07 0.07
HSL 304.77º 0.85% 0.51% -
HSV(B) 304.77º 0.91% 0.93% -
XYZ 47.67 23.52 69.05 -
YUV 108.44 190.4 218.98 -
System Red Green Blue C M Y K H S L
Decimal 236 22 219 0 0.91 0.07 0.07 304.77 0.85 0.51
Hex EC 16 DB 0 5B 7 7 131 55 33
Octal 354 26 333 0 133 7 7 461 125 63
Binary 11101100 10110 11011011 0 1011011 111 111 100110001 1010101 110011

Color Harmonies of #EC16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC16DB

Black with #EC16DB

Text Example


Text Example

White with #EC16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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