#EE85FA

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

Shades of Violet #EE85FA

Tints of Violet #EE85FA

Color information

#EE85FA (or 0xEE85FA) is unknown color: approx Violet. HEX triplet: EE, 85 and FA. RGB value is (238,133,250). Sum of RGB (Red+Green+Blue) = 238+133+250=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85FA is #117A05. Grayscale: #B1B1B1. Windows color (decimal): -1145350 or 16418286. OLE color: 16418286.

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

Color convert

RGB238133250-
CMYK0.050.4700.02
HSL293.85º92.13%75.1%-
HSV(B)293.85º46.8%98.04%-
XYZ60.941.8595.31-
YUV177.73168.79170.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 133 (52.34% from 255) = 21.42%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=38.33%
G=21.42%
B=40.26%

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
Decimal2381332500.050.4700.02293.8592.1375.1
HexEE85FA52F021265c4b
Octal35620537255702446134113
Binary11101110100001011111101010110111101010010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85FA; }

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

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

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

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

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

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

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

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