#E971EA

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

Shades of Violet #E971EA

Tints of Violet #E971EA

Color information

#E971EA (or 0xE971EA) is unknown color: approx Violet. HEX triplet: E9, 71 and EA. RGB value is (233,113,234). Sum of RGB (Red+Green+Blue) = 233+113+234=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #E971EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E971EA is #168E15. Grayscale: #A2A2A2. Windows color (decimal): -1478166 or 15364585. OLE color: 15364585.

HSL color Cylindrical-coordinate representation of color #E971EA: hue angle of 299.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971EA is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233113234-
CMYK0.000.5200.08
HSL299.5º74.23%68.04%-
HSV(B)299.5º51.71%91.76%-
XYZ54.3635.0781.75-
YUV162.67168.26178.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.17%
GREEN value IS 113 (44.53% from 255) = 19.48%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=40.17%
G=19.48%
B=40.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331132340.000.5200.08299.574.2368.04
HexE971EA0340812c4a44
Octal351161352064010454112104
Binary1110100111100011110101001101000100010010110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E971EA; }

 p { color: rgb(233,113,234); }

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

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

 a { background-color: rgb(233,113,234); }

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

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

 span { border-color: rgb(233,113,234); }

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