#E195DF

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

Shades of Plum #E195DF

Tints of Plum #E195DF

Color information

#E195DF (or 0xE195DF) is unknown color: approx Plum. HEX triplet: E1, 95 and DF. RGB value is (225,149,223). Sum of RGB (Red+Green+Blue) = 225+149+223=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DF is #1E6A20. Grayscale: #B3B3B3. Windows color (decimal): -1993249 or 14652897. OLE color: 14652897.

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

Color convert

RGB225149223-
CMYK00.340.010.12
HSL301.58º55.88%73.33%-
HSV(B)301.58º33.78%88.24%-
XYZ55.1242.8375.17-
YUV180.16152.18159.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=37.69%
G=24.96%
B=37.35%

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
Decimal22514922300.340.010.12301.5855.8873.33
HexE195DF0221C12e3849
Octal34122533704211445670111
Binary1110000110010101110111110100010111001001011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195DF; }

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

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

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

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

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

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

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

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