#EE86FE

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

Shades of Violet #EE86FE

Tints of Violet #EE86FE

Color information

#EE86FE (or 0xEE86FE) is unknown color: approx Violet. HEX triplet: EE, 86 and FE. RGB value is (238,134,254). Sum of RGB (Red+Green+Blue) = 238+134+254=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE86FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86FE is #117901. Grayscale: #B2B2B2. Windows color (decimal): -1145090 or 16680686. OLE color: 16680686.

HSL color Cylindrical-coordinate representation of color #EE86FE: hue angle of 292º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE86FE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238134254-
CMYK0.060.4700.00
HSL292º98.36%76.08%-
HSV(B)292º47.24%99.61%-
XYZ61.6742.3898.7-
YUV178.78170.46170.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 134 (52.73% from 255) = 21.41%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=38.02%
G=21.41%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381342540.060.4700.0029298.3676.08
HexEE86FE62F00124624c
Octal35620637665700444142114
Binary1110111010000110111111101101011110010010010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86FE; }

 p { color: rgb(238,134,254); }

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

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

 a { background-color: rgb(238,134,254); }

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

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

 span { border-color: rgb(238,134,254); }

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