Shades of Violet #E28CE7
Tints of Violet #E28CE7
RGB
CMYK
RGB Variations
Color information
#E28CE7 (or 0xE28CE7) is known color: Violet. HEX triplet: E2, 8C and E7. RGB value is (226,140,231). Sum of RGB (Red+Green+Blue) = 226+140+231=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #E28CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28CE7 is #1D7318. Grayscale: #AFAFAF. Windows color (decimal): -1930009 or 15174882. OLE color: 15174882.
HSL color Cylindrical-coordinate representation of color #E28CE7: hue angle of 296.7º 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 #E28CE7 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 140 | 231 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.09 |
| HSL | 296.7º | 0.65% | 0.73% | - |
| HSV(B) | 296.7º | 0.39% | 0.91% | - |
| XYZ | 55.17 | 40.69 | 80.55 | - |
| YUV | 176.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 231 | 0.02 | 0.39 | 0 | 0.09 | 296.7 | 0.65 | 0.73 |
| Hex | E2 | 8C | E7 | 2 | 27 | 0 | 9 | 129 | 41 | 49 |
| Octal | 342 | 214 | 347 | 2 | 47 | 0 | 11 | 451 | 101 | 111 |
| Binary | 11100010 | 10001100 | 11100111 | 10 | 100111 | 0 | 1001 | 100101001 | 1000001 | 1001001 |
Color Harmonies of #E28CE7
Complementary color
Monochromatic Colors of #E28CE7
Black with #E28CE7
Text Example
Text Example
White with #E28CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CE7; }
p { color: rgb(226,140,231); }
H1.HeaderClassName
{
color: #E28CE7;
}
.AnyTagClassName
{
color: #E28CE7;
}
</style>
background-color css
<style>
a { background-color: #E28CE7; }
a { background-color: rgb(226,140,231); }
div.DivClassName
{
background-color: #E28CE7;
}
.BgClassName
{
background-color: #E28CE7;
}
</style>
border-color css
<style>
span { border-color: #E28CE7; }
span { border-color: rgb(226,140,231); }
td.TdClassName
{
border-color: #E28CE7;
}
.TagClassName
{
border-color: #E28CE7;
}
</style>