Shades of Plum #E69BD5
Tints of Plum #E69BD5
RGB
CMYK
RGB Variations
Color information
#E69BD5 (or 0xE69BD5) is known color: Plum. HEX triplet: E6, 9B and D5. RGB value is (230,155,213). Sum of RGB (Red+Green+Blue) = 230+155+213=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BD5 is #19642A. Grayscale: #B7B7B7. Windows color (decimal): -1664043 or 13999078. OLE color: 13999078.
HSL color Cylindrical-coordinate representation of color #E69BD5: hue angle of 313.6º 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 #E69BD5 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 213 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.10 |
| HSL | 313.6º | 0.6% | 0.75% | - |
| HSV(B) | 313.6º | 0.33% | 0.9% | - |
| XYZ | 56.36 | 45.07 | 68.68 | - |
| YUV | 184.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 213 | 0 | 0.33 | 0.07 | 0.10 | 313.6 | 0.6 | 0.75 |
| Hex | E6 | 9B | D5 | 0 | 21 | 7 | A | 13A | 3C | 4B |
| Octal | 346 | 233 | 325 | 0 | 41 | 7 | 12 | 472 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11010101 | 0 | 100001 | 111 | 1010 | 100111010 | 111100 | 1001011 |
Color Harmonies of #E69BD5
Complementary color
Monochromatic Colors of #E69BD5
Black with #E69BD5
Text Example
Text Example
White with #E69BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BD5; }
p { color: rgb(230,155,213); }
H1.HeaderClassName
{
color: #E69BD5;
}
.AnyTagClassName
{
color: #E69BD5;
}
</style>
background-color css
<style>
a { background-color: #E69BD5; }
a { background-color: rgb(230,155,213); }
div.DivClassName
{
background-color: #E69BD5;
}
.BgClassName
{
background-color: #E69BD5;
}
</style>
border-color css
<style>
span { border-color: #E69BD5; }
span { border-color: rgb(230,155,213); }
td.TdClassName
{
border-color: #E69BD5;
}
.TagClassName
{
border-color: #E69BD5;
}
</style>