Shades of Violet #E884FB
Tints of Violet #E884FB
RGB
CMYK
RGB Variations
Color information
#E884FB (or 0xE884FB) is known color: Violet. HEX triplet: E8, 84 and FB. RGB value is (232,132,251). Sum of RGB (Red+Green+Blue) = 232+132+251=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #E884FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E884FB is #177B04. Grayscale: #AFAFAF. Windows color (decimal): -1538821 or 16483560. OLE color: 16483560.
HSL color Cylindrical-coordinate representation of color #E884FB: hue angle of 290.42º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E884FB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 132 | 251 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.02 |
| HSL | 290.42º | 0.94% | 0.75% | - |
| HSV(B) | 290.42º | 0.47% | 0.98% | - |
| XYZ | 58.94 | 40.62 | 96 | - |
| YUV | 175.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 251 | 0.08 | 0.47 | 0 | 0.02 | 290.42 | 0.94 | 0.75 |
| Hex | E8 | 84 | FB | 8 | 2F | 0 | 2 | 122 | 5E | 4B |
| Octal | 350 | 204 | 373 | 10 | 57 | 0 | 2 | 442 | 136 | 113 |
| Binary | 11101000 | 10000100 | 11111011 | 1000 | 101111 | 0 | 10 | 100100010 | 1011110 | 1001011 |
Color Harmonies of #E884FB
Complementary color
Monochromatic Colors of #E884FB
Black with #E884FB
Text Example
Text Example
White with #E884FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884FB; }
p { color: rgb(232,132,251); }
H1.HeaderClassName
{
color: #E884FB;
}
.AnyTagClassName
{
color: #E884FB;
}
</style>
background-color css
<style>
a { background-color: #E884FB; }
a { background-color: rgb(232,132,251); }
div.DivClassName
{
background-color: #E884FB;
}
.BgClassName
{
background-color: #E884FB;
}
</style>
border-color css
<style>
span { border-color: #E884FB; }
span { border-color: rgb(232,132,251); }
td.TdClassName
{
border-color: #E884FB;
}
.TagClassName
{
border-color: #E884FB;
}
</style>