#E19DD4

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

Shades of Plum #E19DD4

Tints of Plum #E19DD4

Color information

#E19DD4 (or 0xE19DD4) is unknown color: approx Plum. HEX triplet: E1, 9D and D4. RGB value is (225,157,212). Sum of RGB (Red+Green+Blue) = 225+157+212=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DD4 is #1E622B. Grayscale: #B7B7B7. Windows color (decimal): -1991212 or 13934049. OLE color: 13934049.

HSL color Cylindrical-coordinate representation of color #E19DD4: hue angle of 311.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DD4 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225157212-
CMYK00.300.060.12
HSL311.47º53.12%74.9%-
HSV(B)311.47º30.22%88.24%-
XYZ54.9944.8768.05-
YUV183.6144.03157.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 157 (61.72% from 255) = 26.43%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=37.88%
G=26.43%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515721200.300.060.12311.4753.1274.9
HexE19DD401E6C137354b
Octal34123532403661446765113
Binary11100001100111011101010001111011011001001101111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DD4; }

 p { color: rgb(225,157,212); }

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

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

 a { background-color: rgb(225,157,212); }

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

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

 span { border-color: rgb(225,157,212); }

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