Shades of Plum #E692DB
Tints of Plum #E692DB
RGB
CMYK
RGB Variations
Color information
#E692DB (or 0xE692DB) is known color: Plum. HEX triplet: E6, 92 and DB. RGB value is (230,146,219). Sum of RGB (Red+Green+Blue) = 230+146+219=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E692DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692DB is #196D24. Grayscale: #B3B3B3. Windows color (decimal): -1666341 or 14389990. OLE color: 14389990.
HSL color Cylindrical-coordinate representation of color #E692DB: hue angle of 307.86º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E692DB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 219 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.10 |
| HSL | 307.86º | 0.63% | 0.74% | - |
| HSV(B) | 307.86º | 0.37% | 0.9% | - |
| XYZ | 55.7 | 42.5 | 72.28 | - |
| YUV | 179.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 219 | 0 | 0.37 | 0.05 | 0.10 | 307.86 | 0.63 | 0.74 |
| Hex | E6 | 92 | DB | 0 | 25 | 5 | A | 134 | 3F | 4A |
| Octal | 346 | 222 | 333 | 0 | 45 | 5 | 12 | 464 | 77 | 112 |
| Binary | 11100110 | 10010010 | 11011011 | 0 | 100101 | 101 | 1010 | 100110100 | 111111 | 1001010 |
Color Harmonies of #E692DB
Complementary color
Monochromatic Colors of #E692DB
Black with #E692DB
Text Example
Text Example
White with #E692DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692DB; }
p { color: rgb(230,146,219); }
H1.HeaderClassName
{
color: #E692DB;
}
.AnyTagClassName
{
color: #E692DB;
}
</style>
background-color css
<style>
a { background-color: #E692DB; }
a { background-color: rgb(230,146,219); }
div.DivClassName
{
background-color: #E692DB;
}
.BgClassName
{
background-color: #E692DB;
}
</style>
border-color css
<style>
span { border-color: #E692DB; }
span { border-color: rgb(230,146,219); }
td.TdClassName
{
border-color: #E692DB;
}
.TagClassName
{
border-color: #E692DB;
}
</style>