#E595ED

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

Shades of Plum #E595ED

Tints of Plum #E595ED

Color information

#E595ED (or 0xE595ED) is unknown color: approx Plum. HEX triplet: E5, 95 and ED. RGB value is (229,149,237). Sum of RGB (Red+Green+Blue) = 229+149+237=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #E595ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E595ED is #1A6A12. Grayscale: #B6B6B6. Windows color (decimal): -1731091 or 15570405. OLE color: 15570405.

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

Color convert

RGB229149237-
CMYK0.030.3700.07
HSL294.55º70.97%75.69%-
HSV(B)294.55º37.13%92.94%-
XYZ58.3544.2785.59-
YUV182.95158.5160.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=37.24%
G=24.23%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291492370.030.3700.07294.5570.9775.69
HexE595ED32507127474c
Octal34522535534507447107114
Binary11100101100101011110110111100101011110010011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E595ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E595ED; }

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

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

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

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

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

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

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

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