Shades of Violet #E88CFB
Tints of Violet #E88CFB
RGB
CMYK
RGB Variations
Color information
#E88CFB (or 0xE88CFB) is known color: Violet. HEX triplet: E8, 8C and FB. RGB value is (232,140,251). Sum of RGB (Red+Green+Blue) = 232+140+251=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 140 (55.08% from 255 or 22.47% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #E88CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88CFB is #177304. Grayscale: #B3B3B3. Windows color (decimal): -1536773 or 16485608. OLE color: 16485608.
HSL color Cylindrical-coordinate representation of color #E88CFB: hue angle of 289.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E88CFB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 140 | 251 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.02 |
| HSL | 289.73º | 0.93% | 0.77% | - |
| HSV(B) | 289.73º | 0.44% | 0.98% | - |
| XYZ | 60.07 | 42.88 | 96.38 | - |
| YUV | 180.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 251 | 0.08 | 0.44 | 0 | 0.02 | 289.73 | 0.93 | 0.77 |
| Hex | E8 | 8C | FB | 8 | 2C | 0 | 2 | 122 | 5D | 4D |
| Octal | 350 | 214 | 373 | 10 | 54 | 0 | 2 | 442 | 135 | 115 |
| Binary | 11101000 | 10001100 | 11111011 | 1000 | 101100 | 0 | 10 | 100100010 | 1011101 | 1001101 |
Color Harmonies of #E88CFB
Complementary color
Monochromatic Colors of #E88CFB
Black with #E88CFB
Text Example
Text Example
White with #E88CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CFB; }
p { color: rgb(232,140,251); }
H1.HeaderClassName
{
color: #E88CFB;
}
.AnyTagClassName
{
color: #E88CFB;
}
</style>
background-color css
<style>
a { background-color: #E88CFB; }
a { background-color: rgb(232,140,251); }
div.DivClassName
{
background-color: #E88CFB;
}
.BgClassName
{
background-color: #E88CFB;
}
</style>
border-color css
<style>
span { border-color: #E88CFB; }
span { border-color: rgb(232,140,251); }
td.TdClassName
{
border-color: #E88CFB;
}
.TagClassName
{
border-color: #E88CFB;
}
</style>