Shades of Violet #E885ED
Tints of Violet #E885ED
RGB
CMYK
RGB Variations
Color information
#E885ED (or 0xE885ED) is known color: Violet. HEX triplet: E8, 85 and ED. RGB value is (232,133,237). Sum of RGB (Red+Green+Blue) = 232+133+237=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #E885ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E885ED is #177A12. Grayscale: #AEAEAE. Windows color (decimal): -1538579 or 15566312. OLE color: 15566312.
HSL color Cylindrical-coordinate representation of color #E885ED: hue angle of 297.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E885ED is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 133 | 237 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.07 |
| HSL | 297.12º | 0.74% | 0.73% | - |
| HSV(B) | 297.12º | 0.44% | 0.93% | - |
| XYZ | 56.95 | 40.05 | 84.85 | - |
| YUV | 174.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 237 | 0.02 | 0.44 | 0 | 0.07 | 297.12 | 0.74 | 0.73 |
| Hex | E8 | 85 | ED | 2 | 2C | 0 | 7 | 129 | 4A | 49 |
| Octal | 350 | 205 | 355 | 2 | 54 | 0 | 7 | 451 | 112 | 111 |
| Binary | 11101000 | 10000101 | 11101101 | 10 | 101100 | 0 | 111 | 100101001 | 1001010 | 1001001 |
Color Harmonies of #E885ED
Complementary color
Monochromatic Colors of #E885ED
Black with #E885ED
Text Example
Text Example
White with #E885ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885ED; }
p { color: rgb(232,133,237); }
H1.HeaderClassName
{
color: #E885ED;
}
.AnyTagClassName
{
color: #E885ED;
}
</style>
background-color css
<style>
a { background-color: #E885ED; }
a { background-color: rgb(232,133,237); }
div.DivClassName
{
background-color: #E885ED;
}
.BgClassName
{
background-color: #E885ED;
}
</style>
border-color css
<style>
span { border-color: #E885ED; }
span { border-color: rgb(232,133,237); }
td.TdClassName
{
border-color: #E885ED;
}
.TagClassName
{
border-color: #E885ED;
}
</style>