Html Css Color HEX #EF17E6 Magenta

📋 copy color: '#EF17E6'

red 239 ◦ green 23 ◦ blue 230

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

Shades of Magenta #EF17E6

Tints of Magenta #EF17E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 48.58%
G = 4.67%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF17E6 (or 0xEF17E6) is known color: Magenta. HEX triplet: EF, 17 and E6. RGB value is (239,23,230). Sum of RGB (Red+Green+Blue) = 239+23+230=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17E6 is #10E819. Grayscale: #6E6E6E. Windows color (decimal): -1107994 or 15079407. OLE color: 15079407.

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

Color convert

RGB 239 23 230 -
CMYK 0 0.90 0.04 0.06
HSL 302.5º 0.87% 0.51% -
HSV(B) 302.5º 0.9% 0.94% -
XYZ 50.19 24.68 76.98 -
YUV 111.18 195.06 219.17 -
System Red Green Blue C M Y K H S L
Decimal 239 23 230 0 0.90 0.04 0.06 302.5 0.87 0.51
Hex EF 17 E6 0 5A 4 6 12E 57 33
Octal 357 27 346 0 132 4 6 456 127 63
Binary 11101111 10111 11100110 0 1011010 100 110 100101110 1010111 110011

Color Harmonies of #EF17E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17E6

Black with #EF17E6

Text Example


Text Example

White with #EF17E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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