Shades of Violet #E88CF5
Tints of Violet #E88CF5
RGB
CMYK
RGB Variations
Color information
#E88CF5 (or 0xE88CF5) is known color: Violet. HEX triplet: E8, 8C and F5. RGB value is (232,140,245). Sum of RGB (Red+Green+Blue) = 232+140+245=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 245 - color contains mainly: blue. Hex color #E88CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88CF5 is #17730A. Grayscale: #B3B3B3. Windows color (decimal): -1536779 or 16092392. OLE color: 16092392.
HSL color Cylindrical-coordinate representation of color #E88CF5: hue angle of 292.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E88CF5 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 140 | 245 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.04 |
| HSL | 292.57º | 0.84% | 0.75% | - |
| HSV(B) | 292.57º | 0.43% | 0.96% | - |
| XYZ | 59.14 | 42.5 | 91.47 | - |
| YUV | 179.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 245 | 0.05 | 0.43 | 0 | 0.04 | 292.57 | 0.84 | 0.75 |
| Hex | E8 | 8C | F5 | 5 | 2B | 0 | 4 | 125 | 54 | 4B |
| Octal | 350 | 214 | 365 | 5 | 53 | 0 | 4 | 445 | 124 | 113 |
| Binary | 11101000 | 10001100 | 11110101 | 101 | 101011 | 0 | 100 | 100100101 | 1010100 | 1001011 |
Color Harmonies of #E88CF5
Complementary color
Monochromatic Colors of #E88CF5
Black with #E88CF5
Text Example
Text Example
White with #E88CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CF5; }
p { color: rgb(232,140,245); }
H1.HeaderClassName
{
color: #E88CF5;
}
.AnyTagClassName
{
color: #E88CF5;
}
</style>
background-color css
<style>
a { background-color: #E88CF5; }
a { background-color: rgb(232,140,245); }
div.DivClassName
{
background-color: #E88CF5;
}
.BgClassName
{
background-color: #E88CF5;
}
</style>
border-color css
<style>
span { border-color: #E88CF5; }
span { border-color: rgb(232,140,245); }
td.TdClassName
{
border-color: #E88CF5;
}
.TagClassName
{
border-color: #E88CF5;
}
</style>