#EE82F5

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

Shades of Violet #EE82F5

Tints of Violet #EE82F5

Color information

#EE82F5 (or 0xEE82F5) is unknown color: approx Violet. HEX triplet: EE, 82 and F5. RGB value is (238,130,245). Sum of RGB (Red+Green+Blue) = 238+130+245=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE82F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82F5 is #117D0A. Grayscale: #AFAFAF. Windows color (decimal): -1146123 or 16089838. OLE color: 16089838.

HSL color Cylindrical-coordinate representation of color #EE82F5: hue angle of 296.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE82F5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238130245-
CMYK0.030.4700.04
HSL296.35º85.19%73.53%-
HSV(B)296.35º46.94%96.08%-
XYZ59.7240.7391.1-
YUV175.4167.28172.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 130 (51.17% from 255) = 21.21%
BLUE value IS 245 (96.09% from 255) = 39.97%
R=38.83%
G=21.21%
B=39.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381302450.030.4700.04296.3585.1973.53
HexEE82F532F04128554a
Octal35620236535704450125112
Binary11101110100000101111010111101111010010010100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE82F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE82F5; }

 p { color: rgb(238,130,245); }

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

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

 a { background-color: rgb(238,130,245); }

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

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

 span { border-color: rgb(238,130,245); }

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