Html Css Color HEX #EF08DC Hot Magenta

📋 copy color: '#EF08DC'

red 239 ◦ green 8 ◦ blue 220

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

Shades of Hot Magenta #EF08DC

Tints of Hot Magenta #EF08DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

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

R = 51.18%
G = 1.71%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF08DC (or 0xEF08DC) is known color: Hot Magenta. HEX triplet: EF, 08 and DC. RGB value is (239,8,220). Sum of RGB (Red+Green+Blue) = 239+8+220=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08DC is #10F723. Grayscale: #646464. Windows color (decimal): -1111844 or 14420207. OLE color: 14420207.

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

Color convert

RGB 239 8 220 -
CMYK 0 0.97 0.08 0.06
HSL 304.94º 0.94% 0.48% -
HSV(B) 304.94º 0.97% 0.94% -
XYZ 48.6 23.69 69.72 -
YUV 101.24 195.03 226.26 -
System Red Green Blue C M Y K H S L
Decimal 239 8 220 0 0.97 0.08 0.06 304.94 0.94 0.48
Hex EF 8 DC 0 61 8 6 131 5E 30
Octal 357 10 334 0 141 10 6 461 136 60
Binary 11101111 1000 11011100 0 1100001 1000 110 100110001 1011110 110000

Color Harmonies of #EF08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08DC

Black with #EF08DC

Text Example


Text Example

White with #EF08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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