Shades of Violet #E28ADE
Tints of Violet #E28ADE
RGB
CMYK
RGB Variations
Color information
#E28ADE (or 0xE28ADE) is known color: Violet. HEX triplet: E2, 8A and DE. RGB value is (226,138,222). Sum of RGB (Red+Green+Blue) = 226+138+222=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ADE is #1D7521. Grayscale: #ADADAD. Windows color (decimal): -1930530 or 14584546. OLE color: 14584546.
HSL color Cylindrical-coordinate representation of color #E28ADE: hue angle of 302.73º 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 #E28ADE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 222 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.11 |
| HSL | 302.73º | 0.6% | 0.71% | - |
| HSV(B) | 302.73º | 0.39% | 0.89% | - |
| XYZ | 53.64 | 39.62 | 73.93 | - |
| YUV | 173.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 222 | 0 | 0.39 | 0.02 | 0.11 | 302.73 | 0.6 | 0.71 |
| Hex | E2 | 8A | DE | 0 | 27 | 2 | B | 12F | 3C | 47 |
| Octal | 342 | 212 | 336 | 0 | 47 | 2 | 13 | 457 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11011110 | 0 | 100111 | 10 | 1011 | 100101111 | 111100 | 1000111 |
Color Harmonies of #E28ADE
Complementary color
Monochromatic Colors of #E28ADE
Black with #E28ADE
Text Example
Text Example
White with #E28ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ADE; }
p { color: rgb(226,138,222); }
H1.HeaderClassName
{
color: #E28ADE;
}
.AnyTagClassName
{
color: #E28ADE;
}
</style>
background-color css
<style>
a { background-color: #E28ADE; }
a { background-color: rgb(226,138,222); }
div.DivClassName
{
background-color: #E28ADE;
}
.BgClassName
{
background-color: #E28ADE;
}
</style>
border-color css
<style>
span { border-color: #E28ADE; }
span { border-color: rgb(226,138,222); }
td.TdClassName
{
border-color: #E28ADE;
}
.TagClassName
{
border-color: #E28ADE;
}
</style>