#E195D9

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

Shades of Plum #E195D9

Tints of Plum #E195D9

Color information

#E195D9 (or 0xE195D9) is unknown color: approx Plum. HEX triplet: E1, 95 and D9. RGB value is (225,149,217). Sum of RGB (Red+Green+Blue) = 225+149+217=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E195D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195D9 is #1E6A26. Grayscale: #B3B3B3. Windows color (decimal): -1993255 or 14259681. OLE color: 14259681.

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

Color convert

RGB225149217-
CMYK00.340.040.12
HSL306.32º55.88%73.33%-
HSV(B)306.32º33.78%88.24%-
XYZ54.3242.5170.99-
YUV179.48149.18160.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=38.07%
G=25.21%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514921700.340.040.12306.3255.8873.33
HexE195D90224C1323849
Octal34122533104241446270111
Binary111000011001010111011001010001010011001001100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195D9; }

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

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

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

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

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

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

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

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