#EE0FDE

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

Shades of Hot Magenta #EE0FDE

Tints of Hot Magenta #EE0FDE

Color information

#EE0FDE (or 0xEE0FDE) is unknown color: approx Hot Magenta. HEX triplet: EE, 0F and DE. RGB value is (238,15,222). Sum of RGB (Red+Green+Blue) = 238+15+222=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FDE is #11F021. Grayscale: #686868. Windows color (decimal): -1175586 or 14553070. OLE color: 14553070.

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

Color convert

RGB23815222-
CMYK00.940.070.07
HSL304.3º88.14%49.61%-
HSV(B)304.3º93.7%93.33%-
XYZ48.6223.7971.14-
YUV105.27193.88222.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.11%
GREEN value IS 15 (6.25% from 255) = 3.16%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=50.11%
G=3.16%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381522200.940.070.07304.388.1449.61
HexEEFDE05E771305832
Octal3561733601367746013062
Binary11101110111111011110010111101111111001100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0FDE; }

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

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

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

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

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

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

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

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