#E97FEF

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

Shades of Violet #E97FEF

Tints of Violet #E97FEF

Color information

#E97FEF (or 0xE97FEF) is unknown color: approx Violet. HEX triplet: E9, 7F and EF. RGB value is (233,127,239). Sum of RGB (Red+Green+Blue) = 233+127+239=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #E97FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97FEF is #168010. Grayscale: #ABABAB. Windows color (decimal): -1474577 or 15695849. OLE color: 15695849.

HSL color Cylindrical-coordinate representation of color #E97FEF: hue angle of 296.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97FEF is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233127239-
CMYK0.030.4700.06
HSL296.79º77.78%71.76%-
HSV(B)296.79º46.86%93.73%-
XYZ56.7738.7386.15-
YUV171.46166.12171.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 127 (50% from 255) = 21.20%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=38.90%
G=21.20%
B=39.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331272390.030.4700.06296.7977.7871.76
HexE97FEF32F061294e48
Octal35117735735706451116110
Binary1110100111111111110111111101111011010010100110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97FEF; }

 p { color: rgb(233,127,239); }

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

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

 a { background-color: rgb(233,127,239); }

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

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

 span { border-color: rgb(233,127,239); }

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