#E19CE0

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

Shades of Plum #E19CE0

Tints of Plum #E19CE0

Color information

#E19CE0 (or 0xE19CE0) is unknown color: approx Plum. HEX triplet: E1, 9C and E0. RGB value is (225,156,224). Sum of RGB (Red+Green+Blue) = 225+156+224=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CE0 is #1E631F. Grayscale: #B8B8B8. Windows color (decimal): -1991456 or 14720225. OLE color: 14720225.

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

Color convert

RGB225156224-
CMYK00.310.000.12
HSL300.87º53.49%74.71%-
HSV(B)300.87º30.67%88.24%-
XYZ56.3945.1776.27-
YUV184.38150.36156.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=37.19%
G=25.79%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515622400.310.000.12300.8753.4974.71
HexE19CE001F0C12d354b
Octal34123434003701445565113
Binary111000011001110011100000011111011001001011011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CE0; }

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

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

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

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

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

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

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

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