#E981E1

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

Shades of Violet #E981E1

Tints of Violet #E981E1

Color information

#E981E1 (or 0xE981E1) is unknown color: approx Violet. HEX triplet: E9, 81 and E1. RGB value is (233,129,225). Sum of RGB (Red+Green+Blue) = 233+129+225=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E981E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981E1 is #167E1E. Grayscale: #AAAAAA. Windows color (decimal): -1474079 or 14778857. OLE color: 14778857.

HSL color Cylindrical-coordinate representation of color #E981E1: hue angle of 304.62º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981E1 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233129225-
CMYK00.450.030.09
HSL304.62º70.27%70.98%-
HSV(B)304.62º44.64%91.37%-
XYZ55.0538.4675.76-
YUV171.04158.46172.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=39.69%
G=21.98%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312922500.450.030.09304.6270.2770.98
HexE981E102D391314647
Octal351201341055311461106107
Binary111010011000000111100001010110111100110011000110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981E1; }

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

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

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

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

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

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

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

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