#E195DE

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

Shades of Plum #E195DE

Tints of Plum #E195DE

Color information

#E195DE (or 0xE195DE) is unknown color: approx Plum. HEX triplet: E1, 95 and DE. RGB value is (225,149,222). Sum of RGB (Red+Green+Blue) = 225+149+222=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DE is #1E6A21. Grayscale: #B3B3B3. Windows color (decimal): -1993250 or 14587361. OLE color: 14587361.

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

Color convert

RGB225149222-
CMYK00.340.010.12
HSL302.37º55.88%73.33%-
HSV(B)302.37º33.78%88.24%-
XYZ54.9842.7874.47-
YUV180.05151.68160.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=37.75%
G=25%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514922200.340.010.12302.3755.8873.33
HexE195DE0221C12e3849
Octal34122533604211445670111
Binary1110000110010101110111100100010111001001011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195DE; }

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

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

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

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

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

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

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

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