Shades of Violet #E884F8
Tints of Violet #E884F8
RGB
CMYK
RGB Variations
Color information
#E884F8 (or 0xE884F8) is known color: Violet. HEX triplet: E8, 84 and F8. RGB value is (232,132,248). Sum of RGB (Red+Green+Blue) = 232+132+248=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #E884F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E884F8 is #177B07. Grayscale: #AEAEAE. Windows color (decimal): -1538824 or 16286952. OLE color: 16286952.
HSL color Cylindrical-coordinate representation of color #E884F8: hue angle of 291.72º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E884F8 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 132 | 248 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.03 |
| HSL | 291.72º | 0.89% | 0.75% | - |
| HSV(B) | 291.72º | 0.47% | 0.97% | - |
| XYZ | 58.47 | 40.44 | 93.53 | - |
| YUV | 175.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 248 | 0.06 | 0.47 | 0 | 0.03 | 291.72 | 0.89 | 0.75 |
| Hex | E8 | 84 | F8 | 6 | 2F | 0 | 3 | 124 | 59 | 4B |
| Octal | 350 | 204 | 370 | 6 | 57 | 0 | 3 | 444 | 131 | 113 |
| Binary | 11101000 | 10000100 | 11111000 | 110 | 101111 | 0 | 11 | 100100100 | 1011001 | 1001011 |
Color Harmonies of #E884F8
Complementary color
Monochromatic Colors of #E884F8
Black with #E884F8
Text Example
Text Example
White with #E884F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884F8; }
p { color: rgb(232,132,248); }
H1.HeaderClassName
{
color: #E884F8;
}
.AnyTagClassName
{
color: #E884F8;
}
</style>
background-color css
<style>
a { background-color: #E884F8; }
a { background-color: rgb(232,132,248); }
div.DivClassName
{
background-color: #E884F8;
}
.BgClassName
{
background-color: #E884F8;
}
</style>
border-color css
<style>
span { border-color: #E884F8; }
span { border-color: rgb(232,132,248); }
td.TdClassName
{
border-color: #E884F8;
}
.TagClassName
{
border-color: #E884F8;
}
</style>