#E973F1

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

Shades of Violet #E973F1

Tints of Violet #E973F1

Color information

#E973F1 (or 0xE973F1) is unknown color: approx Violet. HEX triplet: E9, 73 and F1. RGB value is (233,115,241). Sum of RGB (Red+Green+Blue) = 233+115+241=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #E973F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E973F1 is #168C0E. Grayscale: #A4A4A4. Windows color (decimal): -1477647 or 15823849. OLE color: 15823849.

HSL color Cylindrical-coordinate representation of color #E973F1: hue angle of 296.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E973F1 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233115241-
CMYK0.030.5200.05
HSL296.19º81.82%69.8%-
HSV(B)296.19º52.28%94.51%-
XYZ55.6135.9487.22-
YUV164.65171.09176.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 115 (45.31% from 255) = 19.52%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=39.56%
G=19.52%
B=40.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331152410.030.5200.05296.1981.8269.8
HexE973F1334051285246
Octal35116336136405450122106
Binary1110100111100111111000111110100010110010100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E973F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E973F1; }

 p { color: rgb(233,115,241); }

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

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

 a { background-color: rgb(233,115,241); }

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

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

 span { border-color: rgb(233,115,241); }

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