#E97CF2

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

Shades of Violet #E97CF2

Tints of Violet #E97CF2

Color information

#E97CF2 (or 0xE97CF2) is unknown color: approx Violet. HEX triplet: E9, 7C and F2. RGB value is (233,124,242). Sum of RGB (Red+Green+Blue) = 233+124+242=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #E97CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97CF2 is #16830D. Grayscale: #A9A9A9. Windows color (decimal): -1475342 or 15891689. OLE color: 15891689.

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

Color convert

RGB233124242-
CMYK0.040.4900.05
HSL295.42º81.94%71.76%-
HSV(B)295.42º48.76%94.9%-
XYZ56.8438.1588.37-
YUV170.04168.61172.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 124 (48.83% from 255) = 20.70%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=38.90%
G=20.70%
B=40.40%

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
Decimal2331242420.040.4900.05295.4281.9471.76
HexE97CF2431051275248
Octal35117436246105447122110
Binary11101001111110011110010100110001010110010011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CF2; }

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

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

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

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

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

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

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

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