#E19CDC

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

Shades of Plum #E19CDC

Tints of Plum #E19CDC

Color information

#E19CDC (or 0xE19CDC) is unknown color: approx Plum. HEX triplet: E1, 9C and DC. RGB value is (225,156,220). Sum of RGB (Red+Green+Blue) = 225+156+220=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CDC is #1E6323. Grayscale: #B7B7B7. Windows color (decimal): -1991460 or 14458081. OLE color: 14458081.

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

Color convert

RGB225156220-
CMYK00.310.020.12
HSL304.35º53.49%74.71%-
HSV(B)304.35º30.67%88.24%-
XYZ55.8644.9573.44-
YUV183.93148.36157.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 156 (61.33% from 255) = 25.96%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=37.44%
G=25.96%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515622000.310.020.12304.3553.4974.71
HexE19CDC01F2C130354b
Octal34123433403721446065113
Binary1110000110011100110111000111111011001001100001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CDC; }

 p { color: rgb(225,156,220); }

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

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

 a { background-color: rgb(225,156,220); }

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

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

 span { border-color: rgb(225,156,220); }

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