#EF0FD8

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

Shades of Hot Magenta #EF0FD8

Tints of Hot Magenta #EF0FD8

Color information

#EF0FD8 (or 0xEF0FD8) is unknown color: approx Hot Magenta. HEX triplet: EF, 0F and D8. RGB value is (239,15,216). Sum of RGB (Red+Green+Blue) = 239+15+216=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FD8 is #10F027. Grayscale: #686868. Windows color (decimal): -1110056 or 14159855. OLE color: 14159855.

HSL color Cylindrical-coordinate representation of color #EF0FD8: hue angle of 306.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FD8 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB23915216-
CMYK00.940.100.06
HSL306.16º88.19%49.8%-
HSV(B)306.16º93.72%93.73%-
XYZ48.1623.6566.99-
YUV104.89190.71223.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 15 (6.25% from 255) = 3.19%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=50.85%
G=3.19%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391521600.940.100.06306.1688.1949.8
HexEFFD805EA61325832
Octal35717330013612646213062
Binary111011111111110110000101111010101101001100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FD8; }

 p { color: rgb(239,15,216); }

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

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

 a { background-color: rgb(239,15,216); }

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

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

 span { border-color: rgb(239,15,216); }

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