Shades of Plum #E9B0F0
Tints of Plum #E9B0F0
RGB
CMYK
RGB Variations
Color information
#E9B0F0 (or 0xE9B0F0) is known color: Plum. HEX triplet: E9, B0 and F0. RGB value is (233,176,240). Sum of RGB (Red+Green+Blue) = 233+176+240=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9B0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B0F0 is #164F0F. Grayscale: #C8C8C8. Windows color (decimal): -1462032 or 15773929. OLE color: 15773929.
HSL color Cylindrical-coordinate representation of color #E9B0F0: hue angle of 293.44º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9B0F0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 176 | 240 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.06 |
| HSL | 293.44º | 0.68% | 0.82% | - |
| HSV(B) | 293.44º | 0.27% | 0.94% | - |
| XYZ | 64.86 | 54.67 | 89.57 | - |
| YUV | 200.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 240 | 0.03 | 0.27 | 0 | 0.06 | 293.44 | 0.68 | 0.82 |
| Hex | E9 | B0 | F0 | 3 | 1B | 0 | 6 | 125 | 44 | 52 |
| Octal | 351 | 260 | 360 | 3 | 33 | 0 | 6 | 445 | 104 | 122 |
| Binary | 11101001 | 10110000 | 11110000 | 11 | 11011 | 0 | 110 | 100100101 | 1000100 | 1010010 |
Color Harmonies of #E9B0F0
Complementary color
Monochromatic Colors of #E9B0F0
Black with #E9B0F0
Text Example
Text Example
White with #E9B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0F0; }
p { color: rgb(233,176,240); }
H1.HeaderClassName
{
color: #E9B0F0;
}
.AnyTagClassName
{
color: #E9B0F0;
}
</style>
background-color css
<style>
a { background-color: #E9B0F0; }
a { background-color: rgb(233,176,240); }
div.DivClassName
{
background-color: #E9B0F0;
}
.BgClassName
{
background-color: #E9B0F0;
}
</style>
border-color css
<style>
span { border-color: #E9B0F0; }
span { border-color: rgb(233,176,240); }
td.TdClassName
{
border-color: #E9B0F0;
}
.TagClassName
{
border-color: #E9B0F0;
}
</style>