Shades of Violet #E78CF8
Tints of Violet #E78CF8
RGB
CMYK
RGB Variations
Color information
#E78CF8 (or 0xE78CF8) is known color: Violet. HEX triplet: E7, 8C and F8. RGB value is (231,140,248). Sum of RGB (Red+Green+Blue) = 231+140+248=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #E78CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78CF8 is #187307. Grayscale: #B3B3B3. Windows color (decimal): -1602312 or 16288999. OLE color: 16288999.
HSL color Cylindrical-coordinate representation of color #E78CF8: hue angle of 290.56º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78CF8 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 140 | 248 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.03 |
| HSL | 290.56º | 0.89% | 0.76% | - |
| HSV(B) | 290.56º | 0.44% | 0.97% | - |
| XYZ | 59.28 | 42.52 | 93.89 | - |
| YUV | 179.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 248 | 0.07 | 0.44 | 0 | 0.03 | 290.56 | 0.89 | 0.76 |
| Hex | E7 | 8C | F8 | 7 | 2C | 0 | 3 | 123 | 59 | 4C |
| Octal | 347 | 214 | 370 | 7 | 54 | 0 | 3 | 443 | 131 | 114 |
| Binary | 11100111 | 10001100 | 11111000 | 111 | 101100 | 0 | 11 | 100100011 | 1011001 | 1001100 |
Color Harmonies of #E78CF8
Complementary color
Monochromatic Colors of #E78CF8
Black with #E78CF8
Text Example
Text Example
White with #E78CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CF8; }
p { color: rgb(231,140,248); }
H1.HeaderClassName
{
color: #E78CF8;
}
.AnyTagClassName
{
color: #E78CF8;
}
</style>
background-color css
<style>
a { background-color: #E78CF8; }
a { background-color: rgb(231,140,248); }
div.DivClassName
{
background-color: #E78CF8;
}
.BgClassName
{
background-color: #E78CF8;
}
</style>
border-color css
<style>
span { border-color: #E78CF8; }
span { border-color: rgb(231,140,248); }
td.TdClassName
{
border-color: #E78CF8;
}
.TagClassName
{
border-color: #E78CF8;
}
</style>