#E97DEA

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

Shades of Violet #E97DEA

Tints of Violet #E97DEA

Color information

#E97DEA (or 0xE97DEA) is unknown color: approx Violet. HEX triplet: E9, 7D and EA. RGB value is (233,125,234). Sum of RGB (Red+Green+Blue) = 233+125+234=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #E97DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97DEA is #168215. Grayscale: #A9A9A9. Windows color (decimal): -1475094 or 15367657. OLE color: 15367657.

HSL color Cylindrical-coordinate representation of color #E97DEA: hue angle of 299.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97DEA is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233125234-
CMYK0.000.4700.08
HSL299.45º72.19%70.39%-
HSV(B)299.45º46.58%91.76%-
XYZ55.7937.9382.22-
YUV169.72164.28173.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=39.36%
G=21.11%
B=39.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331252340.000.4700.08299.4572.1970.39
HexE97DEA02F0812b4846
Octal351175352057010453110106
Binary1110100111111011110101001011110100010010101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DEA; }

 p { color: rgb(233,125,234); }

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

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

 a { background-color: rgb(233,125,234); }

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

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

 span { border-color: rgb(233,125,234); }

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