#E19ADB

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

Shades of Plum #E19ADB

Tints of Plum #E19ADB

Color information

#E19ADB (or 0xE19ADB) is unknown color: approx Plum. HEX triplet: E1, 9A and DB. RGB value is (225,154,219). Sum of RGB (Red+Green+Blue) = 225+154+219=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ADB is #1E6524. Grayscale: #B6B6B6. Windows color (decimal): -1991973 or 14392033. OLE color: 14392033.

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

Color convert

RGB225154219-
CMYK00.320.030.12
HSL305.07º54.2%74.31%-
HSV(B)305.07º31.56%88.24%-
XYZ55.3944.2372.64-
YUV182.64148.52158.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=37.63%
G=25.75%
B=36.62%

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
Decimal22515421900.320.030.12305.0754.274.31
HexE19ADB0203C131364a
Octal34123233304031446166112
Binary11100001100110101101101101000001111001001100011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ADB; }

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

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

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

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

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

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

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

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