Html Css Color HEX #EF10E7 Magenta

📋 copy color: '#EF10E7'

red 239 ◦ green 16 ◦ blue 231

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

Shades of Magenta #EF10E7

Tints of Magenta #EF10E7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.29%

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

R = 49.18%
G = 3.29%
B = 47.53%

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

#EF10E7 (or 0xEF10E7) is known color: Magenta. HEX triplet: EF, 10 and E7. RGB value is (239,16,231). Sum of RGB (Red+Green+Blue) = 239+16+231=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10E7 is #10EF18. Grayscale: #6A6A6A. Windows color (decimal): -1109785 or 15143151. OLE color: 15143151.

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

Color convert

RGB 239 16 231 -
CMYK 0 0.93 0.03 0.06
HSL 302.15º 0.87% 0.5% -
HSV(B) 302.15º 0.93% 0.94% -
XYZ 50.21 24.49 77.68 -
YUV 107.19 197.88 222.02 -
System Red Green Blue C M Y K H S L
Decimal 239 16 231 0 0.93 0.03 0.06 302.15 0.87 0.5
Hex EF 10 E7 0 5D 3 6 12E 57 32
Octal 357 20 347 0 135 3 6 456 127 62
Binary 11101111 10000 11100111 0 1011101 11 110 100101110 1010111 110010

Color Harmonies of #EF10E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10E7

Black with #EF10E7

Text Example


Text Example

White with #EF10E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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