#E981F0

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

Shades of Violet #E981F0

Tints of Violet #E981F0

Color information

#E981F0 (or 0xE981F0) is unknown color: approx Violet. HEX triplet: E9, 81 and F0. RGB value is (233,129,240). Sum of RGB (Red+Green+Blue) = 233+129+240=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #E981F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E981F0 is #167E0F. Grayscale: #ACACAC. Windows color (decimal): -1474064 or 15761897. OLE color: 15761897.

HSL color Cylindrical-coordinate representation of color #E981F0: hue angle of 296.22º degrees, saturation: 0.79, 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 #E981F0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233129240-
CMYK0.030.4600.06
HSL296.22º78.72%72.35%-
HSV(B)296.22º46.25%94.12%-
XYZ57.1839.3287.01-
YUV172.75165.96170.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=38.70%
G=21.43%
B=39.87%

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
Decimal2331292400.030.4600.06296.2278.7272.35
HexE981F032E061284f48
Octal35120136035606450117110
Binary11101001100000011111000011101110011010010100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981F0; }

 p { color: rgb(233,129,240); }

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

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

 a { background-color: rgb(233,129,240); }

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

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

 span { border-color: rgb(233,129,240); }

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