Shades of Violet #E28DE5
Tints of Violet #E28DE5
RGB
CMYK
RGB Variations
Color information
#E28DE5 (or 0xE28DE5) is known color: Violet. HEX triplet: E2, 8D and E5. RGB value is (226,141,229). Sum of RGB (Red+Green+Blue) = 226+141+229=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #E28DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28DE5 is #1D721A. Grayscale: #B0B0B0. Windows color (decimal): -1929755 or 15044066. OLE color: 15044066.
HSL color Cylindrical-coordinate representation of color #E28DE5: hue angle of 297.95º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28DE5 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 141 | 229 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.10 |
| HSL | 297.95º | 0.63% | 0.73% | - |
| HSV(B) | 297.95º | 0.38% | 0.9% | - |
| XYZ | 55.03 | 40.88 | 79.12 | - |
| YUV | 176.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 229 | 0.01 | 0.38 | 0 | 0.10 | 297.95 | 0.63 | 0.73 |
| Hex | E2 | 8D | E5 | 1 | 26 | 0 | A | 12A | 3F | 49 |
| Octal | 342 | 215 | 345 | 1 | 46 | 0 | 12 | 452 | 77 | 111 |
| Binary | 11100010 | 10001101 | 11100101 | 1 | 100110 | 0 | 1010 | 100101010 | 111111 | 1001001 |
Color Harmonies of #E28DE5
Complementary color
Monochromatic Colors of #E28DE5
Black with #E28DE5
Text Example
Text Example
White with #E28DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DE5; }
p { color: rgb(226,141,229); }
H1.HeaderClassName
{
color: #E28DE5;
}
.AnyTagClassName
{
color: #E28DE5;
}
</style>
background-color css
<style>
a { background-color: #E28DE5; }
a { background-color: rgb(226,141,229); }
div.DivClassName
{
background-color: #E28DE5;
}
.BgClassName
{
background-color: #E28DE5;
}
</style>
border-color css
<style>
span { border-color: #E28DE5; }
span { border-color: rgb(226,141,229); }
td.TdClassName
{
border-color: #E28DE5;
}
.TagClassName
{
border-color: #E28DE5;
}
</style>