#E19CEB

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

Shades of Plum #E19CEB

Tints of Plum #E19CEB

Color information

#E19CEB (or 0xE19CEB) is unknown color: approx Plum. HEX triplet: E1, 9C and EB. RGB value is (225,156,235). Sum of RGB (Red+Green+Blue) = 225+156+235=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CEB is #1E6314. Grayscale: #B9B9B9. Windows color (decimal): -1991445 or 15441121. OLE color: 15441121.

HSL color Cylindrical-coordinate representation of color #E19CEB: hue angle of 292.41º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19CEB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225156235-
CMYK0.040.3400.08
HSL292.41º66.39%76.67%-
HSV(B)292.41º33.62%92.16%-
XYZ57.9445.7884.38-
YUV185.64155.86156.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.53%
GREEN value IS 156 (61.33% from 255) = 25.32%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=36.53%
G=25.32%
B=38.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251562350.040.3400.08292.4166.3976.67
HexE19CEB42208124424d
Octal341234353442010444102115
Binary1110000110011100111010111001000100100010010010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CEB; }

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

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

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

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

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

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

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

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