#E585ED

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

Shades of Violet #E585ED

Tints of Violet #E585ED

Color information

#E585ED (or 0xE585ED) is unknown color: approx Violet. HEX triplet: E5, 85 and ED. RGB value is (229,133,237). Sum of RGB (Red+Green+Blue) = 229+133+237=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #E585ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E585ED is #1A7A12. Grayscale: #ADADAD. Windows color (decimal): -1735187 or 15566309. OLE color: 15566309.

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

Color convert

RGB229133237-
CMYK0.030.4400.07
HSL295.38º74.29%72.55%-
HSV(B)295.38º43.88%92.94%-
XYZ55.9939.5584.8-
YUV173.56163.8167.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 133 (52.34% from 255) = 22.20%
BLUE value IS 237 (92.97% from 255) = 39.57%
R=38.23%
G=22.20%
B=39.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291332370.030.4400.07295.3874.2972.55
HexE585ED32C071274a49
Octal34520535535407447112111
Binary11100101100001011110110111101100011110010011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585ED; }

 p { color: rgb(229,133,237); }

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

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

 a { background-color: rgb(229,133,237); }

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

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

 span { border-color: rgb(229,133,237); }

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