#EE86FB

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

Shades of Violet #EE86FB

Tints of Violet #EE86FB

Color information

#EE86FB (or 0xEE86FB) is unknown color: approx Violet. HEX triplet: EE, 86 and FB. RGB value is (238,134,251). Sum of RGB (Red+Green+Blue) = 238+134+251=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE86FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86FB is #117904. Grayscale: #B2B2B2. Windows color (decimal): -1145093 or 16484078. OLE color: 16484078.

HSL color Cylindrical-coordinate representation of color #EE86FB: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE86FB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238134251-
CMYK0.050.4700.02
HSL293.33º93.6%75.49%-
HSV(B)293.33º46.61%98.43%-
XYZ61.242.1996.19-
YUV178.43168.96170.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 134 (52.73% from 255) = 21.51%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=38.20%
G=21.51%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381342510.050.4700.02293.3393.675.49
HexEE86FB52F021255e4b
Octal35620637355702445136113
Binary11101110100001101111101110110111101010010010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86FB; }

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

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

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

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

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

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

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

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