Shades of Violet #E28AE0
Tints of Violet #E28AE0
RGB
CMYK
RGB Variations
Color information
#E28AE0 (or 0xE28AE0) is known color: Violet. HEX triplet: E2, 8A and E0. RGB value is (226,138,224). Sum of RGB (Red+Green+Blue) = 226+138+224=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28AE0 is #1D751F. Grayscale: #ADADAD. Windows color (decimal): -1930528 or 14715618. OLE color: 14715618.
HSL color Cylindrical-coordinate representation of color #E28AE0: hue angle of 301.36º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28AE0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 224 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.11 |
| HSL | 301.36º | 0.6% | 0.71% | - |
| HSV(B) | 301.36º | 0.39% | 0.89% | - |
| XYZ | 53.91 | 39.73 | 75.35 | - |
| YUV | 174.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 224 | 0 | 0.39 | 0.01 | 0.11 | 301.36 | 0.6 | 0.71 |
| Hex | E2 | 8A | E0 | 0 | 27 | 1 | B | 12D | 3C | 47 |
| Octal | 342 | 212 | 340 | 0 | 47 | 1 | 13 | 455 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11100000 | 0 | 100111 | 1 | 1011 | 100101101 | 111100 | 1000111 |
Color Harmonies of #E28AE0
Complementary color
Monochromatic Colors of #E28AE0
Black with #E28AE0
Text Example
Text Example
White with #E28AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AE0; }
p { color: rgb(226,138,224); }
H1.HeaderClassName
{
color: #E28AE0;
}
.AnyTagClassName
{
color: #E28AE0;
}
</style>
background-color css
<style>
a { background-color: #E28AE0; }
a { background-color: rgb(226,138,224); }
div.DivClassName
{
background-color: #E28AE0;
}
.BgClassName
{
background-color: #E28AE0;
}
</style>
border-color css
<style>
span { border-color: #E28AE0; }
span { border-color: rgb(226,138,224); }
td.TdClassName
{
border-color: #E28AE0;
}
.TagClassName
{
border-color: #E28AE0;
}
</style>