#E97DE1

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

Shades of Violet #E97DE1

Tints of Violet #E97DE1

Color information

#E97DE1 (or 0xE97DE1) is unknown color: approx Violet. HEX triplet: E9, 7D and E1. RGB value is (233,125,225). Sum of RGB (Red+Green+Blue) = 233+125+225=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DE1 is #16821E. Grayscale: #A8A8A8. Windows color (decimal): -1475103 or 14777833. OLE color: 14777833.

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

Color convert

RGB233125225-
CMYK00.460.030.09
HSL304.44º71.05%70.2%-
HSV(B)304.44º46.35%91.37%-
XYZ54.5337.4375.58-
YUV168.69159.78173.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=39.97%
G=21.44%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312522500.460.030.09304.4471.0570.2
HexE97DE102E391304746
Octal351175341056311460107106
Binary11101001111110111100001010111011100110011000010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DE1; }

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

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

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

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

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

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

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

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