Shades of Violet #E884DE
Tints of Violet #E884DE
RGB
CMYK
RGB Variations
Color information
#E884DE (or 0xE884DE) is known color: Violet. HEX triplet: E8, 84 and DE. RGB value is (232,132,222). Sum of RGB (Red+Green+Blue) = 232+132+222=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E884DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884DE is #177B21. Grayscale: #ABABAB. Windows color (decimal): -1538850 or 14583016. OLE color: 14583016.
HSL color Cylindrical-coordinate representation of color #E884DE: hue angle of 306º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884DE is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 222 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.09 |
| HSL | 306º | 0.68% | 0.71% | - |
| HSV(B) | 306º | 0.43% | 0.91% | - |
| XYZ | 54.71 | 38.93 | 73.74 | - |
| YUV | 172.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 222 | 0 | 0.43 | 0.04 | 0.09 | 306 | 0.68 | 0.71 |
| Hex | E8 | 84 | DE | 0 | 2B | 4 | 9 | 132 | 44 | 47 |
| Octal | 350 | 204 | 336 | 0 | 53 | 4 | 11 | 462 | 104 | 107 |
| Binary | 11101000 | 10000100 | 11011110 | 0 | 101011 | 100 | 1001 | 100110010 | 1000100 | 1000111 |
Color Harmonies of #E884DE
Complementary color
Monochromatic Colors of #E884DE
Black with #E884DE
Text Example
Text Example
White with #E884DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884DE; }
p { color: rgb(232,132,222); }
H1.HeaderClassName
{
color: #E884DE;
}
.AnyTagClassName
{
color: #E884DE;
}
</style>
background-color css
<style>
a { background-color: #E884DE; }
a { background-color: rgb(232,132,222); }
div.DivClassName
{
background-color: #E884DE;
}
.BgClassName
{
background-color: #E884DE;
}
</style>
border-color css
<style>
span { border-color: #E884DE; }
span { border-color: rgb(232,132,222); }
td.TdClassName
{
border-color: #E884DE;
}
.TagClassName
{
border-color: #E884DE;
}
</style>