Shades of Plum #E298D0
Tints of Plum #E298D0
RGB
CMYK
RGB Variations
Color information
#E298D0 (or 0xE298D0) is known color: Plum. HEX triplet: E2, 98 and D0. RGB value is (226,152,208). Sum of RGB (Red+Green+Blue) = 226+152+208=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E298D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298D0 is #1D672F. Grayscale: #B4B4B4. Windows color (decimal): -1926960 or 13670626. OLE color: 13670626.
HSL color Cylindrical-coordinate representation of color #E298D0: hue angle of 314.59º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298D0 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 208 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.11 |
| HSL | 314.59º | 0.56% | 0.74% | - |
| HSV(B) | 314.59º | 0.33% | 0.89% | - |
| XYZ | 53.98 | 43.18 | 65.16 | - |
| YUV | 180.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 208 | 0 | 0.33 | 0.08 | 0.11 | 314.59 | 0.56 | 0.74 |
| Hex | E2 | 98 | D0 | 0 | 21 | 8 | B | 13B | 38 | 4A |
| Octal | 342 | 230 | 320 | 0 | 41 | 10 | 13 | 473 | 70 | 112 |
| Binary | 11100010 | 10011000 | 11010000 | 0 | 100001 | 1000 | 1011 | 100111011 | 111000 | 1001010 |
Color Harmonies of #E298D0
Complementary color
Monochromatic Colors of #E298D0
Black with #E298D0
Text Example
Text Example
White with #E298D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298D0; }
p { color: rgb(226,152,208); }
H1.HeaderClassName
{
color: #E298D0;
}
.AnyTagClassName
{
color: #E298D0;
}
</style>
background-color css
<style>
a { background-color: #E298D0; }
a { background-color: rgb(226,152,208); }
div.DivClassName
{
background-color: #E298D0;
}
.BgClassName
{
background-color: #E298D0;
}
</style>
border-color css
<style>
span { border-color: #E298D0; }
span { border-color: rgb(226,152,208); }
td.TdClassName
{
border-color: #E298D0;
}
.TagClassName
{
border-color: #E298D0;
}
</style>