Shades of Violet #E884EA
Tints of Violet #E884EA
RGB
CMYK
RGB Variations
Color information
#E884EA (or 0xE884EA) is known color: Violet. HEX triplet: E8, 84 and EA. RGB value is (232,132,234). Sum of RGB (Red+Green+Blue) = 232+132+234=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #E884EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E884EA is #177B15. Grayscale: #ADADAD. Windows color (decimal): -1538838 or 15369448. OLE color: 15369448.
HSL color Cylindrical-coordinate representation of color #E884EA: hue angle of 298.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E884EA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 132 | 234 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.08 |
| HSL | 298.82º | 0.71% | 0.72% | - |
| HSV(B) | 298.82º | 0.44% | 0.92% | - |
| XYZ | 56.38 | 39.6 | 82.51 | - |
| YUV | 173.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 234 | 0.01 | 0.44 | 0 | 0.08 | 298.82 | 0.71 | 0.72 |
| Hex | E8 | 84 | EA | 1 | 2C | 0 | 8 | 12B | 47 | 48 |
| Octal | 350 | 204 | 352 | 1 | 54 | 0 | 10 | 453 | 107 | 110 |
| Binary | 11101000 | 10000100 | 11101010 | 1 | 101100 | 0 | 1000 | 100101011 | 1000111 | 1001000 |
Color Harmonies of #E884EA
Complementary color
Monochromatic Colors of #E884EA
Black with #E884EA
Text Example
Text Example
White with #E884EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884EA; }
p { color: rgb(232,132,234); }
H1.HeaderClassName
{
color: #E884EA;
}
.AnyTagClassName
{
color: #E884EA;
}
</style>
background-color css
<style>
a { background-color: #E884EA; }
a { background-color: rgb(232,132,234); }
div.DivClassName
{
background-color: #E884EA;
}
.BgClassName
{
background-color: #E884EA;
}
</style>
border-color css
<style>
span { border-color: #E884EA; }
span { border-color: rgb(232,132,234); }
td.TdClassName
{
border-color: #E884EA;
}
.TagClassName
{
border-color: #E884EA;
}
</style>