#E982EF

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

Shades of Violet #E982EF

Tints of Violet #E982EF

Color information

#E982EF (or 0xE982EF) is unknown color: approx Violet. HEX triplet: E9, 82 and EF. RGB value is (233,130,239). Sum of RGB (Red+Green+Blue) = 233+130+239=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #E982EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982EF is #167D10. Grayscale: #ACACAC. Windows color (decimal): -1473809 or 15696617. OLE color: 15696617.

HSL color Cylindrical-coordinate representation of color #E982EF: hue angle of 296.7º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E982EF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233130239-
CMYK0.030.4600.06
HSL296.7º77.3%72.35%-
HSV(B)296.7º45.61%93.73%-
XYZ57.1739.5286.28-
YUV173.22165.12170.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 130 (51.17% from 255) = 21.59%
BLUE value IS 239 (93.75% from 255) = 39.70%
R=38.70%
G=21.59%
B=39.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331302390.030.4600.06296.777.372.35
HexE982EF32E061294d48
Octal35120235735606451115110
Binary11101001100000101110111111101110011010010100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982EF; }

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

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

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

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

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

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

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

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