#E97BF2

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

Shades of Violet #E97BF2

Tints of Violet #E97BF2

Color information

#E97BF2 (or 0xE97BF2) is unknown color: approx Violet. HEX triplet: E9, 7B and F2. RGB value is (233,123,242). Sum of RGB (Red+Green+Blue) = 233+123+242=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #E97BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97BF2 is #16840D. Grayscale: #A9A9A9. Windows color (decimal): -1475598 or 15891433. OLE color: 15891433.

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

Color convert

RGB233123242-
CMYK0.040.4900.05
HSL295.46º82.07%71.57%-
HSV(B)295.46º49.17%94.9%-
XYZ56.7137.988.33-
YUV169.46168.94173.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 123 (48.44% from 255) = 20.57%
BLUE value IS 242 (94.92% from 255) = 40.47%
R=38.96%
G=20.57%
B=40.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331232420.040.4900.05295.4682.0771.57
HexE97BF2431051275248
Octal35117336246105447122110
Binary11101001111101111110010100110001010110010011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97BF2; }

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

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

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

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

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

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

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

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