Shades of Violet #E985E7
Tints of Violet #E985E7
RGB
CMYK
RGB Variations
Color information
#E985E7 (or 0xE985E7) is known color: Violet. HEX triplet: E9, 85 and E7. RGB value is (233,133,231). Sum of RGB (Red+Green+Blue) = 233+133+231=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E985E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985E7 is #167A18. Grayscale: #ADADAD. Windows color (decimal): -1473049 or 15173097. OLE color: 15173097.
HSL color Cylindrical-coordinate representation of color #E985E7: hue angle of 301.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985E7 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 231 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.09 |
| HSL | 301.2º | 0.69% | 0.72% | - |
| HSV(B) | 301.2º | 0.43% | 0.91% | - |
| XYZ | 56.42 | 39.87 | 80.32 | - |
| YUV | 174.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 231 | 0 | 0.43 | 0.01 | 0.09 | 301.2 | 0.69 | 0.72 |
| Hex | E9 | 85 | E7 | 0 | 2B | 1 | 9 | 12D | 45 | 48 |
| Octal | 351 | 205 | 347 | 0 | 53 | 1 | 11 | 455 | 105 | 110 |
| Binary | 11101001 | 10000101 | 11100111 | 0 | 101011 | 1 | 1001 | 100101101 | 1000101 | 1001000 |
Color Harmonies of #E985E7
Complementary color
Monochromatic Colors of #E985E7
Black with #E985E7
Text Example
Text Example
White with #E985E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985E7; }
p { color: rgb(233,133,231); }
H1.HeaderClassName
{
color: #E985E7;
}
.AnyTagClassName
{
color: #E985E7;
}
</style>
background-color css
<style>
a { background-color: #E985E7; }
a { background-color: rgb(233,133,231); }
div.DivClassName
{
background-color: #E985E7;
}
.BgClassName
{
background-color: #E985E7;
}
</style>
border-color css
<style>
span { border-color: #E985E7; }
span { border-color: rgb(233,133,231); }
td.TdClassName
{
border-color: #E985E7;
}
.TagClassName
{
border-color: #E985E7;
}
</style>