#EE20EF

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

Shades of Magenta #EE20EF

Tints of Magenta #EE20EF

Color information

#EE20EF (or 0xEE20EF) is unknown color: approx Magenta. HEX triplet: EE, 20 and EF. RGB value is (238,32,239). Sum of RGB (Red+Green+Blue) = 238+32+239=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 32 (12.89% from 255 or 6.29% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE20EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20EF is #11DF10. Grayscale: #747474. Windows color (decimal): -1171217 or 15671534. OLE color: 15671534.

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

Color convert

RGB23832239-
CMYK0.000.8700.06
HSL299.71º86.61%53.14%-
HSV(B)299.71º86.61%93.73%-
XYZ51.3625.4483.87-
YUV117.19196.75214.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 32 (12.89% from 255) = 6.29%
BLUE value IS 239 (93.75% from 255) = 46.95%
R=46.76%
G=6.29%
B=46.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal238322390.000.8700.06299.7186.6153.14
HexEE20EF0570612c5735
Octal3564035701270645412765
Binary11101110100000111011110101011101101001011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE20EF; }

 p { color: rgb(238,32,239); }

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

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

 a { background-color: rgb(238,32,239); }

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

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

 span { border-color: rgb(238,32,239); }

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