Shades of Plum #E38ADB
Tints of Plum #E38ADB
RGB
CMYK
RGB Variations
Color information
#E38ADB (or 0xE38ADB) is known color: Plum. HEX triplet: E3, 8A and DB. RGB value is (227,138,219). Sum of RGB (Red+Green+Blue) = 227+138+219=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ADB is #1C7524. Grayscale: #ADADAD. Windows color (decimal): -1864997 or 14387939. OLE color: 14387939.
HSL color Cylindrical-coordinate representation of color #E38ADB: hue angle of 305.39º degrees, saturation: 0.61, 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 #E38ADB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 219 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.11 |
| HSL | 305.39º | 0.61% | 0.72% | - |
| HSV(B) | 305.39º | 0.39% | 0.89% | - |
| XYZ | 53.55 | 39.62 | 71.84 | - |
| YUV | 173.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 219 | 0 | 0.39 | 0.04 | 0.11 | 305.39 | 0.61 | 0.72 |
| Hex | E3 | 8A | DB | 0 | 27 | 4 | B | 131 | 3D | 48 |
| Octal | 343 | 212 | 333 | 0 | 47 | 4 | 13 | 461 | 75 | 110 |
| Binary | 11100011 | 10001010 | 11011011 | 0 | 100111 | 100 | 1011 | 100110001 | 111101 | 1001000 |
Color Harmonies of #E38ADB
Complementary color
Monochromatic Colors of #E38ADB
Black with #E38ADB
Text Example
Text Example
White with #E38ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38ADB; }
p { color: rgb(227,138,219); }
H1.HeaderClassName
{
color: #E38ADB;
}
.AnyTagClassName
{
color: #E38ADB;
}
</style>
background-color css
<style>
a { background-color: #E38ADB; }
a { background-color: rgb(227,138,219); }
div.DivClassName
{
background-color: #E38ADB;
}
.BgClassName
{
background-color: #E38ADB;
}
</style>
border-color css
<style>
span { border-color: #E38ADB; }
span { border-color: rgb(227,138,219); }
td.TdClassName
{
border-color: #E38ADB;
}
.TagClassName
{
border-color: #E38ADB;
}
</style>