Shades of Plum #E699DF
Tints of Plum #E699DF
RGB
CMYK
RGB Variations
Color information
#E699DF (or 0xE699DF) is known color: Plum. HEX triplet: E6, 99 and DF. RGB value is (230,153,223). Sum of RGB (Red+Green+Blue) = 230+153+223=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E699DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699DF is #196620. Grayscale: #B7B7B7. Windows color (decimal): -1664545 or 14653926. OLE color: 14653926.
HSL color Cylindrical-coordinate representation of color #E699DF: hue angle of 305.45º degrees, saturation: 0.61, 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 #E699DF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 223 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.10 |
| HSL | 305.45º | 0.61% | 0.75% | - |
| HSV(B) | 305.45º | 0.33% | 0.9% | - |
| XYZ | 57.34 | 44.93 | 75.46 | - |
| YUV | 184 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 223 | 0 | 0.33 | 0.03 | 0.10 | 305.45 | 0.61 | 0.75 |
| Hex | E6 | 99 | DF | 0 | 21 | 3 | A | 131 | 3D | 4B |
| Octal | 346 | 231 | 337 | 0 | 41 | 3 | 12 | 461 | 75 | 113 |
| Binary | 11100110 | 10011001 | 11011111 | 0 | 100001 | 11 | 1010 | 100110001 | 111101 | 1001011 |
Color Harmonies of #E699DF
Complementary color
Monochromatic Colors of #E699DF
Black with #E699DF
Text Example
Text Example
White with #E699DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699DF; }
p { color: rgb(230,153,223); }
H1.HeaderClassName
{
color: #E699DF;
}
.AnyTagClassName
{
color: #E699DF;
}
</style>
background-color css
<style>
a { background-color: #E699DF; }
a { background-color: rgb(230,153,223); }
div.DivClassName
{
background-color: #E699DF;
}
.BgClassName
{
background-color: #E699DF;
}
</style>
border-color css
<style>
span { border-color: #E699DF; }
span { border-color: rgb(230,153,223); }
td.TdClassName
{
border-color: #E699DF;
}
.TagClassName
{
border-color: #E699DF;
}
</style>