#E395D5

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

Shades of Plum #E395D5

Tints of Plum #E395D5

Color information

#E395D5 (or 0xE395D5) is unknown color: approx Plum. HEX triplet: E3, 95 and D5. RGB value is (227,149,213). Sum of RGB (Red+Green+Blue) = 227+149+213=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E395D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395D5 is #1C6A2A. Grayscale: #B3B3B3. Windows color (decimal): -1862187 or 13997539. OLE color: 13997539.

HSL color Cylindrical-coordinate representation of color #E395D5: hue angle of 310.77º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395D5 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB227149213-
CMYK00.340.060.11
HSL310.77º58.21%73.73%-
HSV(B)310.77º34.36%89.02%-
XYZ54.4442.6368.31-
YUV179.62146.84161.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=38.54%
G=25.30%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714921300.340.060.11310.7758.2173.73
HexE395D50226B1373a4a
Octal34322532504261346772112
Binary111000111001010111010101010001011010111001101111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395D5; }

 p { color: rgb(227,149,213); }

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

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

 a { background-color: rgb(227,149,213); }

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

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

 span { border-color: rgb(227,149,213); }

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