Shades of Plum #E99DF3
Tints of Plum #E99DF3
RGB
CMYK
RGB Variations
Color information
#E99DF3 (or 0xE99DF3) is known color: Plum. HEX triplet: E9, 9D and F3. RGB value is (233,157,243). Sum of RGB (Red+Green+Blue) = 233+157+243=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #E99DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DF3 is #16620C. Grayscale: #BDBDBD. Windows color (decimal): -1466893 or 15965673. OLE color: 15965673.
HSL color Cylindrical-coordinate representation of color #E99DF3: hue angle of 293.02º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E99DF3 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 157 | 243 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.05 |
| HSL | 293.02º | 0.78% | 0.78% | - |
| HSV(B) | 293.02º | 0.35% | 0.95% | - |
| XYZ | 61.84 | 47.91 | 90.78 | - |
| YUV | 189.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 243 | 0.04 | 0.35 | 0 | 0.05 | 293.02 | 0.78 | 0.78 |
| Hex | E9 | 9D | F3 | 4 | 23 | 0 | 5 | 125 | 4E | 4E |
| Octal | 351 | 235 | 363 | 4 | 43 | 0 | 5 | 445 | 116 | 116 |
| Binary | 11101001 | 10011101 | 11110011 | 100 | 100011 | 0 | 101 | 100100101 | 1001110 | 1001110 |
Color Harmonies of #E99DF3
Complementary color
Monochromatic Colors of #E99DF3
Black with #E99DF3
Text Example
Text Example
White with #E99DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DF3; }
p { color: rgb(233,157,243); }
H1.HeaderClassName
{
color: #E99DF3;
}
.AnyTagClassName
{
color: #E99DF3;
}
</style>
background-color css
<style>
a { background-color: #E99DF3; }
a { background-color: rgb(233,157,243); }
div.DivClassName
{
background-color: #E99DF3;
}
.BgClassName
{
background-color: #E99DF3;
}
</style>
border-color css
<style>
span { border-color: #E99DF3; }
span { border-color: rgb(233,157,243); }
td.TdClassName
{
border-color: #E99DF3;
}
.TagClassName
{
border-color: #E99DF3;
}
</style>