Shades of Plum #E694DD
Tints of Plum #E694DD
RGB
CMYK
RGB Variations
Color information
#E694DD (or 0xE694DD) is known color: Plum. HEX triplet: E6, 94 and DD. RGB value is (230,148,221). Sum of RGB (Red+Green+Blue) = 230+148+221=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E694DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694DD is #196B22. Grayscale: #B4B4B4. Windows color (decimal): -1665827 or 14521574. OLE color: 14521574.
HSL color Cylindrical-coordinate representation of color #E694DD: hue angle of 306.59º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E694DD is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 221 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.10 |
| HSL | 306.59º | 0.62% | 0.74% | - |
| HSV(B) | 306.59º | 0.36% | 0.9% | - |
| XYZ | 56.27 | 43.22 | 73.78 | - |
| YUV | 180.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 221 | 0 | 0.36 | 0.04 | 0.10 | 306.59 | 0.62 | 0.74 |
| Hex | E6 | 94 | DD | 0 | 24 | 4 | A | 133 | 3E | 4A |
| Octal | 346 | 224 | 335 | 0 | 44 | 4 | 12 | 463 | 76 | 112 |
| Binary | 11100110 | 10010100 | 11011101 | 0 | 100100 | 100 | 1010 | 100110011 | 111110 | 1001010 |
Color Harmonies of #E694DD
Complementary color
Monochromatic Colors of #E694DD
Black with #E694DD
Text Example
Text Example
White with #E694DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694DD; }
p { color: rgb(230,148,221); }
H1.HeaderClassName
{
color: #E694DD;
}
.AnyTagClassName
{
color: #E694DD;
}
</style>
background-color css
<style>
a { background-color: #E694DD; }
a { background-color: rgb(230,148,221); }
div.DivClassName
{
background-color: #E694DD;
}
.BgClassName
{
background-color: #E694DD;
}
</style>
border-color css
<style>
span { border-color: #E694DD; }
span { border-color: rgb(230,148,221); }
td.TdClassName
{
border-color: #E694DD;
}
.TagClassName
{
border-color: #E694DD;
}
</style>