Html Css Color HEX #EF16DB Hot Magenta

📋 copy color: '#EF16DB'

red 239 ◦ green 22 ◦ blue 219

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

Shades of Hot Magenta #EF16DB

Tints of Hot Magenta #EF16DB

RGB

 RED value IS 239 (93.75% from 255) = 49.79%

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

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

R = 49.79%
G = 4.58%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF16DB (or 0xEF16DB) is known color: Hot Magenta. HEX triplet: EF, 16 and DB. RGB value is (239,22,219). Sum of RGB (Red+Green+Blue) = 239+22+219=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16DB is #10E924. Grayscale: #6C6C6C. Windows color (decimal): -1108261 or 14358255. OLE color: 14358255.

HSL color Cylindrical-coordinate representation of color #EF16DB: hue angle of 305.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16DB is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 22 219 -
CMYK 0 0.91 0.08 0.06
HSL 305.53º 0.87% 0.51% -
HSV(B) 305.53º 0.91% 0.94% -
XYZ 48.67 24.04 69.09 -
YUV 109.34 189.89 220.48 -
System Red Green Blue C M Y K H S L
Decimal 239 22 219 0 0.91 0.08 0.06 305.53 0.87 0.51
Hex EF 16 DB 0 5B 8 6 132 57 33
Octal 357 26 333 0 133 10 6 462 127 63
Binary 11101111 10110 11011011 0 1011011 1000 110 100110010 1010111 110011

Color Harmonies of #EF16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16DB

Black with #EF16DB

Text Example


Text Example

White with #EF16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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