#ef0fd9

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

Shades of Hot Magenta #EF0FD9

Tints of Hot Magenta #EF0FD9

Color information

#EF0FD9 (or 0xEF0FD9) is unknown color: approx Hot Magenta. HEX triplet: EF, 0F and D9. RGB value is (239,15,217). Sum of RGB (Red+Green+Blue) = 239+15+217=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FD9 is #10F026. Grayscale: #686868. Windows color (decimal): -1110055 or 14225391. OLE color: 14225391.

HSL color Cylindrical-coordinate representation of color #EF0FD9: hue angle of 305.89º 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 #EF0FD9 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB23915217-
CMYK00.940.090.06
HSL305.89º88.19%49.8%-
HSV(B)305.89º93.72%93.73%-
XYZ48.2923.767.68-
YUV105191.21223.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 15 (6.25% from 255) = 3.18%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=50.74%
G=3.18%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391521700.940.090.06305.8988.1949.8
HexEFFD905E961325832
Octal35717331013611646213062
Binary111011111111110110010101111010011101001100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef0fd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef0fd9; }

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

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

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

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

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

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

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

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