Shades of Violet #E986E4
Tints of Violet #E986E4
RGB
CMYK
RGB Variations
Color information
#E986E4 (or 0xE986E4) is known color: Violet. HEX triplet: E9, 86 and E4. RGB value is (233,134,228). Sum of RGB (Red+Green+Blue) = 233+134+228=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E986E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986E4 is #16791B. Grayscale: #AEAEAE. Windows color (decimal): -1472796 or 14976745. OLE color: 14976745.
HSL color Cylindrical-coordinate representation of color #E986E4: hue angle of 303.03º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986E4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 228 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.09 |
| HSL | 303.03º | 0.69% | 0.72% | - |
| HSV(B) | 303.03º | 0.42% | 0.91% | - |
| XYZ | 56.13 | 39.98 | 78.16 | - |
| YUV | 174.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 228 | 0 | 0.42 | 0.02 | 0.09 | 303.03 | 0.69 | 0.72 |
| Hex | E9 | 86 | E4 | 0 | 2A | 2 | 9 | 12F | 45 | 48 |
| Octal | 351 | 206 | 344 | 0 | 52 | 2 | 11 | 457 | 105 | 110 |
| Binary | 11101001 | 10000110 | 11100100 | 0 | 101010 | 10 | 1001 | 100101111 | 1000101 | 1001000 |
Color Harmonies of #E986E4
Complementary color
Monochromatic Colors of #E986E4
Black with #E986E4
Text Example
Text Example
White with #E986E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986E4; }
p { color: rgb(233,134,228); }
H1.HeaderClassName
{
color: #E986E4;
}
.AnyTagClassName
{
color: #E986E4;
}
</style>
background-color css
<style>
a { background-color: #E986E4; }
a { background-color: rgb(233,134,228); }
div.DivClassName
{
background-color: #E986E4;
}
.BgClassName
{
background-color: #E986E4;
}
</style>
border-color css
<style>
span { border-color: #E986E4; }
span { border-color: rgb(233,134,228); }
td.TdClassName
{
border-color: #E986E4;
}
.TagClassName
{
border-color: #E986E4;
}
</style>