#e19ce6

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

Shades of Plum #E19CE6

Tints of Plum #E19CE6

Color information

#E19CE6 (or 0xE19CE6) is unknown color: approx Plum. HEX triplet: E1, 9C and E6. RGB value is (225,156,230). Sum of RGB (Red+Green+Blue) = 225+156+230=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #E19CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CE6 is #1E6319. Grayscale: #B8B8B8. Windows color (decimal): -1991450 or 15113441. OLE color: 15113441.

HSL color Cylindrical-coordinate representation of color #E19CE6: hue angle of 295.95º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19CE6 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225156230-
CMYK0.020.3200.10
HSL295.95º59.68%75.69%-
HSV(B)295.95º32.17%90.2%-
XYZ57.2245.580.63-
YUV185.07153.36156.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.82%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=36.82%
G=25.53%
B=37.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251562300.020.3200.10295.9559.6875.69
HexE19CE62200A1283c4c
Octal34123434624001245074114
Binary11100001100111001110011010100000010101001010001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e19ce6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e19ce6; }

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

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

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

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

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

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

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

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