#ee82ee

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

Shades of Violet #EE82EE

Tints of Violet #EE82EE

Color information

#EE82EE (or 0xEE82EE) is known color: Violet. HEX triplet: EE, 82 and EE. RGB value is (238,130,238). Sum of RGB (Red+Green+Blue) = 238+130+238=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE82EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82EE is #117D11. Grayscale: #AEAEAE. Windows color (decimal): -1146130 or 15631086. OLE color: 15631086.

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

Color convert

RGB238130238-
CMYK00.4500.07
HSL300º76.06%72.16%-
HSV(B)300º45.38%93.33%-
XYZ58.6840.3285.58-
YUV174.6163.78173.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 130 (51.17% from 255) = 21.45%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=39.27%
G=21.45%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813023800.4500.0730076.0672.16
HexEE82EE02D0712c4c48
Octal35620235605507454114110
Binary1110111010000010111011100101101011110010110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee82ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee82ee; }

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

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

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

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

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

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

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

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