Shades of Violet #E981F8
Tints of Violet #E981F8
RGB
CMYK
RGB Variations
Color information
#E981F8 (or 0xE981F8) is known color: Violet. HEX triplet: E9, 81 and F8. RGB value is (233,129,248). Sum of RGB (Red+Green+Blue) = 233+129+248=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #E981F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E981F8 is #167E07. Grayscale: #ADADAD. Windows color (decimal): -1474056 or 16286185. OLE color: 16286185.
HSL color Cylindrical-coordinate representation of color #E981F8: hue angle of 292.44º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E981F8 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 129 | 248 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.03 |
| HSL | 292.44º | 0.89% | 0.74% | - |
| HSV(B) | 292.44º | 0.48% | 0.97% | - |
| XYZ | 58.4 | 39.8 | 93.41 | - |
| YUV | 173.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 248 | 0.06 | 0.48 | 0 | 0.03 | 292.44 | 0.89 | 0.74 |
| Hex | E9 | 81 | F8 | 6 | 30 | 0 | 3 | 124 | 59 | 4A |
| Octal | 351 | 201 | 370 | 6 | 60 | 0 | 3 | 444 | 131 | 112 |
| Binary | 11101001 | 10000001 | 11111000 | 110 | 110000 | 0 | 11 | 100100100 | 1011001 | 1001010 |
Color Harmonies of #E981F8
Complementary color
Monochromatic Colors of #E981F8
Black with #E981F8
Text Example
Text Example
White with #E981F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E981F8; }
p { color: rgb(233,129,248); }
H1.HeaderClassName
{
color: #E981F8;
}
.AnyTagClassName
{
color: #E981F8;
}
</style>
background-color css
<style>
a { background-color: #E981F8; }
a { background-color: rgb(233,129,248); }
div.DivClassName
{
background-color: #E981F8;
}
.BgClassName
{
background-color: #E981F8;
}
</style>
border-color css
<style>
span { border-color: #E981F8; }
span { border-color: rgb(233,129,248); }
td.TdClassName
{
border-color: #E981F8;
}
.TagClassName
{
border-color: #E981F8;
}
</style>