Shades of Violet #E78EF8
Tints of Violet #E78EF8
RGB
CMYK
RGB Variations
Color information
#E78EF8 (or 0xE78EF8) is known color: Violet. HEX triplet: E7, 8E and F8. RGB value is (231,142,248). Sum of RGB (Red+Green+Blue) = 231+142+248=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #E78EF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78EF8 is #187107. Grayscale: #B4B4B4. Windows color (decimal): -1601800 or 16289511. OLE color: 16289511.
HSL color Cylindrical-coordinate representation of color #E78EF8: hue angle of 290.38º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E78EF8 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 142 | 248 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.03 |
| HSL | 290.38º | 0.88% | 0.76% | - |
| HSV(B) | 290.38º | 0.43% | 0.97% | - |
| XYZ | 59.57 | 43.11 | 93.99 | - |
| YUV | 180.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 248 | 0.07 | 0.43 | 0 | 0.03 | 290.38 | 0.88 | 0.76 |
| Hex | E7 | 8E | F8 | 7 | 2B | 0 | 3 | 122 | 58 | 4C |
| Octal | 347 | 216 | 370 | 7 | 53 | 0 | 3 | 442 | 130 | 114 |
| Binary | 11100111 | 10001110 | 11111000 | 111 | 101011 | 0 | 11 | 100100010 | 1011000 | 1001100 |
Color Harmonies of #E78EF8
Complementary color
Monochromatic Colors of #E78EF8
Black with #E78EF8
Text Example
Text Example
White with #E78EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78EF8; }
p { color: rgb(231,142,248); }
H1.HeaderClassName
{
color: #E78EF8;
}
.AnyTagClassName
{
color: #E78EF8;
}
</style>
background-color css
<style>
a { background-color: #E78EF8; }
a { background-color: rgb(231,142,248); }
div.DivClassName
{
background-color: #E78EF8;
}
.BgClassName
{
background-color: #E78EF8;
}
</style>
border-color css
<style>
span { border-color: #E78EF8; }
span { border-color: rgb(231,142,248); }
td.TdClassName
{
border-color: #E78EF8;
}
.TagClassName
{
border-color: #E78EF8;
}
</style>