#E585EF

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

Shades of Violet #E585EF

Tints of Violet #E585EF

Color information

#E585EF (or 0xE585EF) is unknown color: approx Violet. HEX triplet: E5, 85 and EF. RGB value is (229,133,239). Sum of RGB (Red+Green+Blue) = 229+133+239=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #E585EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E585EF is #1A7A10. Grayscale: #ADADAD. Windows color (decimal): -1735185 or 15697381. OLE color: 15697381.

HSL color Cylindrical-coordinate representation of color #E585EF: hue angle of 294.34º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E585EF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229133239-
CMYK0.040.4400.06
HSL294.34º76.81%72.94%-
HSV(B)294.34º44.35%93.73%-
XYZ56.2839.6786.35-
YUV173.79164.8167.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=38.10%
G=22.13%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291332390.040.4400.06294.3476.8172.94
HexE585EF42C061264d49
Octal34520535745406446115111
Binary111001011000010111101111100101100011010010011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585EF; }

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

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

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

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

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

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

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

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