Shades of Violet #E88FED
Tints of Violet #E88FED
RGB
CMYK
RGB Variations
Color information
#E88FED (or 0xE88FED) is known color: Violet. HEX triplet: E8, 8F and ED. RGB value is (232,143,237). Sum of RGB (Red+Green+Blue) = 232+143+237=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #E88FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88FED is #177012. Grayscale: #B4B4B4. Windows color (decimal): -1536019 or 15568872. OLE color: 15568872.
HSL color Cylindrical-coordinate representation of color #E88FED: hue angle of 296.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88FED is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 143 | 237 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.07 |
| HSL | 296.81º | 0.72% | 0.75% | - |
| HSV(B) | 296.81º | 0.4% | 0.93% | - |
| XYZ | 58.39 | 42.92 | 85.33 | - |
| YUV | 180.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 237 | 0.02 | 0.40 | 0 | 0.07 | 296.81 | 0.72 | 0.75 |
| Hex | E8 | 8F | ED | 2 | 28 | 0 | 7 | 129 | 48 | 4B |
| Octal | 350 | 217 | 355 | 2 | 50 | 0 | 7 | 451 | 110 | 113 |
| Binary | 11101000 | 10001111 | 11101101 | 10 | 101000 | 0 | 111 | 100101001 | 1001000 | 1001011 |
Color Harmonies of #E88FED
Complementary color
Monochromatic Colors of #E88FED
Black with #E88FED
Text Example
Text Example
White with #E88FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FED; }
p { color: rgb(232,143,237); }
H1.HeaderClassName
{
color: #E88FED;
}
.AnyTagClassName
{
color: #E88FED;
}
</style>
background-color css
<style>
a { background-color: #E88FED; }
a { background-color: rgb(232,143,237); }
div.DivClassName
{
background-color: #E88FED;
}
.BgClassName
{
background-color: #E88FED;
}
</style>
border-color css
<style>
span { border-color: #E88FED; }
span { border-color: rgb(232,143,237); }
td.TdClassName
{
border-color: #E88FED;
}
.TagClassName
{
border-color: #E88FED;
}
</style>