Html Css Color HEX #EF10E9 Magenta

📋 copy color: '#EF10E9'

red 239 ◦ green 16 ◦ blue 233

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

Shades of Magenta #EF10E9

Tints of Magenta #EF10E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.75%

R = 48.98%
G = 3.28%
B = 47.75%

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

#EF10E9 (or 0xEF10E9) is known color: Magenta. HEX triplet: EF, 10 and E9. RGB value is (239,16,233). Sum of RGB (Red+Green+Blue) = 239+16+233=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10E9 is #10EF16. Grayscale: #6A6A6A. Windows color (decimal): -1109783 or 15274223. OLE color: 15274223.

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

Color convert

RGB 239 16 233 -
CMYK 0 0.93 0.03 0.06
HSL 301.61º 0.87% 0.5% -
HSV(B) 301.61º 0.93% 0.94% -
XYZ 50.49 24.6 79.18 -
YUV 107.42 198.88 221.86 -
System Red Green Blue C M Y K H S L
Decimal 239 16 233 0 0.93 0.03 0.06 301.61 0.87 0.5
Hex EF 10 E9 0 5D 3 6 12E 57 32
Octal 357 20 351 0 135 3 6 456 127 62
Binary 11101111 10000 11101001 0 1011101 11 110 100101110 1010111 110010

Color Harmonies of #EF10E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10E9

Black with #EF10E9

Text Example


Text Example

White with #EF10E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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