#E195DA

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

Shades of Plum #E195DA

Tints of Plum #E195DA

Color information

#E195DA (or 0xE195DA) is unknown color: approx Plum. HEX triplet: E1, 95 and DA. RGB value is (225,149,218). Sum of RGB (Red+Green+Blue) = 225+149+218=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DA is #1E6A25. Grayscale: #B3B3B3. Windows color (decimal): -1993254 or 14325217. OLE color: 14325217.

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

Color convert

RGB225149218-
CMYK00.340.030.12
HSL305.53º55.88%73.33%-
HSV(B)305.53º33.78%88.24%-
XYZ54.4542.5671.68-
YUV179.59149.68160.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.01%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=38.01%
G=25.17%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514921800.340.030.12305.5355.8873.33
HexE195DA0223C1323849
Octal34122533204231446270111
Binary11100001100101011101101001000101111001001100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195DA; }

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

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

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

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

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

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

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

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