Html Css Color HEX #EF09D8 Hot Magenta

📋 copy color: '#EF09D8'

red 239 ◦ green 9 ◦ blue 216

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

Shades of Hot Magenta #EF09D8

Tints of Hot Magenta #EF09D8

RGB

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

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

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

R = 51.51%
G = 1.94%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF09D8 (or 0xEF09D8) is known color: Hot Magenta. HEX triplet: EF, 09 and D8. RGB value is (239,9,216). Sum of RGB (Red+Green+Blue) = 239+9+216=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09D8 is #10F627. Grayscale: #646464. Windows color (decimal): -1111592 or 14158319. OLE color: 14158319.

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

Color convert

RGB 239 9 216 -
CMYK 0 0.96 0.10 0.06
HSL 306º 0.93% 0.49% -
HSV(B) 306º 0.96% 0.94% -
XYZ 48.09 23.5 66.97 -
YUV 101.37 192.7 226.17 -
System Red Green Blue C M Y K H S L
Decimal 239 9 216 0 0.96 0.10 0.06 306 0.93 0.49
Hex EF 9 D8 0 60 A 6 132 5D 31
Octal 357 11 330 0 140 12 6 462 135 61
Binary 11101111 1001 11011000 0 1100000 1010 110 100110010 1011101 110001

Color Harmonies of #EF09D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09D8

Black with #EF09D8

Text Example


Text Example

White with #EF09D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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