#EE2FF6

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

Shades of Magenta #EE2FF6

Tints of Magenta #EE2FF6

Color information

#EE2FF6 (or 0xEE2FF6) is unknown color: approx Magenta. HEX triplet: EE, 2F and F6. RGB value is (238,47,246). Sum of RGB (Red+Green+Blue) = 238+47+246=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE2FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2FF6 is #11D009. Grayscale: #7E7E7E. Windows color (decimal): -1167370 or 16134126. OLE color: 16134126.

HSL color Cylindrical-coordinate representation of color #EE2FF6: hue angle of 297.59º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2FF6 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23847246-
CMYK0.030.8100.04
HSL297.59º91.71%57.45%-
HSV(B)297.59º80.89%96.47%-
XYZ52.9126.8689.59-
YUV126.79195.28207.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 47 (18.75% from 255) = 8.85%
BLUE value IS 246 (96.48% from 255) = 46.33%
R=44.82%
G=8.85%
B=46.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal238472460.030.8100.04297.5991.7157.45
HexEE2FF63510412a5c39
Octal3565736631210445213471
Binary111011101011111111011011101000101001001010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2FF6; }

 p { color: rgb(238,47,246); }

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

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

 a { background-color: rgb(238,47,246); }

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

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

 span { border-color: rgb(238,47,246); }

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