#E19CD2

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

Shades of Plum #E19CD2

Tints of Plum #E19CD2

Color information

#E19CD2 (or 0xE19CD2) is unknown color: approx Plum. HEX triplet: E1, 9C and D2. RGB value is (225,156,210). Sum of RGB (Red+Green+Blue) = 225+156+210=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CD2 is #1E632D. Grayscale: #B6B6B6. Windows color (decimal): -1991470 or 13802721. OLE color: 13802721.

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

Color convert

RGB225156210-
CMYK00.310.070.12
HSL313.04º53.49%74.71%-
HSV(B)313.04º30.67%88.24%-
XYZ54.5744.4466.67-
YUV182.79143.36158.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=38.07%
G=26.40%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515621000.310.070.12313.0453.4974.71
HexE19CD201F7C139354b
Octal34123432203771447165113
Binary11100001100111001101001001111111111001001110011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CD2; }

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

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

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

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

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

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

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

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