#E982EE

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

Shades of Violet #E982EE

Tints of Violet #E982EE

Color information

#E982EE (or 0xE982EE) is unknown color: approx Violet. HEX triplet: E9, 82 and EE. RGB value is (233,130,238). Sum of RGB (Red+Green+Blue) = 233+130+238=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #E982EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982EE is #167D11. Grayscale: #ACACAC. Windows color (decimal): -1473810 or 15631081. OLE color: 15631081.

HSL color Cylindrical-coordinate representation of color #E982EE: hue angle of 297.22º 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 #E982EE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233130238-
CMYK0.020.4500.07
HSL297.22º76.06%72.16%-
HSV(B)297.22º45.38%93.33%-
XYZ57.0239.4685.5-
YUV173.11164.62170.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=38.77%
G=21.63%
B=39.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331302380.020.4500.07297.2276.0672.16
HexE982EE22D071294c48
Octal35120235625507451114110
Binary11101001100000101110111010101101011110010100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982EE; }

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

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

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

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

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

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

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

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