Shades of Plum #E299CF
Tints of Plum #E299CF
RGB
CMYK
RGB Variations
Color information
#E299CF (or 0xE299CF) is known color: Plum. HEX triplet: E2, 99 and CF. RGB value is (226,153,207). Sum of RGB (Red+Green+Blue) = 226+153+207=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E299CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299CF is #1D6630. Grayscale: #B4B4B4. Windows color (decimal): -1926705 or 13605346. OLE color: 13605346.
HSL color Cylindrical-coordinate representation of color #E299CF: hue angle of 315.62º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299CF is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 207 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.11 |
| HSL | 315.62º | 0.56% | 0.74% | - |
| HSV(B) | 315.62º | 0.32% | 0.89% | - |
| XYZ | 54.02 | 43.46 | 64.57 | - |
| YUV | 180.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 207 | 0 | 0.32 | 0.08 | 0.11 | 315.62 | 0.56 | 0.74 |
| Hex | E2 | 99 | CF | 0 | 20 | 8 | B | 13C | 38 | 4A |
| Octal | 342 | 231 | 317 | 0 | 40 | 10 | 13 | 474 | 70 | 112 |
| Binary | 11100010 | 10011001 | 11001111 | 0 | 100000 | 1000 | 1011 | 100111100 | 111000 | 1001010 |
Color Harmonies of #E299CF
Complementary color
Monochromatic Colors of #E299CF
Black with #E299CF
Text Example
Text Example
White with #E299CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299CF; }
p { color: rgb(226,153,207); }
H1.HeaderClassName
{
color: #E299CF;
}
.AnyTagClassName
{
color: #E299CF;
}
</style>
background-color css
<style>
a { background-color: #E299CF; }
a { background-color: rgb(226,153,207); }
div.DivClassName
{
background-color: #E299CF;
}
.BgClassName
{
background-color: #E299CF;
}
</style>
border-color css
<style>
span { border-color: #E299CF; }
span { border-color: rgb(226,153,207); }
td.TdClassName
{
border-color: #E299CF;
}
.TagClassName
{
border-color: #E299CF;
}
</style>