Shades of Violet #E78AE0
Tints of Violet #E78AE0
RGB
CMYK
RGB Variations
Color information
#E78AE0 (or 0xE78AE0) is known color: Violet. HEX triplet: E7, 8A and E0. RGB value is (231,138,224). Sum of RGB (Red+Green+Blue) = 231+138+224=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AE0 is #18751F. Grayscale: #AFAFAF. Windows color (decimal): -1602848 or 14715623. OLE color: 14715623.
HSL color Cylindrical-coordinate representation of color #E78AE0: hue angle of 304.52º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AE0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 224 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.09 |
| HSL | 304.52º | 0.66% | 0.72% | - |
| HSV(B) | 304.52º | 0.4% | 0.91% | - |
| XYZ | 55.5 | 40.55 | 75.42 | - |
| YUV | 175.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 224 | 0 | 0.40 | 0.03 | 0.09 | 304.52 | 0.66 | 0.72 |
| Hex | E7 | 8A | E0 | 0 | 28 | 3 | 9 | 131 | 42 | 48 |
| Octal | 347 | 212 | 340 | 0 | 50 | 3 | 11 | 461 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11100000 | 0 | 101000 | 11 | 1001 | 100110001 | 1000010 | 1001000 |
Color Harmonies of #E78AE0
Complementary color
Monochromatic Colors of #E78AE0
Black with #E78AE0
Text Example
Text Example
White with #E78AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AE0; }
p { color: rgb(231,138,224); }
H1.HeaderClassName
{
color: #E78AE0;
}
.AnyTagClassName
{
color: #E78AE0;
}
</style>
background-color css
<style>
a { background-color: #E78AE0; }
a { background-color: rgb(231,138,224); }
div.DivClassName
{
background-color: #E78AE0;
}
.BgClassName
{
background-color: #E78AE0;
}
</style>
border-color css
<style>
span { border-color: #E78AE0; }
span { border-color: rgb(231,138,224); }
td.TdClassName
{
border-color: #E78AE0;
}
.TagClassName
{
border-color: #E78AE0;
}
</style>