Html Css Color HEX #EF09DC Hot Magenta

📋 copy color: '#EF09DC'

red 239 ◦ green 9 ◦ blue 220

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

Shades of Hot Magenta #EF09DC

Tints of Hot Magenta #EF09DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 51.07%
G = 1.92%
B = 47.01%

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

#EF09DC (or 0xEF09DC) is known color: Hot Magenta. HEX triplet: EF, 09 and DC. RGB value is (239,9,220). Sum of RGB (Red+Green+Blue) = 239+9+220=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09DC is #10F623. Grayscale: #656565. Windows color (decimal): -1111588 or 14420463. OLE color: 14420463.

HSL color Cylindrical-coordinate representation of color #EF09DC: hue angle of 304.96º 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 #EF09DC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 220 -
CMYK 0 0.96 0.08 0.06
HSL 304.96º 0.93% 0.49% -
HSV(B) 304.96º 0.96% 0.94% -
XYZ 48.61 23.71 69.73 -
YUV 101.82 194.7 225.84 -
System Red Green Blue C M Y K H S L
Decimal 239 9 220 0 0.96 0.08 0.06 304.96 0.93 0.49
Hex EF 9 DC 0 60 8 6 131 5D 31
Octal 357 11 334 0 140 10 6 461 135 61
Binary 11101111 1001 11011100 0 1100000 1000 110 100110001 1011101 110001

Color Harmonies of #EF09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09DC

Black with #EF09DC

Text Example


Text Example

White with #EF09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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