Shades of Violet #E885E5
Tints of Violet #E885E5
RGB
CMYK
RGB Variations
Color information
#E885E5 (or 0xE885E5) is known color: Violet. HEX triplet: E8, 85 and E5. RGB value is (232,133,229). Sum of RGB (Red+Green+Blue) = 232+133+229=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E885E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885E5 is #177A1A. Grayscale: #ADADAD. Windows color (decimal): -1538587 or 15042024. OLE color: 15042024.
HSL color Cylindrical-coordinate representation of color #E885E5: hue angle of 301.82º degrees, saturation: 0.68, 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 #E885E5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 229 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.09 |
| HSL | 301.82º | 0.68% | 0.72% | - |
| HSV(B) | 301.82º | 0.43% | 0.91% | - |
| XYZ | 55.81 | 39.59 | 78.83 | - |
| YUV | 173.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 229 | 0 | 0.43 | 0.01 | 0.09 | 301.82 | 0.68 | 0.72 |
| Hex | E8 | 85 | E5 | 0 | 2B | 1 | 9 | 12E | 44 | 48 |
| Octal | 350 | 205 | 345 | 0 | 53 | 1 | 11 | 456 | 104 | 110 |
| Binary | 11101000 | 10000101 | 11100101 | 0 | 101011 | 1 | 1001 | 100101110 | 1000100 | 1001000 |
Color Harmonies of #E885E5
Complementary color
Monochromatic Colors of #E885E5
Black with #E885E5
Text Example
Text Example
White with #E885E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885E5; }
p { color: rgb(232,133,229); }
H1.HeaderClassName
{
color: #E885E5;
}
.AnyTagClassName
{
color: #E885E5;
}
</style>
background-color css
<style>
a { background-color: #E885E5; }
a { background-color: rgb(232,133,229); }
div.DivClassName
{
background-color: #E885E5;
}
.BgClassName
{
background-color: #E885E5;
}
</style>
border-color css
<style>
span { border-color: #E885E5; }
span { border-color: rgb(232,133,229); }
td.TdClassName
{
border-color: #E885E5;
}
.TagClassName
{
border-color: #E885E5;
}
</style>