#E97BF1

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

Shades of Violet #E97BF1

Tints of Violet #E97BF1

Color information

#E97BF1 (or 0xE97BF1) is unknown color: approx Violet. HEX triplet: E9, 7B and F1. RGB value is (233,123,241). Sum of RGB (Red+Green+Blue) = 233+123+241=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #E97BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97BF1 is #16840E. Grayscale: #A8A8A8. Windows color (decimal): -1475599 or 15825897. OLE color: 15825897.

HSL color Cylindrical-coordinate representation of color #E97BF1: hue angle of 295.93º 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 #E97BF1 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233123241-
CMYK0.030.4900.05
HSL295.93º80.82%71.37%-
HSV(B)295.93º48.96%94.51%-
XYZ56.5637.8487.54-
YUV169.34168.44173.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.03%
GREEN value IS 123 (48.44% from 255) = 20.60%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=39.03%
G=20.60%
B=40.37%

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
Decimal2331232410.030.4900.05295.9380.8271.37
HexE97BF1331051285147
Octal35117336136105450121107
Binary1110100111110111111000111110001010110010100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97BF1; }

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

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

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

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

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

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

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

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