#E970EE

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

Shades of Violet #E970EE

Tints of Violet #E970EE

Color information

#E970EE (or 0xE970EE) is unknown color: approx Violet. HEX triplet: E9, 70 and EE. RGB value is (233,112,238). Sum of RGB (Red+Green+Blue) = 233+112+238=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #E970EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970EE is #168F11. Grayscale: #A2A2A2. Windows color (decimal): -1478418 or 15626473. OLE color: 15626473.

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

Color convert

RGB233112238-
CMYK0.020.5300.07
HSL297.62º78.75%68.63%-
HSV(B)297.62º52.94%93.33%-
XYZ54.8335.0984.77-
YUV162.54170.59178.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 112 (44.14% from 255) = 19.21%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=39.97%
G=19.21%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331122380.020.5300.07297.6278.7568.63
HexE970EE2350712a4f45
Octal35116035626507452117105
Binary1110100111100001110111010110101011110010101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E970EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E970EE; }

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

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

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

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

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

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

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

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