Shades of Plum #E99BE3
Tints of Plum #E99BE3
RGB
CMYK
RGB Variations
Color information
#E99BE3 (or 0xE99BE3) is known color: Plum. HEX triplet: E9, 9B and E3. RGB value is (233,155,227). Sum of RGB (Red+Green+Blue) = 233+155+227=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99BE3 is #16641C. Grayscale: #BABABA. Windows color (decimal): -1467421 or 14916585. OLE color: 14916585.
HSL color Cylindrical-coordinate representation of color #E99BE3: hue angle of 304.62º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99BE3 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 227 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.09 |
| HSL | 304.62º | 0.64% | 0.76% | - |
| HSV(B) | 304.62º | 0.33% | 0.91% | - |
| XYZ | 59.19 | 46.31 | 78.49 | - |
| YUV | 186.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 227 | 0 | 0.33 | 0.03 | 0.09 | 304.62 | 0.64 | 0.76 |
| Hex | E9 | 9B | E3 | 0 | 21 | 3 | 9 | 131 | 40 | 4C |
| Octal | 351 | 233 | 343 | 0 | 41 | 3 | 11 | 461 | 100 | 114 |
| Binary | 11101001 | 10011011 | 11100011 | 0 | 100001 | 11 | 1001 | 100110001 | 1000000 | 1001100 |
Color Harmonies of #E99BE3
Complementary color
Monochromatic Colors of #E99BE3
Black with #E99BE3
Text Example
Text Example
White with #E99BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BE3; }
p { color: rgb(233,155,227); }
H1.HeaderClassName
{
color: #E99BE3;
}
.AnyTagClassName
{
color: #E99BE3;
}
</style>
background-color css
<style>
a { background-color: #E99BE3; }
a { background-color: rgb(233,155,227); }
div.DivClassName
{
background-color: #E99BE3;
}
.BgClassName
{
background-color: #E99BE3;
}
</style>
border-color css
<style>
span { border-color: #E99BE3; }
span { border-color: rgb(233,155,227); }
td.TdClassName
{
border-color: #E99BE3;
}
.TagClassName
{
border-color: #E99BE3;
}
</style>