Html Css Color HEX #EF17EC Magenta

📋 copy color: '#EF17EC'

red 239 ◦ green 23 ◦ blue 236

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

Shades of Magenta #EF17EC

Tints of Magenta #EF17EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.62%

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

R = 47.99%
G = 4.62%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF17EC (or 0xEF17EC) is known color: Magenta. HEX triplet: EF, 17 and EC. RGB value is (239,23,236). Sum of RGB (Red+Green+Blue) = 239+23+236=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17EC is #10E813. Grayscale: #6F6F6F. Windows color (decimal): -1107988 or 15472623. OLE color: 15472623.

HSL color Cylindrical-coordinate representation of color #EF17EC: hue angle of 300.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17EC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 23 236 -
CMYK 0 0.90 0.01 0.06
HSL 300.83º 0.87% 0.51% -
HSV(B) 300.83º 0.9% 0.94% -
XYZ 51.04 25.02 81.5 -
YUV 111.87 198.06 218.68 -
System Red Green Blue C M Y K H S L
Decimal 239 23 236 0 0.90 0.01 0.06 300.83 0.87 0.51
Hex EF 17 EC 0 5A 1 6 12D 57 33
Octal 357 27 354 0 132 1 6 455 127 63
Binary 11101111 10111 11101100 0 1011010 1 110 100101101 1010111 110011

Color Harmonies of #EF17EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17EC

Black with #EF17EC

Text Example


Text Example

White with #EF17EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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