#E19FDE

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

Shades of Plum #E19FDE

Tints of Plum #E19FDE

Color information

#E19FDE (or 0xE19FDE) is unknown color: approx Plum. HEX triplet: E1, 9F and DE. RGB value is (225,159,222). Sum of RGB (Red+Green+Blue) = 225+159+222=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FDE is #1E6021. Grayscale: #B9B9B9. Windows color (decimal): -1990690 or 14589921. OLE color: 14589921.

HSL color Cylindrical-coordinate representation of color #E19FDE: hue angle of 302.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FDE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225159222-
CMYK00.290.010.12
HSL302.73º52.38%75.29%-
HSV(B)302.73º29.33%88.24%-
XYZ56.6346.0875.02-
YUV185.92148.37155.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=37.13%
G=26.24%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515922200.290.010.12302.7352.3875.29
HexE19FDE01D1C12f344b
Octal34123733603511445764113
Binary111000011001111111011110011101111001001011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FDE; }

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

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

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

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

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

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

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

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