Shades of Plum #E69CE0
Tints of Plum #E69CE0
RGB
CMYK
RGB Variations
Color information
#E69CE0 (or 0xE69CE0) is known color: Plum. HEX triplet: E6, 9C and E0. RGB value is (230,156,224). Sum of RGB (Red+Green+Blue) = 230+156+224=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CE0 is #19631F. Grayscale: #B9B9B9. Windows color (decimal): -1663776 or 14720230. OLE color: 14720230.
HSL color Cylindrical-coordinate representation of color #E69CE0: hue angle of 304.86º 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 #E69CE0 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 224 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.10 |
| HSL | 304.86º | 0.6% | 0.76% | - |
| HSV(B) | 304.86º | 0.32% | 0.9% | - |
| XYZ | 57.98 | 45.98 | 76.34 | - |
| YUV | 185.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 224 | 0 | 0.32 | 0.03 | 0.10 | 304.86 | 0.6 | 0.76 |
| Hex | E6 | 9C | E0 | 0 | 20 | 3 | A | 131 | 3C | 4C |
| Octal | 346 | 234 | 340 | 0 | 40 | 3 | 12 | 461 | 74 | 114 |
| Binary | 11100110 | 10011100 | 11100000 | 0 | 100000 | 11 | 1010 | 100110001 | 111100 | 1001100 |
Color Harmonies of #E69CE0
Complementary color
Monochromatic Colors of #E69CE0
Black with #E69CE0
Text Example
Text Example
White with #E69CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CE0; }
p { color: rgb(230,156,224); }
H1.HeaderClassName
{
color: #E69CE0;
}
.AnyTagClassName
{
color: #E69CE0;
}
</style>
background-color css
<style>
a { background-color: #E69CE0; }
a { background-color: rgb(230,156,224); }
div.DivClassName
{
background-color: #E69CE0;
}
.BgClassName
{
background-color: #E69CE0;
}
</style>
border-color css
<style>
span { border-color: #E69CE0; }
span { border-color: rgb(230,156,224); }
td.TdClassName
{
border-color: #E69CE0;
}
.TagClassName
{
border-color: #E69CE0;
}
</style>