Html Css Color HEX #EF17F1 Magenta

📋 copy color: '#EF17F1'

red 239 ◦ green 23 ◦ blue 241

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

Shades of Magenta #EF17F1

Tints of Magenta #EF17F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 47.51%
G = 4.57%
B = 47.91%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF17F1 (or 0xEF17F1) is known color: Magenta. HEX triplet: EF, 17 and F1. RGB value is (239,23,241). Sum of RGB (Red+Green+Blue) = 239+23+241=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF17F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17F1 is #10E80E. Grayscale: #6F6F6F. Windows color (decimal): -1107983 or 15800303. OLE color: 15800303.

HSL color Cylindrical-coordinate representation of color #EF17F1: hue angle of 299.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17F1 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 23 241 -
CMYK 0.01 0.90 0 0.05
HSL 299.45º 0.89% 0.52% -
HSV(B) 299.45º 0.9% 0.95% -
XYZ 51.78 25.31 85.38 -
YUV 112.44 200.56 218.27 -
System Red Green Blue C M Y K H S L
Decimal 239 23 241 0.01 0.90 0 0.05 299.45 0.89 0.52
Hex EF 17 F1 1 5A 0 5 12B 59 34
Octal 357 27 361 1 132 0 5 453 131 64
Binary 11101111 10111 11110001 1 1011010 0 101 100101011 1011001 110100

Color Harmonies of #EF17F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17F1

Black with #EF17F1

Text Example


Text Example

White with #EF17F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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