Shades of Violet #E78FEA
Tints of Violet #E78FEA
RGB
CMYK
RGB Variations
Color information
#E78FEA (or 0xE78FEA) is known color: Violet. HEX triplet: E7, 8F and EA. RGB value is (231,143,234). Sum of RGB (Red+Green+Blue) = 231+143+234=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #E78FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E78FEA is #187015. Grayscale: #B3B3B3. Windows color (decimal): -1601558 or 15372263. OLE color: 15372263.
HSL color Cylindrical-coordinate representation of color #E78FEA: hue angle of 298.02º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78FEA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 143 | 234 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.08 |
| HSL | 298.02º | 0.68% | 0.74% | - |
| HSV(B) | 298.02º | 0.39% | 0.92% | - |
| XYZ | 57.63 | 42.57 | 83.02 | - |
| YUV | 179.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 234 | 0.01 | 0.39 | 0 | 0.08 | 298.02 | 0.68 | 0.74 |
| Hex | E7 | 8F | EA | 1 | 27 | 0 | 8 | 12A | 44 | 4A |
| Octal | 347 | 217 | 352 | 1 | 47 | 0 | 10 | 452 | 104 | 112 |
| Binary | 11100111 | 10001111 | 11101010 | 1 | 100111 | 0 | 1000 | 100101010 | 1000100 | 1001010 |
Color Harmonies of #E78FEA
Complementary color
Monochromatic Colors of #E78FEA
Black with #E78FEA
Text Example
Text Example
White with #E78FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FEA; }
p { color: rgb(231,143,234); }
H1.HeaderClassName
{
color: #E78FEA;
}
.AnyTagClassName
{
color: #E78FEA;
}
</style>
background-color css
<style>
a { background-color: #E78FEA; }
a { background-color: rgb(231,143,234); }
div.DivClassName
{
background-color: #E78FEA;
}
.BgClassName
{
background-color: #E78FEA;
}
</style>
border-color css
<style>
span { border-color: #E78FEA; }
span { border-color: rgb(231,143,234); }
td.TdClassName
{
border-color: #E78FEA;
}
.TagClassName
{
border-color: #E78FEA;
}
</style>