Html Css Color HEX #EF13DB Hot Magenta

📋 copy color: '#EF13DB'

red 239 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #EF13DB

Tints of Hot Magenta #EF13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.98%

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

R = 50.1%
G = 3.98%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF13DB (or 0xEF13DB) is known color: Hot Magenta. HEX triplet: EF, 13 and DB. RGB value is (239,19,219). Sum of RGB (Red+Green+Blue) = 239+19+219=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13DB is #10EC24. Grayscale: #6B6B6B. Windows color (decimal): -1109029 or 14357487. OLE color: 14357487.

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

Color convert

RGB 239 19 219 -
CMYK 0 0.92 0.08 0.06
HSL 305.45º 0.87% 0.51% -
HSV(B) 305.45º 0.92% 0.94% -
XYZ 48.62 23.93 69.07 -
YUV 107.58 190.89 221.74 -
System Red Green Blue C M Y K H S L
Decimal 239 19 219 0 0.92 0.08 0.06 305.45 0.87 0.51
Hex EF 13 DB 0 5C 8 6 131 57 33
Octal 357 23 333 0 134 10 6 461 127 63
Binary 11101111 10011 11011011 0 1011100 1000 110 100110001 1010111 110011

Color Harmonies of #EF13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13DB

Black with #EF13DB

Text Example


Text Example

White with #EF13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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