Html Css Color HEX #EF10EC Magenta

📋 copy color: '#EF10EC'

red 239 ◦ green 16 ◦ blue 236

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

Shades of Magenta #EF10EC

Tints of Magenta #EF10EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 48.68%
G = 3.26%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF10EC (or 0xEF10EC) is known color: Magenta. HEX triplet: EF, 10 and EC. RGB value is (239,16,236). Sum of RGB (Red+Green+Blue) = 239+16+236=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF10EC is #10EF13. Grayscale: #6B6B6B. Windows color (decimal): -1109780 or 15470831. OLE color: 15470831.

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

Color convert

RGB 239 16 236 -
CMYK 0 0.93 0.01 0.06
HSL 300.81º 0.87% 0.5% -
HSV(B) 300.81º 0.93% 0.94% -
XYZ 50.92 24.78 81.46 -
YUV 107.76 200.38 221.61 -
System Red Green Blue C M Y K H S L
Decimal 239 16 236 0 0.93 0.01 0.06 300.81 0.87 0.5
Hex EF 10 EC 0 5D 1 6 12D 57 32
Octal 357 20 354 0 135 1 6 455 127 62
Binary 11101111 10000 11101100 0 1011101 1 110 100101101 1010111 110010

Color Harmonies of #EF10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10EC

Black with #EF10EC

Text Example


Text Example

White with #EF10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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