Shades of Plum #E69BE5
Tints of Plum #E69BE5
RGB
CMYK
RGB Variations
Color information
#E69BE5 (or 0xE69BE5) is known color: Plum. HEX triplet: E6, 9B and E5. RGB value is (230,155,229). Sum of RGB (Red+Green+Blue) = 230+155+229=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BE5 is #19641A. Grayscale: #B9B9B9. Windows color (decimal): -1664027 or 15047654. OLE color: 15047654.
HSL color Cylindrical-coordinate representation of color #E69BE5: hue angle of 300.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BE5 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 229 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.10 |
| HSL | 300.8º | 0.6% | 0.75% | - |
| HSV(B) | 300.8º | 0.33% | 0.9% | - |
| XYZ | 58.5 | 45.92 | 79.91 | - |
| YUV | 185.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 229 | 0 | 0.33 | 0.00 | 0.10 | 300.8 | 0.6 | 0.75 |
| Hex | E6 | 9B | E5 | 0 | 21 | 0 | A | 12D | 3C | 4B |
| Octal | 346 | 233 | 345 | 0 | 41 | 0 | 12 | 455 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11100101 | 0 | 100001 | 0 | 1010 | 100101101 | 111100 | 1001011 |
Color Harmonies of #E69BE5
Complementary color
Monochromatic Colors of #E69BE5
Black with #E69BE5
Text Example
Text Example
White with #E69BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BE5; }
p { color: rgb(230,155,229); }
H1.HeaderClassName
{
color: #E69BE5;
}
.AnyTagClassName
{
color: #E69BE5;
}
</style>
background-color css
<style>
a { background-color: #E69BE5; }
a { background-color: rgb(230,155,229); }
div.DivClassName
{
background-color: #E69BE5;
}
.BgClassName
{
background-color: #E69BE5;
}
</style>
border-color css
<style>
span { border-color: #E69BE5; }
span { border-color: rgb(230,155,229); }
td.TdClassName
{
border-color: #E69BE5;
}
.TagClassName
{
border-color: #E69BE5;
}
</style>