Shades of Violet #E78CE2
Tints of Violet #E78CE2
RGB
CMYK
RGB Variations
Color information
#E78CE2 (or 0xE78CE2) is known color: Violet. HEX triplet: E7, 8C and E2. RGB value is (231,140,226). Sum of RGB (Red+Green+Blue) = 231+140+226=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CE2 is #18731D. Grayscale: #B0B0B0. Windows color (decimal): -1602334 or 14847207. OLE color: 14847207.
HSL color Cylindrical-coordinate representation of color #E78CE2: hue angle of 303.3º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78CE2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 226 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.09 |
| HSL | 303.3º | 0.65% | 0.73% | - |
| HSV(B) | 303.3º | 0.39% | 0.91% | - |
| XYZ | 56.06 | 41.24 | 76.96 | - |
| YUV | 177.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 226 | 0 | 0.39 | 0.02 | 0.09 | 303.3 | 0.65 | 0.73 |
| Hex | E7 | 8C | E2 | 0 | 27 | 2 | 9 | 12F | 41 | 49 |
| Octal | 347 | 214 | 342 | 0 | 47 | 2 | 11 | 457 | 101 | 111 |
| Binary | 11100111 | 10001100 | 11100010 | 0 | 100111 | 10 | 1001 | 100101111 | 1000001 | 1001001 |
Color Harmonies of #E78CE2
Complementary color
Monochromatic Colors of #E78CE2
Black with #E78CE2
Text Example
Text Example
White with #E78CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CE2; }
p { color: rgb(231,140,226); }
H1.HeaderClassName
{
color: #E78CE2;
}
.AnyTagClassName
{
color: #E78CE2;
}
</style>
background-color css
<style>
a { background-color: #E78CE2; }
a { background-color: rgb(231,140,226); }
div.DivClassName
{
background-color: #E78CE2;
}
.BgClassName
{
background-color: #E78CE2;
}
</style>
border-color css
<style>
span { border-color: #E78CE2; }
span { border-color: rgb(231,140,226); }
td.TdClassName
{
border-color: #E78CE2;
}
.TagClassName
{
border-color: #E78CE2;
}
</style>