Shades of Plum #E695DB
Tints of Plum #E695DB
RGB
CMYK
RGB Variations
Color information
#E695DB (or 0xE695DB) is known color: Plum. HEX triplet: E6, 95 and DB. RGB value is (230,149,219). Sum of RGB (Red+Green+Blue) = 230+149+219=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E695DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695DB is #196A24. Grayscale: #B5B5B5. Windows color (decimal): -1665573 or 14390758. OLE color: 14390758.
HSL color Cylindrical-coordinate representation of color #E695DB: hue angle of 308.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695DB is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 219 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.10 |
| HSL | 308.15º | 0.62% | 0.74% | - |
| HSV(B) | 308.15º | 0.35% | 0.9% | - |
| XYZ | 56.17 | 43.43 | 72.44 | - |
| YUV | 181.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 219 | 0 | 0.35 | 0.05 | 0.10 | 308.15 | 0.62 | 0.74 |
| Hex | E6 | 95 | DB | 0 | 23 | 5 | A | 134 | 3E | 4A |
| Octal | 346 | 225 | 333 | 0 | 43 | 5 | 12 | 464 | 76 | 112 |
| Binary | 11100110 | 10010101 | 11011011 | 0 | 100011 | 101 | 1010 | 100110100 | 111110 | 1001010 |
Color Harmonies of #E695DB
Complementary color
Monochromatic Colors of #E695DB
Black with #E695DB
Text Example
Text Example
White with #E695DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695DB; }
p { color: rgb(230,149,219); }
H1.HeaderClassName
{
color: #E695DB;
}
.AnyTagClassName
{
color: #E695DB;
}
</style>
background-color css
<style>
a { background-color: #E695DB; }
a { background-color: rgb(230,149,219); }
div.DivClassName
{
background-color: #E695DB;
}
.BgClassName
{
background-color: #E695DB;
}
</style>
border-color css
<style>
span { border-color: #E695DB; }
span { border-color: rgb(230,149,219); }
td.TdClassName
{
border-color: #E695DB;
}
.TagClassName
{
border-color: #E695DB;
}
</style>