Html Css Color HEX #EF11EB Magenta

📋 copy color: '#EF11EB'

red 239 ◦ green 17 ◦ blue 235

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

Shades of Magenta #EF11EB

Tints of Magenta #EF11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 48.68%
G = 3.46%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF11EB (or 0xEF11EB) is known color: Magenta. HEX triplet: EF, 11 and EB. RGB value is (239,17,235). Sum of RGB (Red+Green+Blue) = 239+17+235=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11EB is #10EE14. Grayscale: #6B6B6B. Windows color (decimal): -1109525 or 15405551. OLE color: 15405551.

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

Color convert

RGB 239 17 235 -
CMYK 0 0.93 0.02 0.06
HSL 301.08º 0.87% 0.5% -
HSV(B) 301.08º 0.93% 0.94% -
XYZ 50.79 24.75 80.7 -
YUV 108.23 199.55 221.27 -
System Red Green Blue C M Y K H S L
Decimal 239 17 235 0 0.93 0.02 0.06 301.08 0.87 0.5
Hex EF 11 EB 0 5D 2 6 12D 57 32
Octal 357 21 353 0 135 2 6 455 127 62
Binary 11101111 10001 11101011 0 1011101 10 110 100101101 1010111 110010

Color Harmonies of #EF11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11EB

Black with #EF11EB

Text Example


Text Example

White with #EF11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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