Shades of Plum #E69BDF
Tints of Plum #E69BDF
RGB
CMYK
RGB Variations
Color information
#E69BDF (or 0xE69BDF) is known color: Plum. HEX triplet: E6, 9B and DF. RGB value is (230,155,223). Sum of RGB (Red+Green+Blue) = 230+155+223=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BDF is #196420. Grayscale: #B8B8B8. Windows color (decimal): -1664033 or 14654438. OLE color: 14654438.
HSL color Cylindrical-coordinate representation of color #E69BDF: hue angle of 305.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 #E69BDF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 223 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.10 |
| HSL | 305.6º | 0.6% | 0.75% | - |
| HSV(B) | 305.6º | 0.33% | 0.9% | - |
| XYZ | 57.67 | 45.59 | 75.57 | - |
| YUV | 185.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 223 | 0 | 0.33 | 0.03 | 0.10 | 305.6 | 0.6 | 0.75 |
| Hex | E6 | 9B | DF | 0 | 21 | 3 | A | 132 | 3C | 4B |
| Octal | 346 | 233 | 337 | 0 | 41 | 3 | 12 | 462 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11011111 | 0 | 100001 | 11 | 1010 | 100110010 | 111100 | 1001011 |
Color Harmonies of #E69BDF
Complementary color
Monochromatic Colors of #E69BDF
Black with #E69BDF
Text Example
Text Example
White with #E69BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BDF; }
p { color: rgb(230,155,223); }
H1.HeaderClassName
{
color: #E69BDF;
}
.AnyTagClassName
{
color: #E69BDF;
}
</style>
background-color css
<style>
a { background-color: #E69BDF; }
a { background-color: rgb(230,155,223); }
div.DivClassName
{
background-color: #E69BDF;
}
.BgClassName
{
background-color: #E69BDF;
}
</style>
border-color css
<style>
span { border-color: #E69BDF; }
span { border-color: rgb(230,155,223); }
td.TdClassName
{
border-color: #E69BDF;
}
.TagClassName
{
border-color: #E69BDF;
}
</style>