Html Css Color HEX #EF11E7 Magenta

📋 copy color: '#EF11E7'

red 239 ◦ green 17 ◦ blue 231

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

Shades of Magenta #EF11E7

Tints of Magenta #EF11E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.43%

R = 49.08%
G = 3.49%
B = 47.43%

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

#EF11E7 (or 0xEF11E7) is known color: Magenta. HEX triplet: EF, 11 and E7. RGB value is (239,17,231). Sum of RGB (Red+Green+Blue) = 239+17+231=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11E7 is #10EE18. Grayscale: #6B6B6B. Windows color (decimal): -1109529 or 15143407. OLE color: 15143407.

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

Color convert

RGB 239 17 231 -
CMYK 0 0.93 0.03 0.06
HSL 302.16º 0.87% 0.5% -
HSV(B) 302.16º 0.93% 0.94% -
XYZ 50.22 24.52 77.69 -
YUV 107.77 197.55 221.6 -
System Red Green Blue C M Y K H S L
Decimal 239 17 231 0 0.93 0.03 0.06 302.16 0.87 0.5
Hex EF 11 E7 0 5D 3 6 12E 57 32
Octal 357 21 347 0 135 3 6 456 127 62
Binary 11101111 10001 11100111 0 1011101 11 110 100101110 1010111 110010

Color Harmonies of #EF11E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11E7

Black with #EF11E7

Text Example


Text Example

White with #EF11E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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