Html Css Color HEX #EF0AD8 Hot Magenta

📋 copy color: '#EF0AD8'

red 239 ◦ green 10 ◦ blue 216

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

Shades of Hot Magenta #EF0AD8

Tints of Hot Magenta #EF0AD8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.15%

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

R = 51.4%
G = 2.15%
B = 46.45%

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

#EF0AD8 (or 0xEF0AD8) is known color: Hot Magenta. HEX triplet: EF, 0A and D8. RGB value is (239,10,216). Sum of RGB (Red+Green+Blue) = 239+10+216=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0AD8 is #10F527. Grayscale: #656565. Windows color (decimal): -1111336 or 14158575. OLE color: 14158575.

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

Color convert

RGB 239 10 216 -
CMYK 0 0.96 0.10 0.06
HSL 306.03º 0.92% 0.49% -
HSV(B) 306.03º 0.96% 0.94% -
XYZ 48.1 23.53 66.97 -
YUV 101.96 192.37 225.75 -
System Red Green Blue C M Y K H S L
Decimal 239 10 216 0 0.96 0.10 0.06 306.03 0.92 0.49
Hex EF A D8 0 60 A 6 132 5C 31
Octal 357 12 330 0 140 12 6 462 134 61
Binary 11101111 1010 11011000 0 1100000 1010 110 100110010 1011100 110001

Color Harmonies of #EF0AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AD8

Black with #EF0AD8

Text Example


Text Example

White with #EF0AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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