#EE27EF

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

Shades of Magenta #EE27EF

Tints of Magenta #EE27EF

Color information

#EE27EF (or 0xEE27EF) is unknown color: approx Magenta. HEX triplet: EE, 27 and EF. RGB value is (238,39,239). Sum of RGB (Red+Green+Blue) = 238+39+239=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 39 (15.62% from 255 or 7.56% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE27EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27EF is #11D810. Grayscale: #787878. Windows color (decimal): -1169425 or 15673326. OLE color: 15673326.

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

Color convert

RGB23839239-
CMYK0.000.8400.06
HSL299.7º86.21%54.51%-
HSV(B)299.7º83.68%93.73%-
XYZ51.5725.8683.94-
YUV121.3194.43211.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 39 (15.62% from 255) = 7.56%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=46.12%
G=7.56%
B=46.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal238392390.000.8400.06299.786.2154.51
HexEE27EF0540612c5637
Octal3564735701240645412667
Binary11101110100111111011110101010001101001011001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE27EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE27EF; }

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

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

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

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

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

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

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

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