Html Css Color HEX #EF17FB Magenta

📋 copy color: '#EF17FB'

red 239 ◦ green 23 ◦ blue 251

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

Shades of Magenta #EF17FB

Tints of Magenta #EF17FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 46.59%
G = 4.48%
B = 48.93%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF17FB (or 0xEF17FB) is known color: Magenta. HEX triplet: EF, 17 and FB. RGB value is (239,23,251). Sum of RGB (Red+Green+Blue) = 239+23+251=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 23 (9.38% from 255 or 4.48% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF17FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17FB is #10E804. Grayscale: #707070. Windows color (decimal): -1107973 or 16455663. OLE color: 16455663.

HSL color Cylindrical-coordinate representation of color #EF17FB: hue angle of 296.84º degrees, saturation: 0.97, 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 #EF17FB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 23 251 -
CMYK 0.05 0.91 0 0.02
HSL 296.84º 0.97% 0.54% -
HSV(B) 296.84º 0.91% 0.98% -
XYZ 53.32 25.93 93.46 -
YUV 113.58 205.56 217.46 -
System Red Green Blue C M Y K H S L
Decimal 239 23 251 0.05 0.91 0 0.02 296.84 0.97 0.54
Hex EF 17 FB 5 5B 0 2 129 61 36
Octal 357 27 373 5 133 0 2 451 141 66
Binary 11101111 10111 11111011 101 1011011 0 10 100101001 1100001 110110

Color Harmonies of #EF17FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17FB

Black with #EF17FB

Text Example


Text Example

White with #EF17FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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