#EE85F9

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

Shades of Violet #EE85F9

Tints of Violet #EE85F9

Color information

#EE85F9 (or 0xEE85F9) is unknown color: approx Violet. HEX triplet: EE, 85 and F9. RGB value is (238,133,249). Sum of RGB (Red+Green+Blue) = 238+133+249=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE85F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85F9 is #117A06. Grayscale: #B1B1B1. Windows color (decimal): -1145351 or 16352750. OLE color: 16352750.

HSL color Cylindrical-coordinate representation of color #EE85F9: hue angle of 294.31º degrees, saturation: 0.91, 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 #EE85F9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238133249-
CMYK0.040.4700.02
HSL294.31º90.62%74.9%-
HSV(B)294.31º46.59%97.65%-
XYZ60.7541.7994.49-
YUV177.62168.29171.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 133 (52.34% from 255) = 21.45%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=38.39%
G=21.45%
B=40.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381332490.040.4700.02294.3190.6274.9
HexEE85F942F021265b4b
Octal35620537145702446133113
Binary11101110100001011111100110010111101010010011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85F9; }

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

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

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

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

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

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

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

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