Shades of Violet #E187DD
Tints of Violet #E187DD
RGB
CMYK
RGB Variations
Color information
#E187DD (or 0xE187DD) is known color: Violet. HEX triplet: E1, 87 and DD. RGB value is (225,135,221). Sum of RGB (Red+Green+Blue) = 225+135+221=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E187DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187DD is #1E7822. Grayscale: #ABABAB. Windows color (decimal): -1996835 or 14518241. OLE color: 14518241.
HSL color Cylindrical-coordinate representation of color #E187DD: hue angle of 302.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187DD is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 221 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.12 |
| HSL | 302.67º | 0.6% | 0.71% | - |
| HSV(B) | 302.67º | 0.4% | 0.88% | - |
| XYZ | 52.77 | 38.56 | 73.07 | - |
| YUV | 171.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 221 | 0 | 0.4 | 0.02 | 0.12 | 302.67 | 0.6 | 0.71 |
| Hex | E1 | 87 | DD | 0 | 28 | 2 | C | 12F | 3C | 47 |
| Octal | 341 | 207 | 335 | 0 | 50 | 2 | 14 | 457 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11011101 | 0 | 101000 | 10 | 1100 | 100101111 | 111100 | 1000111 |
Color Harmonies of #E187DD
Complementary color
Monochromatic Colors of #E187DD
Black with #E187DD
Text Example
Text Example
White with #E187DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187DD; }
p { color: rgb(225,135,221); }
H1.HeaderClassName
{
color: #E187DD;
}
.AnyTagClassName
{
color: #E187DD;
}
</style>
background-color css
<style>
a { background-color: #E187DD; }
a { background-color: rgb(225,135,221); }
div.DivClassName
{
background-color: #E187DD;
}
.BgClassName
{
background-color: #E187DD;
}
</style>
border-color css
<style>
span { border-color: #E187DD; }
span { border-color: rgb(225,135,221); }
td.TdClassName
{
border-color: #E187DD;
}
.TagClassName
{
border-color: #E187DD;
}
</style>