Html Css Color HEX #EF11E8 Magenta

📋 copy color: '#EF11E8'

red 239 ◦ green 17 ◦ blue 232

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

Shades of Magenta #EF11E8

Tints of Magenta #EF11E8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.48%

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 48.98%
G = 3.48%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF11E8 (or 0xEF11E8) is known color: Magenta. HEX triplet: EF, 11 and E8. RGB value is (239,17,232). Sum of RGB (Red+Green+Blue) = 239+17+232=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11E8 is #10EE17. Grayscale: #6B6B6B. Windows color (decimal): -1109528 or 15208943. OLE color: 15208943.

HSL color Cylindrical-coordinate representation of color #EF11E8: hue angle of 301.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11E8 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 232 -
CMYK 0 0.93 0.03 0.06
HSL 301.89º 0.87% 0.5% -
HSV(B) 301.89º 0.93% 0.94% -
XYZ 50.36 24.58 78.43 -
YUV 107.89 198.05 221.52 -
System Red Green Blue C M Y K H S L
Decimal 239 17 232 0 0.93 0.03 0.06 301.89 0.87 0.5
Hex EF 11 E8 0 5D 3 6 12E 57 32
Octal 357 21 350 0 135 3 6 456 127 62
Binary 11101111 10001 11101000 0 1011101 11 110 100101110 1010111 110010

Color Harmonies of #EF11E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11E8

Black with #EF11E8

Text Example


Text Example

White with #EF11E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11E8; }

 p { color: rgb(239,17,232); }

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

background-color css

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

 a { background-color: rgb(239,17,232); }

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

border-color css

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

 span { border-color: rgb(239,17,232); }

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