#E97CF1

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

Shades of Violet #E97CF1

Tints of Violet #E97CF1

Color information

#E97CF1 (or 0xE97CF1) is unknown color: approx Violet. HEX triplet: E9, 7C and F1. RGB value is (233,124,241). Sum of RGB (Red+Green+Blue) = 233+124+241=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #E97CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97CF1 is #16830E. Grayscale: #A9A9A9. Windows color (decimal): -1475343 or 15826153. OLE color: 15826153.

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

Color convert

RGB233124241-
CMYK0.030.4900.05
HSL295.9º80.69%71.57%-
HSV(B)295.9º48.55%94.51%-
XYZ56.6938.0987.58-
YUV169.93168.11172.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 124 (48.83% from 255) = 20.74%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=38.96%
G=20.74%
B=40.30%

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
Decimal2331242410.030.4900.05295.980.6971.57
HexE97CF1331051285148
Octal35117436136105450121110
Binary1110100111111001111000111110001010110010100010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CF1; }

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

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

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

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

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

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

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

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