Shades of Plum #E695DD
Tints of Plum #E695DD
RGB
CMYK
RGB Variations
Color information
#E695DD (or 0xE695DD) is known color: Plum. HEX triplet: E6, 95 and DD. RGB value is (230,149,221). Sum of RGB (Red+Green+Blue) = 230+149+221=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E695DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695DD is #196A22. Grayscale: #B5B5B5. Windows color (decimal): -1665571 or 14521830. OLE color: 14521830.
HSL color Cylindrical-coordinate representation of color #E695DD: hue angle of 306.67º 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 #E695DD is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 221 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.10 |
| HSL | 306.67º | 0.62% | 0.74% | - |
| HSV(B) | 306.67º | 0.35% | 0.9% | - |
| XYZ | 56.43 | 43.54 | 73.84 | - |
| YUV | 181.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 221 | 0 | 0.35 | 0.04 | 0.10 | 306.67 | 0.62 | 0.74 |
| Hex | E6 | 95 | DD | 0 | 23 | 4 | A | 133 | 3E | 4A |
| Octal | 346 | 225 | 335 | 0 | 43 | 4 | 12 | 463 | 76 | 112 |
| Binary | 11100110 | 10010101 | 11011101 | 0 | 100011 | 100 | 1010 | 100110011 | 111110 | 1001010 |
Color Harmonies of #E695DD
Complementary color
Monochromatic Colors of #E695DD
Black with #E695DD
Text Example
Text Example
White with #E695DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695DD; }
p { color: rgb(230,149,221); }
H1.HeaderClassName
{
color: #E695DD;
}
.AnyTagClassName
{
color: #E695DD;
}
</style>
background-color css
<style>
a { background-color: #E695DD; }
a { background-color: rgb(230,149,221); }
div.DivClassName
{
background-color: #E695DD;
}
.BgClassName
{
background-color: #E695DD;
}
</style>
border-color css
<style>
span { border-color: #E695DD; }
span { border-color: rgb(230,149,221); }
td.TdClassName
{
border-color: #E695DD;
}
.TagClassName
{
border-color: #E695DD;
}
</style>