Shades of Plum #E99ADC
Tints of Plum #E99ADC
RGB
CMYK
RGB Variations
Color information
#E99ADC (or 0xE99ADC) is known color: Plum. HEX triplet: E9, 9A and DC. RGB value is (233,154,220). Sum of RGB (Red+Green+Blue) = 233+154+220=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ADC is #166523. Grayscale: #B8B8B8. Windows color (decimal): -1467684 or 14457577. OLE color: 14457577.
HSL color Cylindrical-coordinate representation of color #E99ADC: hue angle of 309.87º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99ADC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 220 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.09 |
| HSL | 309.87º | 0.64% | 0.76% | - |
| HSV(B) | 309.87º | 0.34% | 0.91% | - |
| XYZ | 58.08 | 45.6 | 73.45 | - |
| YUV | 185.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 220 | 0 | 0.34 | 0.06 | 0.09 | 309.87 | 0.64 | 0.76 |
| Hex | E9 | 9A | DC | 0 | 22 | 6 | 9 | 136 | 40 | 4C |
| Octal | 351 | 232 | 334 | 0 | 42 | 6 | 11 | 466 | 100 | 114 |
| Binary | 11101001 | 10011010 | 11011100 | 0 | 100010 | 110 | 1001 | 100110110 | 1000000 | 1001100 |
Color Harmonies of #E99ADC
Complementary color
Monochromatic Colors of #E99ADC
Black with #E99ADC
Text Example
Text Example
White with #E99ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99ADC; }
p { color: rgb(233,154,220); }
H1.HeaderClassName
{
color: #E99ADC;
}
.AnyTagClassName
{
color: #E99ADC;
}
</style>
background-color css
<style>
a { background-color: #E99ADC; }
a { background-color: rgb(233,154,220); }
div.DivClassName
{
background-color: #E99ADC;
}
.BgClassName
{
background-color: #E99ADC;
}
</style>
border-color css
<style>
span { border-color: #E99ADC; }
span { border-color: rgb(233,154,220); }
td.TdClassName
{
border-color: #E99ADC;
}
.TagClassName
{
border-color: #E99ADC;
}
</style>