#E971EC

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

Shades of Violet #E971EC

Tints of Violet #E971EC

Color information

#E971EC (or 0xE971EC) is unknown color: approx Violet. HEX triplet: E9, 71 and EC. RGB value is (233,113,236). Sum of RGB (Red+Green+Blue) = 233+113+236=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #E971EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E971EC is #168E13. Grayscale: #A2A2A2. Windows color (decimal): -1478164 or 15495657. OLE color: 15495657.

HSL color Cylindrical-coordinate representation of color #E971EC: hue angle of 298.54º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971EC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233113236-
CMYK0.010.5200.07
HSL298.54º76.4%68.43%-
HSV(B)298.54º52.12%92.55%-
XYZ54.6535.1983.27-
YUV162.9169.26178-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.03%
GREEN value IS 113 (44.53% from 255) = 19.42%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=40.03%
G=19.42%
B=40.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331132360.010.5200.07298.5476.468.43
HexE971EC1340712b4c44
Octal35116135416407453114104
Binary111010011110001111011001110100011110010101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E971EC; }

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

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

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

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

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

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

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

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