#EE86FD

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

Shades of Violet #EE86FD

Tints of Violet #EE86FD

Color information

#EE86FD (or 0xEE86FD) is unknown color: approx Violet. HEX triplet: EE, 86 and FD. RGB value is (238,134,253). Sum of RGB (Red+Green+Blue) = 238+134+253=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE86FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE86FD is #117902. Grayscale: #B2B2B2. Windows color (decimal): -1145091 or 16615150. OLE color: 16615150.

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

Color convert

RGB238134253-
CMYK0.060.4700.01
HSL292.44º96.75%75.88%-
HSV(B)292.44º47.04%99.22%-
XYZ61.5142.3297.85-
YUV178.66169.96170.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 134 (52.73% from 255) = 21.44%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=38.08%
G=21.44%
B=40.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381342530.060.4700.01292.4496.7575.88
HexEE86FD62F01124614c
Octal35620637565701444141114
Binary1110111010000110111111011101011110110010010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86FD; }

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

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

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

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

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

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

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

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