#E19ED1

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

Shades of Plum #E19ED1

Tints of Plum #E19ED1

Color information

#E19ED1 (or 0xE19ED1) is unknown color: approx Plum. HEX triplet: E1, 9E and D1. RGB value is (225,158,209). Sum of RGB (Red+Green+Blue) = 225+158+209=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ED1 is #1E612E. Grayscale: #B7B7B7. Windows color (decimal): -1990959 or 13737697. OLE color: 13737697.

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

Color convert

RGB225158209-
CMYK00.300.070.12
HSL314.33º52.76%75.1%-
HSV(B)314.33º29.78%88.24%-
XYZ54.7945.0666.13-
YUV183.85142.2157.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.01%
GREEN value IS 158 (62.11% from 255) = 26.69%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=38.01%
G=26.69%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515820900.300.070.12314.3352.7675.1
HexE19ED101E7C13a354b
Octal34123632103671447265113
Binary11100001100111101101000101111011111001001110101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ED1; }

 p { color: rgb(225,158,209); }

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

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

 a { background-color: rgb(225,158,209); }

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

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

 span { border-color: rgb(225,158,209); }

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