Shades of Plum #E693D2
Tints of Plum #E693D2
RGB
CMYK
RGB Variations
Color information
#E693D2 (or 0xE693D2) is known color: Plum. HEX triplet: E6, 93 and D2. RGB value is (230,147,210). Sum of RGB (Red+Green+Blue) = 230+147+210=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E693D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693D2 is #196C2D. Grayscale: #B2B2B2. Windows color (decimal): -1666094 or 13800422. OLE color: 13800422.
HSL color Cylindrical-coordinate representation of color #E693D2: hue angle of 314.46º 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 #E693D2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 210 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.10 |
| HSL | 314.46º | 0.62% | 0.74% | - |
| HSV(B) | 314.46º | 0.36% | 0.9% | - |
| XYZ | 54.7 | 42.34 | 66.26 | - |
| YUV | 179 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 210 | 0 | 0.36 | 0.09 | 0.10 | 314.46 | 0.62 | 0.74 |
| Hex | E6 | 93 | D2 | 0 | 24 | 9 | A | 13A | 3E | 4A |
| Octal | 346 | 223 | 322 | 0 | 44 | 11 | 12 | 472 | 76 | 112 |
| Binary | 11100110 | 10010011 | 11010010 | 0 | 100100 | 1001 | 1010 | 100111010 | 111110 | 1001010 |
Color Harmonies of #E693D2
Complementary color
Monochromatic Colors of #E693D2
Black with #E693D2
Text Example
Text Example
White with #E693D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693D2; }
p { color: rgb(230,147,210); }
H1.HeaderClassName
{
color: #E693D2;
}
.AnyTagClassName
{
color: #E693D2;
}
</style>
background-color css
<style>
a { background-color: #E693D2; }
a { background-color: rgb(230,147,210); }
div.DivClassName
{
background-color: #E693D2;
}
.BgClassName
{
background-color: #E693D2;
}
</style>
border-color css
<style>
span { border-color: #E693D2; }
span { border-color: rgb(230,147,210); }
td.TdClassName
{
border-color: #E693D2;
}
.TagClassName
{
border-color: #E693D2;
}
</style>