Shades of Plum #E693E8
Tints of Plum #E693E8
RGB
CMYK
RGB Variations
Color information
#E693E8 (or 0xE693E8) is known color: Plum. HEX triplet: E6, 93 and E8. RGB value is (230,147,232). Sum of RGB (Red+Green+Blue) = 230+147+232=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #E693E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E693E8 is #196C17. Grayscale: #B5B5B5. Windows color (decimal): -1666072 or 15242214. OLE color: 15242214.
HSL color Cylindrical-coordinate representation of color #E693E8: hue angle of 298.59º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E693E8 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 147 | 232 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.09 |
| HSL | 298.59º | 0.65% | 0.74% | - |
| HSV(B) | 298.59º | 0.37% | 0.91% | - |
| XYZ | 57.63 | 43.52 | 81.71 | - |
| YUV | 181.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 232 | 0.01 | 0.37 | 0 | 0.09 | 298.59 | 0.65 | 0.74 |
| Hex | E6 | 93 | E8 | 1 | 25 | 0 | 9 | 12B | 41 | 4A |
| Octal | 346 | 223 | 350 | 1 | 45 | 0 | 11 | 453 | 101 | 112 |
| Binary | 11100110 | 10010011 | 11101000 | 1 | 100101 | 0 | 1001 | 100101011 | 1000001 | 1001010 |
Color Harmonies of #E693E8
Complementary color
Monochromatic Colors of #E693E8
Black with #E693E8
Text Example
Text Example
White with #E693E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693E8; }
p { color: rgb(230,147,232); }
H1.HeaderClassName
{
color: #E693E8;
}
.AnyTagClassName
{
color: #E693E8;
}
</style>
background-color css
<style>
a { background-color: #E693E8; }
a { background-color: rgb(230,147,232); }
div.DivClassName
{
background-color: #E693E8;
}
.BgClassName
{
background-color: #E693E8;
}
</style>
border-color css
<style>
span { border-color: #E693E8; }
span { border-color: rgb(230,147,232); }
td.TdClassName
{
border-color: #E693E8;
}
.TagClassName
{
border-color: #E693E8;
}
</style>