#E97CE0

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

Shades of Violet #E97CE0

Tints of Violet #E97CE0

Color information

#E97CE0 (or 0xE97CE0) is unknown color: approx Violet. HEX triplet: E9, 7C and E0. RGB value is (233,124,224). Sum of RGB (Red+Green+Blue) = 233+124+224=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CE0 is #16831F. Grayscale: #A7A7A7. Windows color (decimal): -1475360 or 14712041. OLE color: 14712041.

HSL color Cylindrical-coordinate representation of color #E97CE0: hue angle of 304.95º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97CE0 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233124224-
CMYK00.470.040.09
HSL304.95º71.24%70%-
HSV(B)304.95º46.78%91.37%-
XYZ54.2737.1274.83-
YUV167.99159.61174.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 124 (48.83% from 255) = 21.34%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=40.10%
G=21.34%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312422400.470.040.09304.9571.2470
HexE97CE002F491314746
Octal351174340057411461107106
Binary111010011111100111000000101111100100110011000110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CE0; }

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

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

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

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

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

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

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

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