Shades of Plum #E693D5
Tints of Plum #E693D5
RGB
CMYK
RGB Variations
Color information
#E693D5 (or 0xE693D5) is known color: Plum. HEX triplet: E6, 93 and D5. RGB value is (230,147,213). Sum of RGB (Red+Green+Blue) = 230+147+213=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E693D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693D5 is #196C2A. Grayscale: #B3B3B3. Windows color (decimal): -1666091 or 13997030. OLE color: 13997030.
HSL color Cylindrical-coordinate representation of color #E693D5: hue angle of 312.29º 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 #E693D5 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 213 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.10 |
| HSL | 312.29º | 0.62% | 0.74% | - |
| HSV(B) | 312.29º | 0.36% | 0.9% | - |
| XYZ | 55.08 | 42.49 | 68.25 | - |
| YUV | 179.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 213 | 0 | 0.36 | 0.07 | 0.10 | 312.29 | 0.62 | 0.74 |
| Hex | E6 | 93 | D5 | 0 | 24 | 7 | A | 138 | 3E | 4A |
| Octal | 346 | 223 | 325 | 0 | 44 | 7 | 12 | 470 | 76 | 112 |
| Binary | 11100110 | 10010011 | 11010101 | 0 | 100100 | 111 | 1010 | 100111000 | 111110 | 1001010 |
Color Harmonies of #E693D5
Complementary color
Monochromatic Colors of #E693D5
Black with #E693D5
Text Example
Text Example
White with #E693D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693D5; }
p { color: rgb(230,147,213); }
H1.HeaderClassName
{
color: #E693D5;
}
.AnyTagClassName
{
color: #E693D5;
}
</style>
background-color css
<style>
a { background-color: #E693D5; }
a { background-color: rgb(230,147,213); }
div.DivClassName
{
background-color: #E693D5;
}
.BgClassName
{
background-color: #E693D5;
}
</style>
border-color css
<style>
span { border-color: #E693D5; }
span { border-color: rgb(230,147,213); }
td.TdClassName
{
border-color: #E693D5;
}
.TagClassName
{
border-color: #E693D5;
}
</style>