Shades of Violet #E981E7
Tints of Violet #E981E7
RGB
CMYK
RGB Variations
Color information
#E981E7 (or 0xE981E7) is known color: Violet. HEX triplet: E9, 81 and E7. RGB value is (233,129,231). Sum of RGB (Red+Green+Blue) = 233+129+231=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E981E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E981E7 is #167E18. Grayscale: #ABABAB. Windows color (decimal): -1474073 or 15172073. OLE color: 15172073.
HSL color Cylindrical-coordinate representation of color #E981E7: hue angle of 301.15º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981E7 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 231 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.09 |
| HSL | 301.15º | 0.7% | 0.71% | - |
| HSV(B) | 301.15º | 0.45% | 0.91% | - |
| XYZ | 55.88 | 38.79 | 80.14 | - |
| YUV | 171.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 231 | 0 | 0.45 | 0.01 | 0.09 | 301.15 | 0.7 | 0.71 |
| Hex | E9 | 81 | E7 | 0 | 2D | 1 | 9 | 12D | 46 | 47 |
| Octal | 351 | 201 | 347 | 0 | 55 | 1 | 11 | 455 | 106 | 107 |
| Binary | 11101001 | 10000001 | 11100111 | 0 | 101101 | 1 | 1001 | 100101101 | 1000110 | 1000111 |
Color Harmonies of #E981E7
Complementary color
Monochromatic Colors of #E981E7
Black with #E981E7
Text Example
Text Example
White with #E981E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E981E7; }
p { color: rgb(233,129,231); }
H1.HeaderClassName
{
color: #E981E7;
}
.AnyTagClassName
{
color: #E981E7;
}
</style>
background-color css
<style>
a { background-color: #E981E7; }
a { background-color: rgb(233,129,231); }
div.DivClassName
{
background-color: #E981E7;
}
.BgClassName
{
background-color: #E981E7;
}
</style>
border-color css
<style>
span { border-color: #E981E7; }
span { border-color: rgb(233,129,231); }
td.TdClassName
{
border-color: #E981E7;
}
.TagClassName
{
border-color: #E981E7;
}
</style>