#E17DEC

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

Shades of Violet #E17DEC

Tints of Violet #E17DEC

Color information

#E17DEC (or 0xE17DEC) is unknown color: approx Violet. HEX triplet: E1, 7D and EC. RGB value is (225,125,236). Sum of RGB (Red+Green+Blue) = 225+125+236=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #E17DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17DEC is #1E8213. Grayscale: #A7A7A7. Windows color (decimal): -1999380 or 15498721. OLE color: 15498721.

HSL color Cylindrical-coordinate representation of color #E17DEC: hue angle of 294.05º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E17DEC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225125236-
CMYK0.050.4700.07
HSL294.05º74.5%70.78%-
HSV(B)294.05º47.03%92.55%-
XYZ53.5336.7383.63-
YUV167.55166.63168.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 125 (49.22% from 255) = 21.33%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=38.40%
G=21.33%
B=40.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251252360.050.4700.07294.0574.570.78
HexE17DEC52F071264a47
Octal34117535455707446112107
Binary11100001111110111101100101101111011110010011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DEC; }

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

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

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

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

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

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

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

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