Shades of Plum #E694DF
Tints of Plum #E694DF
RGB
CMYK
RGB Variations
Color information
#E694DF (or 0xE694DF) is known color: Plum. HEX triplet: E6, 94 and DF. RGB value is (230,148,223). Sum of RGB (Red+Green+Blue) = 230+148+223=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E694DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694DF is #196B20. Grayscale: #B4B4B4. Windows color (decimal): -1665825 or 14652646. OLE color: 14652646.
HSL color Cylindrical-coordinate representation of color #E694DF: hue angle of 305.12º 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 #E694DF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 223 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.10 |
| HSL | 305.12º | 0.62% | 0.74% | - |
| HSV(B) | 305.12º | 0.36% | 0.9% | - |
| XYZ | 56.54 | 43.33 | 75.2 | - |
| YUV | 181.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 223 | 0 | 0.36 | 0.03 | 0.10 | 305.12 | 0.62 | 0.74 |
| Hex | E6 | 94 | DF | 0 | 24 | 3 | A | 131 | 3E | 4A |
| Octal | 346 | 224 | 337 | 0 | 44 | 3 | 12 | 461 | 76 | 112 |
| Binary | 11100110 | 10010100 | 11011111 | 0 | 100100 | 11 | 1010 | 100110001 | 111110 | 1001010 |
Color Harmonies of #E694DF
Complementary color
Monochromatic Colors of #E694DF
Black with #E694DF
Text Example
Text Example
White with #E694DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694DF; }
p { color: rgb(230,148,223); }
H1.HeaderClassName
{
color: #E694DF;
}
.AnyTagClassName
{
color: #E694DF;
}
</style>
background-color css
<style>
a { background-color: #E694DF; }
a { background-color: rgb(230,148,223); }
div.DivClassName
{
background-color: #E694DF;
}
.BgClassName
{
background-color: #E694DF;
}
</style>
border-color css
<style>
span { border-color: #E694DF; }
span { border-color: rgb(230,148,223); }
td.TdClassName
{
border-color: #E694DF;
}
.TagClassName
{
border-color: #E694DF;
}
</style>