Shades of Plum #E99CEF
Tints of Plum #E99CEF
RGB
CMYK
RGB Variations
Color information
#E99CEF (or 0xE99CEF) is known color: Plum. HEX triplet: E9, 9C and EF. RGB value is (233,156,239). Sum of RGB (Red+Green+Blue) = 233+156+239=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #E99CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99CEF is #166310. Grayscale: #BCBCBC. Windows color (decimal): -1467153 or 15703273. OLE color: 15703273.
HSL color Cylindrical-coordinate representation of color #E99CEF: hue angle of 295.66º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E99CEF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 156 | 239 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.06 |
| HSL | 295.66º | 0.72% | 0.77% | - |
| HSV(B) | 295.66º | 0.35% | 0.94% | - |
| XYZ | 61.07 | 47.33 | 87.58 | - |
| YUV | 188.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 239 | 0.03 | 0.35 | 0 | 0.06 | 295.66 | 0.72 | 0.77 |
| Hex | E9 | 9C | EF | 3 | 23 | 0 | 6 | 128 | 48 | 4D |
| Octal | 351 | 234 | 357 | 3 | 43 | 0 | 6 | 450 | 110 | 115 |
| Binary | 11101001 | 10011100 | 11101111 | 11 | 100011 | 0 | 110 | 100101000 | 1001000 | 1001101 |
Color Harmonies of #E99CEF
Complementary color
Monochromatic Colors of #E99CEF
Black with #E99CEF
Text Example
Text Example
White with #E99CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99CEF; }
p { color: rgb(233,156,239); }
H1.HeaderClassName
{
color: #E99CEF;
}
.AnyTagClassName
{
color: #E99CEF;
}
</style>
background-color css
<style>
a { background-color: #E99CEF; }
a { background-color: rgb(233,156,239); }
div.DivClassName
{
background-color: #E99CEF;
}
.BgClassName
{
background-color: #E99CEF;
}
</style>
border-color css
<style>
span { border-color: #E99CEF; }
span { border-color: rgb(233,156,239); }
td.TdClassName
{
border-color: #E99CEF;
}
.TagClassName
{
border-color: #E99CEF;
}
</style>