#E199DA

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

Shades of Plum #E199DA

Tints of Plum #E199DA

Color information

#E199DA (or 0xE199DA) is unknown color: approx Plum. HEX triplet: E1, 99 and DA. RGB value is (225,153,218). Sum of RGB (Red+Green+Blue) = 225+153+218=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E199DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199DA is #1E6625. Grayscale: #B5B5B5. Windows color (decimal): -1992230 or 14326241. OLE color: 14326241.

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

Color convert

RGB225153218-
CMYK00.320.030.12
HSL305.83º54.55%74.12%-
HSV(B)305.83º32%88.24%-
XYZ55.143.8571.89-
YUV181.94148.35158.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=37.75%
G=25.67%
B=36.58%

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
Decimal22515321800.320.030.12305.8354.5574.12
HexE199DA0203C132374a
Octal34123133204031446267112
Binary11100001100110011101101001000001111001001100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199DA; }

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

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

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

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

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

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

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

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