Shades of Violet #E78FEF
Tints of Violet #E78FEF
RGB
CMYK
RGB Variations
Color information
#E78FEF (or 0xE78FEF) is known color: Violet. HEX triplet: E7, 8F and EF. RGB value is (231,143,239). Sum of RGB (Red+Green+Blue) = 231+143+239=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #E78FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78FEF is #187010. Grayscale: #B3B3B3. Windows color (decimal): -1601553 or 15699943. OLE color: 15699943.
HSL color Cylindrical-coordinate representation of color #E78FEF: hue angle of 295º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78FEF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 143 | 239 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.06 |
| HSL | 295º | 0.75% | 0.75% | - |
| HSV(B) | 295º | 0.4% | 0.94% | - |
| XYZ | 58.36 | 42.87 | 86.86 | - |
| YUV | 180.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 239 | 0.03 | 0.40 | 0 | 0.06 | 295 | 0.75 | 0.75 |
| Hex | E7 | 8F | EF | 3 | 28 | 0 | 6 | 127 | 4B | 4B |
| Octal | 347 | 217 | 357 | 3 | 50 | 0 | 6 | 447 | 113 | 113 |
| Binary | 11100111 | 10001111 | 11101111 | 11 | 101000 | 0 | 110 | 100100111 | 1001011 | 1001011 |
Color Harmonies of #E78FEF
Complementary color
Monochromatic Colors of #E78FEF
Black with #E78FEF
Text Example
Text Example
White with #E78FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FEF; }
p { color: rgb(231,143,239); }
H1.HeaderClassName
{
color: #E78FEF;
}
.AnyTagClassName
{
color: #E78FEF;
}
</style>
background-color css
<style>
a { background-color: #E78FEF; }
a { background-color: rgb(231,143,239); }
div.DivClassName
{
background-color: #E78FEF;
}
.BgClassName
{
background-color: #E78FEF;
}
</style>
border-color css
<style>
span { border-color: #E78FEF; }
span { border-color: rgb(231,143,239); }
td.TdClassName
{
border-color: #E78FEF;
}
.TagClassName
{
border-color: #E78FEF;
}
</style>