#ef0fde

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

Shades of Hot Magenta #EF0FDE

Tints of Hot Magenta #EF0FDE

Color information

#EF0FDE (or 0xEF0FDE) is unknown color: approx Hot Magenta. HEX triplet: EF, 0F and DE. RGB value is (239,15,222). Sum of RGB (Red+Green+Blue) = 239+15+222=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FDE is #10F021. Grayscale: #686868. Windows color (decimal): -1110050 or 14553071. OLE color: 14553071.

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

Color convert

RGB23915222-
CMYK00.940.070.06
HSL304.55º88.19%49.8%-
HSV(B)304.55º93.72%93.73%-
XYZ48.9523.9771.15-
YUV105.57193.71223.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 15 (6.25% from 255) = 3.15%
BLUE value IS 222 (87.11% from 255) = 46.64%
R=50.21%
G=3.15%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391522200.940.070.06304.5588.1949.8
HexEFFDE05E761315832
Octal3571733601367646113062
Binary11101111111111011110010111101111101001100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef0fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef0fde; }

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

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

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

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

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

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

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

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