Shades of Plum #E69BE3
Tints of Plum #E69BE3
RGB
CMYK
RGB Variations
Color information
#E69BE3 (or 0xE69BE3) is known color: Plum. HEX triplet: E6, 9B and E3. RGB value is (230,155,227). Sum of RGB (Red+Green+Blue) = 230+155+227=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BE3 is #19641C. Grayscale: #B9B9B9. Windows color (decimal): -1664029 or 14916582. OLE color: 14916582.
HSL color Cylindrical-coordinate representation of color #E69BE3: hue angle of 302.4º 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 #E69BE3 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 227 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.10 |
| HSL | 302.4º | 0.6% | 0.75% | - |
| HSV(B) | 302.4º | 0.33% | 0.9% | - |
| XYZ | 58.22 | 45.81 | 78.45 | - |
| YUV | 185.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 227 | 0 | 0.33 | 0.01 | 0.10 | 302.4 | 0.6 | 0.75 |
| Hex | E6 | 9B | E3 | 0 | 21 | 1 | A | 12E | 3C | 4B |
| Octal | 346 | 233 | 343 | 0 | 41 | 1 | 12 | 456 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11100011 | 0 | 100001 | 1 | 1010 | 100101110 | 111100 | 1001011 |
Color Harmonies of #E69BE3
Complementary color
Monochromatic Colors of #E69BE3
Black with #E69BE3
Text Example
Text Example
White with #E69BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BE3; }
p { color: rgb(230,155,227); }
H1.HeaderClassName
{
color: #E69BE3;
}
.AnyTagClassName
{
color: #E69BE3;
}
</style>
background-color css
<style>
a { background-color: #E69BE3; }
a { background-color: rgb(230,155,227); }
div.DivClassName
{
background-color: #E69BE3;
}
.BgClassName
{
background-color: #E69BE3;
}
</style>
border-color css
<style>
span { border-color: #E69BE3; }
span { border-color: rgb(230,155,227); }
td.TdClassName
{
border-color: #E69BE3;
}
.TagClassName
{
border-color: #E69BE3;
}
</style>