Shades of Violet #E88AF1
Tints of Violet #E88AF1
RGB
CMYK
RGB Variations
Color information
#E88AF1 (or 0xE88AF1) is known color: Violet. HEX triplet: E8, 8A and F1. RGB value is (232,138,241). Sum of RGB (Red+Green+Blue) = 232+138+241=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #E88AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88AF1 is #17750E. Grayscale: #B1B1B1. Windows color (decimal): -1537295 or 15829736. OLE color: 15829736.
HSL color Cylindrical-coordinate representation of color #E88AF1: hue angle of 294.76º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E88AF1 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 138 | 241 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.05 |
| HSL | 294.76º | 0.79% | 0.74% | - |
| HSV(B) | 294.76º | 0.43% | 0.95% | - |
| XYZ | 58.24 | 41.68 | 88.2 | - |
| YUV | 177.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 241 | 0.04 | 0.43 | 0 | 0.05 | 294.76 | 0.79 | 0.74 |
| Hex | E8 | 8A | F1 | 4 | 2B | 0 | 5 | 127 | 4F | 4A |
| Octal | 350 | 212 | 361 | 4 | 53 | 0 | 5 | 447 | 117 | 112 |
| Binary | 11101000 | 10001010 | 11110001 | 100 | 101011 | 0 | 101 | 100100111 | 1001111 | 1001010 |
Color Harmonies of #E88AF1
Complementary color
Monochromatic Colors of #E88AF1
Black with #E88AF1
Text Example
Text Example
White with #E88AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AF1; }
p { color: rgb(232,138,241); }
H1.HeaderClassName
{
color: #E88AF1;
}
.AnyTagClassName
{
color: #E88AF1;
}
</style>
background-color css
<style>
a { background-color: #E88AF1; }
a { background-color: rgb(232,138,241); }
div.DivClassName
{
background-color: #E88AF1;
}
.BgClassName
{
background-color: #E88AF1;
}
</style>
border-color css
<style>
span { border-color: #E88AF1; }
span { border-color: rgb(232,138,241); }
td.TdClassName
{
border-color: #E88AF1;
}
.TagClassName
{
border-color: #E88AF1;
}
</style>