#E188DA

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

Shades of Plum #E188DA

Tints of Plum #E188DA

Color information

#E188DA (or 0xE188DA) is unknown color: approx Plum. HEX triplet: E1, 88 and DA. RGB value is (225,136,218). Sum of RGB (Red+Green+Blue) = 225+136+218=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E188DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188DA is #1E7725. Grayscale: #ABABAB. Windows color (decimal): -1996582 or 14321889. OLE color: 14321889.

HSL color Cylindrical-coordinate representation of color #E188DA: hue angle of 304.72º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188DA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225136218-
CMYK00.400.030.12
HSL304.72º59.73%70.78%-
HSV(B)304.72º39.56%88.24%-
XYZ52.5138.6871.03-
YUV171.96153.99165.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=38.86%
G=23.49%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513621800.400.030.12304.7259.7370.78
HexE188DA0283C1313c47
Octal34121033205031446174107
Binary11100001100010001101101001010001111001001100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188DA; }

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

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

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

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

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

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

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

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