#EF0FDA

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

Shades of Hot Magenta #EF0FDA

Tints of Hot Magenta #EF0FDA

Color information

#EF0FDA (or 0xEF0FDA) is unknown color: approx Hot Magenta. HEX triplet: EF, 0F and DA. RGB value is (239,15,218). Sum of RGB (Red+Green+Blue) = 239+15+218=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDA is #10F025. Grayscale: #686868. Windows color (decimal): -1110054 or 14290927. OLE color: 14290927.

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

Color convert

RGB23915218-
CMYK00.940.090.06
HSL305.62º88.19%49.8%-
HSV(B)305.62º93.72%93.73%-
XYZ48.4223.7568.36-
YUV105.12191.71223.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.64%
GREEN value IS 15 (6.25% from 255) = 3.18%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=50.64%
G=3.18%
B=46.19%

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
Decimal2391521800.940.090.06305.6288.1949.8
HexEFFDA05E961325832
Octal35717332013611646213062
Binary111011111111110110100101111010011101001100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0FDA; }

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

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

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

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

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

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

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

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