Shades of Plum #E693D1
Tints of Plum #E693D1
RGB
CMYK
RGB Variations
Color information
#E693D1 (or 0xE693D1) is known color: Plum. HEX triplet: E6, 93 and D1. RGB value is (230,147,209). Sum of RGB (Red+Green+Blue) = 230+147+209=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E693D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693D1 is #196C2E. Grayscale: #B2B2B2. Windows color (decimal): -1666095 or 13734886. OLE color: 13734886.
HSL color Cylindrical-coordinate representation of color #E693D1: hue angle of 315.18º 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 #E693D1 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 209 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.10 |
| HSL | 315.18º | 0.62% | 0.74% | - |
| HSV(B) | 315.18º | 0.36% | 0.9% | - |
| XYZ | 54.58 | 42.29 | 65.61 | - |
| YUV | 178.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 209 | 0 | 0.36 | 0.09 | 0.10 | 315.18 | 0.62 | 0.74 |
| Hex | E6 | 93 | D1 | 0 | 24 | 9 | A | 13B | 3E | 4A |
| Octal | 346 | 223 | 321 | 0 | 44 | 11 | 12 | 473 | 76 | 112 |
| Binary | 11100110 | 10010011 | 11010001 | 0 | 100100 | 1001 | 1010 | 100111011 | 111110 | 1001010 |
Color Harmonies of #E693D1
Complementary color
Monochromatic Colors of #E693D1
Black with #E693D1
Text Example
Text Example
White with #E693D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693D1; }
p { color: rgb(230,147,209); }
H1.HeaderClassName
{
color: #E693D1;
}
.AnyTagClassName
{
color: #E693D1;
}
</style>
background-color css
<style>
a { background-color: #E693D1; }
a { background-color: rgb(230,147,209); }
div.DivClassName
{
background-color: #E693D1;
}
.BgClassName
{
background-color: #E693D1;
}
</style>
border-color css
<style>
span { border-color: #E693D1; }
span { border-color: rgb(230,147,209); }
td.TdClassName
{
border-color: #E693D1;
}
.TagClassName
{
border-color: #E693D1;
}
</style>