Shades of Plum #E693D4
Tints of Plum #E693D4
RGB
CMYK
RGB Variations
Color information
#E693D4 (or 0xE693D4) is known color: Plum. HEX triplet: E6, 93 and D4. RGB value is (230,147,212). Sum of RGB (Red+Green+Blue) = 230+147+212=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E693D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693D4 is #196C2B. Grayscale: #B3B3B3. Windows color (decimal): -1666092 or 13931494. OLE color: 13931494.
HSL color Cylindrical-coordinate representation of color #E693D4: hue angle of 313.01º 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 #E693D4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 212 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.10 |
| HSL | 313.01º | 0.62% | 0.74% | - |
| HSV(B) | 313.01º | 0.36% | 0.9% | - |
| XYZ | 54.95 | 42.44 | 67.58 | - |
| YUV | 179.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 212 | 0 | 0.36 | 0.08 | 0.10 | 313.01 | 0.62 | 0.74 |
| Hex | E6 | 93 | D4 | 0 | 24 | 8 | A | 139 | 3E | 4A |
| Octal | 346 | 223 | 324 | 0 | 44 | 10 | 12 | 471 | 76 | 112 |
| Binary | 11100110 | 10010011 | 11010100 | 0 | 100100 | 1000 | 1010 | 100111001 | 111110 | 1001010 |
Color Harmonies of #E693D4
Complementary color
Monochromatic Colors of #E693D4
Black with #E693D4
Text Example
Text Example
White with #E693D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693D4; }
p { color: rgb(230,147,212); }
H1.HeaderClassName
{
color: #E693D4;
}
.AnyTagClassName
{
color: #E693D4;
}
</style>
background-color css
<style>
a { background-color: #E693D4; }
a { background-color: rgb(230,147,212); }
div.DivClassName
{
background-color: #E693D4;
}
.BgClassName
{
background-color: #E693D4;
}
</style>
border-color css
<style>
span { border-color: #E693D4; }
span { border-color: rgb(230,147,212); }
td.TdClassName
{
border-color: #E693D4;
}
.TagClassName
{
border-color: #E693D4;
}
</style>