Html Css Color HEX #EF17FD Magenta

📋 copy color: '#EF17FD'

red 239 ◦ green 23 ◦ blue 253

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

Shades of Magenta #EF17FD

Tints of Magenta #EF17FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 46.41%
G = 4.47%
B = 49.13%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF17FD (or 0xEF17FD) is known color: Magenta. HEX triplet: EF, 17 and FD. RGB value is (239,23,253). Sum of RGB (Red+Green+Blue) = 239+23+253=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 23 (9.38% from 255 or 4.47% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF17FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17FD is #10E802. Grayscale: #717171. Windows color (decimal): -1107971 or 16586735. OLE color: 16586735.

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

Color convert

RGB 239 23 253 -
CMYK 0.06 0.91 0 0.01
HSL 296.35º 0.98% 0.54% -
HSV(B) 296.35º 0.91% 0.99% -
XYZ 53.63 26.06 95.13 -
YUV 113.8 206.56 217.3 -
System Red Green Blue C M Y K H S L
Decimal 239 23 253 0.06 0.91 0 0.01 296.35 0.98 0.54
Hex EF 17 FD 6 5B 0 1 128 62 36
Octal 357 27 375 6 133 0 1 450 142 66
Binary 11101111 10111 11111101 110 1011011 0 1 100101000 1100010 110110

Color Harmonies of #EF17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17FD

Black with #EF17FD

Text Example


Text Example

White with #EF17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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