Shades of Violet #E988FC
Tints of Violet #E988FC
RGB
CMYK
RGB Variations
Color information
#E988FC (or 0xE988FC) is known color: Violet. HEX triplet: E9, 88 and FC. RGB value is (233,136,252). Sum of RGB (Red+Green+Blue) = 233+136+252=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 136 (53.52% from 255 or 21.90% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #E988FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E988FC is #167703. Grayscale: #B1B1B1. Windows color (decimal): -1472260 or 16550121. OLE color: 16550121.
HSL color Cylindrical-coordinate representation of color #E988FC: hue angle of 290.17º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E988FC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 136 | 252 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.01 |
| HSL | 290.17º | 0.95% | 0.76% | - |
| HSV(B) | 290.17º | 0.46% | 0.99% | - |
| XYZ | 59.98 | 41.96 | 97.03 | - |
| YUV | 178.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 252 | 0.08 | 0.46 | 0 | 0.01 | 290.17 | 0.95 | 0.76 |
| Hex | E9 | 88 | FC | 8 | 2E | 0 | 1 | 122 | 5F | 4C |
| Octal | 351 | 210 | 374 | 10 | 56 | 0 | 1 | 442 | 137 | 114 |
| Binary | 11101001 | 10001000 | 11111100 | 1000 | 101110 | 0 | 1 | 100100010 | 1011111 | 1001100 |
Color Harmonies of #E988FC
Complementary color
Monochromatic Colors of #E988FC
Black with #E988FC
Text Example
Text Example
White with #E988FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988FC; }
p { color: rgb(233,136,252); }
H1.HeaderClassName
{
color: #E988FC;
}
.AnyTagClassName
{
color: #E988FC;
}
</style>
background-color css
<style>
a { background-color: #E988FC; }
a { background-color: rgb(233,136,252); }
div.DivClassName
{
background-color: #E988FC;
}
.BgClassName
{
background-color: #E988FC;
}
</style>
border-color css
<style>
span { border-color: #E988FC; }
span { border-color: rgb(233,136,252); }
td.TdClassName
{
border-color: #E988FC;
}
.TagClassName
{
border-color: #E988FC;
}
</style>