#E981EC

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

Shades of Violet #E981EC

Tints of Violet #E981EC

Color information

#E981EC (or 0xE981EC) is unknown color: approx Violet. HEX triplet: E9, 81 and EC. RGB value is (233,129,236). Sum of RGB (Red+Green+Blue) = 233+129+236=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #E981EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E981EC is #167E13. Grayscale: #ABABAB. Windows color (decimal): -1474068 or 15499753. OLE color: 15499753.

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

Color convert

RGB233129236-
CMYK0.010.4500.07
HSL298.32º73.79%71.57%-
HSV(B)298.32º45.34%92.55%-
XYZ56.5939.0883.92-
YUV172.29163.96171.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 129 (50.78% from 255) = 21.57%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=38.96%
G=21.57%
B=39.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331292360.010.4500.07298.3273.7971.57
HexE981EC12D0712a4a48
Octal35120135415507452112110
Binary1110100110000001111011001101101011110010101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981EC; }

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

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

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

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

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

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

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

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