#E195DD

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

Shades of Plum #E195DD

Tints of Plum #E195DD

Color information

#E195DD (or 0xE195DD) is unknown color: approx Plum. HEX triplet: E1, 95 and DD. RGB value is (225,149,221). Sum of RGB (Red+Green+Blue) = 225+149+221=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DD is #1E6A22. Grayscale: #B3B3B3. Windows color (decimal): -1993251 or 14521825. OLE color: 14521825.

HSL color Cylindrical-coordinate representation of color #E195DD: hue angle of 303.16º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195DD is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225149221-
CMYK00.340.020.12
HSL303.16º55.88%73.33%-
HSV(B)303.16º33.78%88.24%-
XYZ54.8542.7273.76-
YUV179.93151.18160.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=37.82%
G=25.04%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514922100.340.020.12303.1655.8873.33
HexE195DD0222C12f3849
Octal34122533504221445770111
Binary11100001100101011101110101000101011001001011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195DD; }

 p { color: rgb(225,149,221); }

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

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

 a { background-color: rgb(225,149,221); }

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

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

 span { border-color: rgb(225,149,221); }

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