#E19CDA

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

Shades of Plum #E19CDA

Tints of Plum #E19CDA

Color information

#E19CDA (or 0xE19CDA) is unknown color: approx Plum. HEX triplet: E1, 9C and DA. RGB value is (225,156,218). Sum of RGB (Red+Green+Blue) = 225+156+218=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CDA is #1E6325. Grayscale: #B7B7B7. Windows color (decimal): -1991462 or 14327009. OLE color: 14327009.

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

Color convert

RGB225156218-
CMYK00.310.030.12
HSL306.09º53.49%74.71%-
HSV(B)306.09º30.67%88.24%-
XYZ55.5944.8572.06-
YUV183.7147.36157.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 156 (61.33% from 255) = 26.04%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=37.56%
G=26.04%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515621800.310.030.12306.0953.4974.71
HexE19CDA01F3C132354b
Octal34123433203731446265113
Binary1110000110011100110110100111111111001001100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CDA; }

 p { color: rgb(225,156,218); }

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

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

 a { background-color: rgb(225,156,218); }

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

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

 span { border-color: rgb(225,156,218); }

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