Html Css Color HEX #EF06D8 Hot Magenta

📋 copy color: '#EF06D8'

red 239 ◦ green 6 ◦ blue 216

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

Shades of Hot Magenta #EF06D8

Tints of Hot Magenta #EF06D8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 51.84%
G = 1.3%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF06D8 (or 0xEF06D8) is known color: Hot Magenta. HEX triplet: EF, 06 and D8. RGB value is (239,6,216). Sum of RGB (Red+Green+Blue) = 239+6+216=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06D8 is #10F927. Grayscale: #636363. Windows color (decimal): -1112360 or 14157551. OLE color: 14157551.

HSL color Cylindrical-coordinate representation of color #EF06D8: hue angle of 305.92º degrees, saturation: 0.95, 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 #EF06D8 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 216 -
CMYK 0 0.97 0.10 0.06
HSL 305.92º 0.95% 0.48% -
HSV(B) 305.92º 0.97% 0.94% -
XYZ 48.06 23.44 66.96 -
YUV 99.61 193.69 227.42 -
System Red Green Blue C M Y K H S L
Decimal 239 6 216 0 0.97 0.10 0.06 305.92 0.95 0.48
Hex EF 6 D8 0 61 A 6 132 5F 30
Octal 357 6 330 0 141 12 6 462 137 60
Binary 11101111 110 11011000 0 1100001 1010 110 100110010 1011111 110000

Color Harmonies of #EF06D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06D8

Black with #EF06D8

Text Example


Text Example

White with #EF06D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06D8; }

 p { color: rgb(239,6,216); }

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

background-color css

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

 a { background-color: rgb(239,6,216); }

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

border-color css

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

 span { border-color: rgb(239,6,216); }

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