#EE85FF

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

Shades of Violet #EE85FF

Tints of Violet #EE85FF

Color information

#EE85FF (or 0xEE85FF) is unknown color: approx Violet. HEX triplet: EE, 85 and FF. RGB value is (238,133,255). Sum of RGB (Red+Green+Blue) = 238+133+255=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 133 (52.34% from 255 or 21.25% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE85FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85FF is #117A00. Grayscale: #B1B1B1. Windows color (decimal): -1145345 or 16745966. OLE color: 16745966.

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

Color convert

RGB238133255-
CMYK0.070.4800
HSL291.64º100%76.08%-
HSV(B)291.64º47.84%100%-
XYZ61.742.1799.5-
YUV178.3171.29170.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 133 (52.34% from 255) = 21.25%
BLUE value IS 255 (100% from 255) = 40.73%
R=38.02%
G=21.25%
B=40.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381332550.070.4800291.6410076.08
HexEE85FF73000124644c
Octal35620537776000444144114
Binary1110111010000101111111111111100000010010010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85FF; }

 p { color: rgb(238,133,255); }

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

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

 a { background-color: rgb(238,133,255); }

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

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

 span { border-color: rgb(238,133,255); }

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