#EF16DF

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

Shades of Hot Magenta #EF16DF

Tints of Hot Magenta #EF16DF

Color information

#EF16DF (or 0xEF16DF) is unknown color: approx Hot Magenta. HEX triplet: EF, 16 and DF. RGB value is (239,22,223). Sum of RGB (Red+Green+Blue) = 239+22+223=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16DF is #10E920. Grayscale: #6D6D6D. Windows color (decimal): -1108257 or 14620399. OLE color: 14620399.

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

Color convert

RGB23922223-
CMYK00.910.070.06
HSL304.42º87.15%51.18%-
HSV(B)304.42º90.79%93.73%-
XYZ49.224.2571.9-
YUV109.8191.89220.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.38%
GREEN value IS 22 (8.98% from 255) = 4.55%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=49.38%
G=4.55%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392222300.910.070.06304.4287.1551.18
HexEF16DF05B761305733
Octal3572633701337646012763
Binary111011111011011011111010110111111101001100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF16DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF16DF; }

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

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

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

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

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

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

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

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