Shades of Violet #E48ADB
Tints of Violet #E48ADB
RGB
CMYK
RGB Variations
Color information
#E48ADB (or 0xE48ADB) is known color: Violet. HEX triplet: E4, 8A and DB. RGB value is (228,138,219). Sum of RGB (Red+Green+Blue) = 228+138+219=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ADB is #1B7524. Grayscale: #ADADAD. Windows color (decimal): -1799461 or 14387940. OLE color: 14387940.
HSL color Cylindrical-coordinate representation of color #E48ADB: hue angle of 306º 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 #E48ADB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 219 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 306º | 0.63% | 0.72% | - |
| HSV(B) | 306º | 0.39% | 0.89% | - |
| XYZ | 53.87 | 39.79 | 71.86 | - |
| YUV | 174.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 219 | 0 | 0.39 | 0.04 | 0.11 | 306 | 0.63 | 0.72 |
| Hex | E4 | 8A | DB | 0 | 27 | 4 | B | 132 | 3E | 48 |
| Octal | 344 | 212 | 333 | 0 | 47 | 4 | 13 | 462 | 76 | 110 |
| Binary | 11100100 | 10001010 | 11011011 | 0 | 100111 | 100 | 1011 | 100110010 | 111110 | 1001000 |
Color Harmonies of #E48ADB
Complementary color
Monochromatic Colors of #E48ADB
Black with #E48ADB
Text Example
Text Example
White with #E48ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ADB; }
p { color: rgb(228,138,219); }
H1.HeaderClassName
{
color: #E48ADB;
}
.AnyTagClassName
{
color: #E48ADB;
}
</style>
background-color css
<style>
a { background-color: #E48ADB; }
a { background-color: rgb(228,138,219); }
div.DivClassName
{
background-color: #E48ADB;
}
.BgClassName
{
background-color: #E48ADB;
}
</style>
border-color css
<style>
span { border-color: #E48ADB; }
span { border-color: rgb(228,138,219); }
td.TdClassName
{
border-color: #E48ADB;
}
.TagClassName
{
border-color: #E48ADB;
}
</style>