#E970EC

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

Shades of Violet #E970EC

Tints of Violet #E970EC

Color information

#E970EC (or 0xE970EC) is unknown color: approx Violet. HEX triplet: E9, 70 and EC. RGB value is (233,112,236). Sum of RGB (Red+Green+Blue) = 233+112+236=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #E970EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970EC is #168F13. Grayscale: #A1A1A1. Windows color (decimal): -1478420 or 15495401. OLE color: 15495401.

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

Color convert

RGB233112236-
CMYK0.010.5300.07
HSL298.55º76.54%68.24%-
HSV(B)298.55º52.54%92.55%-
XYZ54.5434.9783.23-
YUV162.32169.59178.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 112 (44.14% from 255) = 19.28%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=40.10%
G=19.28%
B=40.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331122360.010.5300.07298.5576.5468.24
HexE970EC1350712b4d44
Octal35116035416507453115104
Binary111010011110000111011001110101011110010101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E970EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E970EC; }

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

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

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

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

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

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

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

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