Shades of Plum #E399D5
Tints of Plum #E399D5
RGB
CMYK
RGB Variations
Color information
#E399D5 (or 0xE399D5) is known color: Plum. HEX triplet: E3, 99 and D5. RGB value is (227,153,213). Sum of RGB (Red+Green+Blue) = 227+153+213=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E399D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E399D5 is #1C662A. Grayscale: #B5B5B5. Windows color (decimal): -1861163 or 13998563. OLE color: 13998563.
HSL color Cylindrical-coordinate representation of color #E399D5: hue angle of 311.35º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399D5 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 213 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.11 |
| HSL | 311.35º | 0.57% | 0.75% | - |
| HSV(B) | 311.35º | 0.33% | 0.89% | - |
| XYZ | 55.08 | 43.92 | 68.52 | - |
| YUV | 181.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 213 | 0 | 0.33 | 0.06 | 0.11 | 311.35 | 0.57 | 0.75 |
| Hex | E3 | 99 | D5 | 0 | 21 | 6 | B | 137 | 39 | 4B |
| Octal | 343 | 231 | 325 | 0 | 41 | 6 | 13 | 467 | 71 | 113 |
| Binary | 11100011 | 10011001 | 11010101 | 0 | 100001 | 110 | 1011 | 100110111 | 111001 | 1001011 |
Color Harmonies of #E399D5
Complementary color
Monochromatic Colors of #E399D5
Black with #E399D5
Text Example
Text Example
White with #E399D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E399D5; }
p { color: rgb(227,153,213); }
H1.HeaderClassName
{
color: #E399D5;
}
.AnyTagClassName
{
color: #E399D5;
}
</style>
background-color css
<style>
a { background-color: #E399D5; }
a { background-color: rgb(227,153,213); }
div.DivClassName
{
background-color: #E399D5;
}
.BgClassName
{
background-color: #E399D5;
}
</style>
border-color css
<style>
span { border-color: #E399D5; }
span { border-color: rgb(227,153,213); }
td.TdClassName
{
border-color: #E399D5;
}
.TagClassName
{
border-color: #E399D5;
}
</style>