#E97AF1

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

Shades of Violet #E97AF1

Tints of Violet #E97AF1

Color information

#E97AF1 (or 0xE97AF1) is unknown color: approx Violet. HEX triplet: E9, 7A and F1. RGB value is (233,122,241). Sum of RGB (Red+Green+Blue) = 233+122+241=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #E97AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97AF1 is #16850E. Grayscale: #A8A8A8. Windows color (decimal): -1475855 or 15825641. OLE color: 15825641.

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

Color convert

RGB233122241-
CMYK0.030.4900.05
HSL295.97º80.95%71.18%-
HSV(B)295.97º49.38%94.51%-
XYZ56.4437.5987.5-
YUV168.76168.77173.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.09%
GREEN value IS 122 (48.05% from 255) = 20.47%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=39.09%
G=20.47%
B=40.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331222410.030.4900.05295.9780.9571.18
HexE97AF1331051285147
Octal35117236136105450121107
Binary1110100111110101111000111110001010110010100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97AF1; }

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

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

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

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

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

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

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

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