#E982F9

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

Shades of Violet #E982F9

Tints of Violet #E982F9

Color information

#E982F9 (or 0xE982F9) is unknown color: approx Violet. HEX triplet: E9, 82 and F9. RGB value is (233,130,249). Sum of RGB (Red+Green+Blue) = 233+130+249=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #E982F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982F9 is #167D06. Grayscale: #ADADAD. Windows color (decimal): -1473799 or 16351977. OLE color: 16351977.

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

Color convert

RGB233130249-
CMYK0.060.4800.02
HSL291.93º90.84%74.31%-
HSV(B)291.93º47.79%97.65%-
XYZ58.6940.1394.28-
YUV174.36170.12169.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 130 (51.17% from 255) = 21.24%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=38.07%
G=21.24%
B=40.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331302490.060.4800.02291.9390.8474.31
HexE982F9630021245b4a
Octal35120237166002444133112
Binary11101001100000101111100111011000001010010010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982F9; }

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

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

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

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

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

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

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

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