Html Css Color HEX #EF09DB Hot Magenta

📋 copy color: '#EF09DB'

red 239 ◦ green 9 ◦ blue 219

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

Shades of Hot Magenta #EF09DB

Tints of Hot Magenta #EF09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.93%

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

R = 51.18%
G = 1.93%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF09DB (or 0xEF09DB) is known color: Hot Magenta. HEX triplet: EF, 09 and DB. RGB value is (239,9,219). Sum of RGB (Red+Green+Blue) = 239+9+219=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09DB is #10F624. Grayscale: #656565. Windows color (decimal): -1111589 or 14354927. OLE color: 14354927.

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

Color convert

RGB 239 9 219 -
CMYK 0 0.96 0.08 0.06
HSL 305.22º 0.93% 0.49% -
HSV(B) 305.22º 0.96% 0.94% -
XYZ 48.48 23.66 69.03 -
YUV 101.71 194.2 225.92 -
System Red Green Blue C M Y K H S L
Decimal 239 9 219 0 0.96 0.08 0.06 305.22 0.93 0.49
Hex EF 9 DB 0 60 8 6 131 5D 31
Octal 357 11 333 0 140 10 6 461 135 61
Binary 11101111 1001 11011011 0 1100000 1000 110 100110001 1011101 110001

Color Harmonies of #EF09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09DB

Black with #EF09DB

Text Example


Text Example

White with #EF09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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