#E17DEA

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

Shades of Violet #E17DEA

Tints of Violet #E17DEA

Color information

#E17DEA (or 0xE17DEA) is unknown color: approx Violet. HEX triplet: E1, 7D and EA. RGB value is (225,125,234). Sum of RGB (Red+Green+Blue) = 225+125+234=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #E17DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17DEA is #1E8215. Grayscale: #A6A6A6. Windows color (decimal): -1999382 or 15367649. OLE color: 15367649.

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

Color convert

RGB225125234-
CMYK0.040.4700.08
HSL295.05º72.19%70.39%-
HSV(B)295.05º46.58%91.76%-
XYZ53.2436.6282.1-
YUV167.33165.63169.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 125 (49.22% from 255) = 21.40%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=38.53%
G=21.40%
B=40.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251252340.040.4700.08295.0572.1970.39
HexE17DEA42F081274846
Octal341175352457010447110106
Binary111000011111101111010101001011110100010010011110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DEA; }

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

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

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

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

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

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

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

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