#EE6FF2

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

Shades of Violet #EE6FF2

Tints of Violet #EE6FF2

Color information

#EE6FF2 (or 0xEE6FF2) is unknown color: approx Violet. HEX triplet: EE, 6F and F2. RGB value is (238,111,242). Sum of RGB (Red+Green+Blue) = 238+111+242=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE6FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6FF2 is #11900D. Grayscale: #A3A3A3. Windows color (decimal): -1150990 or 15888366. OLE color: 15888366.

HSL color Cylindrical-coordinate representation of color #EE6FF2: hue angle of 298.17º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6FF2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238111242-
CMYK0.020.5400.05
HSL298.17º83.44%69.22%-
HSV(B)298.17º54.13%94.9%-
XYZ56.9735.9687.94-
YUV163.91172.08180.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 111 (43.75% from 255) = 18.78%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=40.27%
G=18.78%
B=40.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381112420.020.5400.05298.1783.4469.22
HexEE6FF22360512a5345
Octal35615736226605452123105
Binary1110111011011111111001010110110010110010101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6FF2; }

 p { color: rgb(238,111,242); }

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

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

 a { background-color: rgb(238,111,242); }

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

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

 span { border-color: rgb(238,111,242); }

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