#E17CED

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

Shades of Violet #E17CED

Tints of Violet #E17CED

Color information

#E17CED (or 0xE17CED) is unknown color: approx Violet. HEX triplet: E1, 7C and ED. RGB value is (225,124,237). Sum of RGB (Red+Green+Blue) = 225+124+237=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #E17CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17CED is #1E8312. Grayscale: #A6A6A6. Windows color (decimal): -1999635 or 15564001. OLE color: 15564001.

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

Color convert

RGB225124237-
CMYK0.050.4800.07
HSL293.63º75.84%70.78%-
HSV(B)293.63º47.68%92.94%-
XYZ53.5536.5484.35-
YUV167.08167.46169.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 124 (48.83% from 255) = 21.16%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=38.40%
G=21.16%
B=40.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251242370.050.4800.07293.6375.8470.78
HexE17CED530071264c47
Octal34117435556007446114107
Binary11100001111110011101101101110000011110010011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CED; }

 p { color: rgb(225,124,237); }

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

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

 a { background-color: rgb(225,124,237); }

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

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

 span { border-color: rgb(225,124,237); }

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