Html Css Color HEX #EF17F3 Magenta

📋 copy color: '#EF17F3'

red 239 ◦ green 23 ◦ blue 243

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

Shades of Magenta #EF17F3

Tints of Magenta #EF17F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.12%

R = 47.33%
G = 4.55%
B = 48.12%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF17F3 (or 0xEF17F3) is known color: Magenta. HEX triplet: EF, 17 and F3. RGB value is (239,23,243). Sum of RGB (Red+Green+Blue) = 239+23+243=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 23 (9.38% from 255 or 4.55% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF17F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17F3 is #10E80C. Grayscale: #707070. Windows color (decimal): -1107981 or 15931375. OLE color: 15931375.

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

Color convert

RGB 239 23 243 -
CMYK 0.02 0.91 0 0.05
HSL 298.91º 0.9% 0.52% -
HSV(B) 298.91º 0.91% 0.95% -
XYZ 52.08 25.43 86.96 -
YUV 112.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 239 23 243 0.02 0.91 0 0.05 298.91 0.9 0.52
Hex EF 17 F3 2 5B 0 5 12B 5A 34
Octal 357 27 363 2 133 0 5 453 132 64
Binary 11101111 10111 11110011 10 1011011 0 101 100101011 1011010 110100

Color Harmonies of #EF17F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17F3

Black with #EF17F3

Text Example


Text Example

White with #EF17F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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