Shades of Violet #E48ADE
Tints of Violet #E48ADE
RGB
CMYK
RGB Variations
Color information
#E48ADE (or 0xE48ADE) is known color: Violet. HEX triplet: E4, 8A and DE. RGB value is (228,138,222). Sum of RGB (Red+Green+Blue) = 228+138+222=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ADE is #1B7521. Grayscale: #AEAEAE. Windows color (decimal): -1799458 or 14584548. OLE color: 14584548.
HSL color Cylindrical-coordinate representation of color #E48ADE: hue angle of 304º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48ADE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 222 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.11 |
| HSL | 304º | 0.63% | 0.72% | - |
| HSV(B) | 304º | 0.39% | 0.89% | - |
| XYZ | 54.27 | 39.94 | 73.96 | - |
| YUV | 174.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 222 | 0 | 0.39 | 0.03 | 0.11 | 304 | 0.63 | 0.72 |
| Hex | E4 | 8A | DE | 0 | 27 | 3 | B | 130 | 3E | 48 |
| Octal | 344 | 212 | 336 | 0 | 47 | 3 | 13 | 460 | 76 | 110 |
| Binary | 11100100 | 10001010 | 11011110 | 0 | 100111 | 11 | 1011 | 100110000 | 111110 | 1001000 |
Color Harmonies of #E48ADE
Complementary color
Monochromatic Colors of #E48ADE
Black with #E48ADE
Text Example
Text Example
White with #E48ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ADE; }
p { color: rgb(228,138,222); }
H1.HeaderClassName
{
color: #E48ADE;
}
.AnyTagClassName
{
color: #E48ADE;
}
</style>
background-color css
<style>
a { background-color: #E48ADE; }
a { background-color: rgb(228,138,222); }
div.DivClassName
{
background-color: #E48ADE;
}
.BgClassName
{
background-color: #E48ADE;
}
</style>
border-color css
<style>
span { border-color: #E48ADE; }
span { border-color: rgb(228,138,222); }
td.TdClassName
{
border-color: #E48ADE;
}
.TagClassName
{
border-color: #E48ADE;
}
</style>