#E395D4

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

Shades of Plum #E395D4

Tints of Plum #E395D4

Color information

#E395D4 (or 0xE395D4) is unknown color: approx Plum. HEX triplet: E3, 95 and D4. RGB value is (227,149,212). Sum of RGB (Red+Green+Blue) = 227+149+212=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E395D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395D4 is #1C6A2B. Grayscale: #B3B3B3. Windows color (decimal): -1862188 or 13932003. OLE color: 13932003.

HSL color Cylindrical-coordinate representation of color #E395D4: hue angle of 311.54º 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 #E395D4 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227149212-
CMYK00.340.070.11
HSL311.54º58.21%73.73%-
HSV(B)311.54º34.36%89.02%-
XYZ54.3142.5867.64-
YUV179.5146.34161.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.61%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=38.61%
G=25.34%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714921200.340.070.11311.5458.2173.73
HexE395D40227B1383a4a
Octal34322532404271347072112
Binary111000111001010111010100010001011110111001110001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395D4; }

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

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

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

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

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

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

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

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