Html Css Color HEX #EF17FA Magenta

📋 copy color: '#EF17FA'

red 239 ◦ green 23 ◦ blue 250

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

Shades of Magenta #EF17FA

Tints of Magenta #EF17FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 46.68%
G = 4.49%
B = 48.83%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF17FA (or 0xEF17FA) is known color: Magenta. HEX triplet: EF, 17 and FA. RGB value is (239,23,250). Sum of RGB (Red+Green+Blue) = 239+23+250=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF17FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17FA is #10E805. Grayscale: #707070. Windows color (decimal): -1107974 or 16390127. OLE color: 16390127.

HSL color Cylindrical-coordinate representation of color #EF17FA: hue angle of 297.09º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF17FA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 23 250 -
CMYK 0.04 0.91 0 0.02
HSL 297.09º 0.96% 0.54% -
HSV(B) 297.09º 0.91% 0.98% -
XYZ 53.16 25.87 92.63 -
YUV 113.46 205.06 217.54 -
System Red Green Blue C M Y K H S L
Decimal 239 23 250 0.04 0.91 0 0.02 297.09 0.96 0.54
Hex EF 17 FA 4 5B 0 2 129 60 36
Octal 357 27 372 4 133 0 2 451 140 66
Binary 11101111 10111 11111010 100 1011011 0 10 100101001 1100000 110110

Color Harmonies of #EF17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17FA

Black with #EF17FA

Text Example


Text Example

White with #EF17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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