#E981FA

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

Shades of Violet #E981FA

Tints of Violet #E981FA

Color information

#E981FA (or 0xE981FA) is unknown color: approx Violet. HEX triplet: E9, 81 and FA. RGB value is (233,129,250). Sum of RGB (Red+Green+Blue) = 233+129+250=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #E981FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E981FA is #167E05. Grayscale: #ADADAD. Windows color (decimal): -1474054 or 16417257. OLE color: 16417257.

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

Color convert

RGB233129250-
CMYK0.070.4800.02
HSL291.57º92.37%74.31%-
HSV(B)291.57º48.4%98.04%-
XYZ58.7139.9395.05-
YUV173.89170.96170.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 129 (50.78% from 255) = 21.08%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=38.07%
G=21.08%
B=40.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331292500.070.4800.02291.5792.3774.31
HexE981FA730021245c4a
Octal35120137276002444134112
Binary11101001100000011111101011111000001010010010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981FA; }

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

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

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

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

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

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

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

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