#EF17DF

Color #EF17DF Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EF17DF

Tints of Hot Magenta #EF17DF

Color information

#EF17DF (or 0xEF17DF) is unknown color: approx Hot Magenta. HEX triplet: EF, 17 and DF. RGB value is (239,23,223). Sum of RGB (Red+Green+Blue) = 239+23+223=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17DF is #10E820. Grayscale: #6D6D6D. Windows color (decimal): -1108001 or 14620655. OLE color: 14620655.

HSL color Cylindrical-coordinate representation of color #EF17DF: hue angle of 304.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17DF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB23923223-
CMYK00.900.070.06
HSL304.44º87.1%51.37%-
HSV(B)304.44º90.38%93.73%-
XYZ49.2224.2971.91-
YUV110.38191.56219.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 23 (9.38% from 255) = 4.74%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=49.28%
G=4.74%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392322300.900.070.06304.4487.151.37
HexEF17DF05A761305733
Octal3572733701327646012763
Binary111011111011111011111010110101111101001100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF17DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF17DF; }

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

 H1.HeaderClassName
 {
   color: #EF17DF;
 }
 .AnyTagClassName
 {
   color: #EF17DF;
 }
</style>
background-color css

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

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

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

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

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

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