#EE82FA

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

Shades of Violet #EE82FA

Tints of Violet #EE82FA

Color information

#EE82FA (or 0xEE82FA) is unknown color: approx Violet. HEX triplet: EE, 82 and FA. RGB value is (238,130,250). Sum of RGB (Red+Green+Blue) = 238+130+250=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 130 (51.17% from 255 or 21.04% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82FA is #117D05. Grayscale: #AFAFAF. Windows color (decimal): -1146118 or 16417518. OLE color: 16417518.

HSL color Cylindrical-coordinate representation of color #EE82FA: hue angle of 294º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE82FA is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238130250-
CMYK0.050.4800.02
HSL294º92.31%74.51%-
HSV(B)294º48%98.04%-
XYZ60.541.0495.18-
YUV175.97169.78172.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 130 (51.17% from 255) = 21.04%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=38.51%
G=21.04%
B=40.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381302500.050.4800.0229492.3174.51
HexEE82FA530021265c4b
Octal35620237256002446134113
Binary11101110100000101111101010111000001010010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE82FA; }

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

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

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

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

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

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

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

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