#E585E2

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

Shades of Violet #E585E2

Tints of Violet #E585E2

Color information

#E585E2 (or 0xE585E2) is unknown color: approx Violet. HEX triplet: E5, 85 and E2. RGB value is (229,133,226). Sum of RGB (Red+Green+Blue) = 229+133+226=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E585E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585E2 is #1A7A1D. Grayscale: #ACACAC. Windows color (decimal): -1735198 or 14845413. OLE color: 14845413.

HSL color Cylindrical-coordinate representation of color #E585E2: hue angle of 301.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585E2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB229133226-
CMYK00.420.010.10
HSL301.88º64.86%70.98%-
HSV(B)301.88º41.92%89.8%-
XYZ54.4338.9276.6-
YUV172.31158.3168.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 226 (88.67% from 255) = 38.44%
R=38.95%
G=22.62%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913322600.420.010.10301.8864.8670.98
HexE585E202A1A12e4147
Octal345205342052112456101107
Binary11100101100001011110001001010101101010010111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585E2; }

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

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

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

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

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

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

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

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