#E58DED

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

Shades of Violet #E58DED

Tints of Violet #E58DED

Color information

#E58DED (or 0xE58DED) is unknown color: approx Violet. HEX triplet: E5, 8D and ED. RGB value is (229,141,237). Sum of RGB (Red+Green+Blue) = 229+141+237=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #E58DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58DED is #1A7212. Grayscale: #B1B1B1. Windows color (decimal): -1733139 or 15568357. OLE color: 15568357.

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

Color convert

RGB229141237-
CMYK0.030.4100.07
HSL295º72.73%74.12%-
HSV(B)295º40.51%92.94%-
XYZ57.1241.8285.18-
YUV178.26161.15164.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 141 (55.47% from 255) = 23.23%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=37.73%
G=23.23%
B=39.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291412370.030.4100.0729572.7374.12
HexE58DED32907127494a
Octal34521535535107447111112
Binary11100101100011011110110111101001011110010011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58DED; }

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

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

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

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

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

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

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

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