Shades of Plum #E69CE1
Tints of Plum #E69CE1
RGB
CMYK
RGB Variations
Color information
#E69CE1 (or 0xE69CE1) is known color: Plum. HEX triplet: E6, 9C and E1. RGB value is (230,156,225). Sum of RGB (Red+Green+Blue) = 230+156+225=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CE1 is #19631E. Grayscale: #B9B9B9. Windows color (decimal): -1663775 or 14785766. OLE color: 14785766.
HSL color Cylindrical-coordinate representation of color #E69CE1: hue angle of 304.05º 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 #E69CE1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 225 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.10 |
| HSL | 304.05º | 0.6% | 0.76% | - |
| HSV(B) | 304.05º | 0.32% | 0.9% | - |
| XYZ | 58.11 | 46.04 | 77.06 | - |
| YUV | 185.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 225 | 0 | 0.32 | 0.02 | 0.10 | 304.05 | 0.6 | 0.76 |
| Hex | E6 | 9C | E1 | 0 | 20 | 2 | A | 130 | 3C | 4C |
| Octal | 346 | 234 | 341 | 0 | 40 | 2 | 12 | 460 | 74 | 114 |
| Binary | 11100110 | 10011100 | 11100001 | 0 | 100000 | 10 | 1010 | 100110000 | 111100 | 1001100 |
Color Harmonies of #E69CE1
Complementary color
Monochromatic Colors of #E69CE1
Black with #E69CE1
Text Example
Text Example
White with #E69CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CE1; }
p { color: rgb(230,156,225); }
H1.HeaderClassName
{
color: #E69CE1;
}
.AnyTagClassName
{
color: #E69CE1;
}
</style>
background-color css
<style>
a { background-color: #E69CE1; }
a { background-color: rgb(230,156,225); }
div.DivClassName
{
background-color: #E69CE1;
}
.BgClassName
{
background-color: #E69CE1;
}
</style>
border-color css
<style>
span { border-color: #E69CE1; }
span { border-color: rgb(230,156,225); }
td.TdClassName
{
border-color: #E69CE1;
}
.TagClassName
{
border-color: #E69CE1;
}
</style>