#E19ADA

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

Shades of Plum #E19ADA

Tints of Plum #E19ADA

Color information

#E19ADA (or 0xE19ADA) is unknown color: approx Plum. HEX triplet: E1, 9A and DA. RGB value is (225,154,218). Sum of RGB (Red+Green+Blue) = 225+154+218=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ADA is #1E6525. Grayscale: #B6B6B6. Windows color (decimal): -1991974 or 14326497. OLE color: 14326497.

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

Color convert

RGB225154218-
CMYK00.320.030.12
HSL305.92º54.2%74.31%-
HSV(B)305.92º31.56%88.24%-
XYZ55.2644.1871.94-
YUV182.52148.02158.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=37.69%
G=25.80%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515421800.320.030.12305.9254.274.31
HexE19ADA0203C132364a
Octal34123233204031446266112
Binary11100001100110101101101001000001111001001100101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ADA; }

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

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

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

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

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

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

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

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