#E195D8

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

Shades of Plum #E195D8

Tints of Plum #E195D8

Color information

#E195D8 (or 0xE195D8) is unknown color: approx Plum. HEX triplet: E1, 95 and D8. RGB value is (225,149,216). Sum of RGB (Red+Green+Blue) = 225+149+216=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E195D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195D8 is #1E6A27. Grayscale: #B3B3B3. Windows color (decimal): -1993256 or 14194145. OLE color: 14194145.

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

Color convert

RGB225149216-
CMYK00.340.040.12
HSL307.11º55.88%73.33%-
HSV(B)307.11º33.78%88.24%-
XYZ54.1942.4670.31-
YUV179.36148.68160.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=38.14%
G=25.25%
B=36.61%

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
Decimal22514921600.340.040.12307.1155.8873.33
HexE195D80224C1333849
Octal34122533004241446370111
Binary111000011001010111011000010001010011001001100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195D8; }

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

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

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

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

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

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

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

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