Shades of Plum #E298DF
Tints of Plum #E298DF
RGB
CMYK
RGB Variations
Color information
#E298DF (or 0xE298DF) is known color: Plum. HEX triplet: E2, 98 and DF. RGB value is (226,152,223). Sum of RGB (Red+Green+Blue) = 226+152+223=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E298DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298DF is #1D6720. Grayscale: #B6B6B6. Windows color (decimal): -1926945 or 14653666. OLE color: 14653666.
HSL color Cylindrical-coordinate representation of color #E298DF: hue angle of 302.43º 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 #E298DF is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 223 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.11 |
| HSL | 302.43º | 0.56% | 0.74% | - |
| HSV(B) | 302.43º | 0.33% | 0.89% | - |
| XYZ | 55.91 | 43.95 | 75.35 | - |
| YUV | 182.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 223 | 0 | 0.33 | 0.01 | 0.11 | 302.43 | 0.56 | 0.74 |
| Hex | E2 | 98 | DF | 0 | 21 | 1 | B | 12E | 38 | 4A |
| Octal | 342 | 230 | 337 | 0 | 41 | 1 | 13 | 456 | 70 | 112 |
| Binary | 11100010 | 10011000 | 11011111 | 0 | 100001 | 1 | 1011 | 100101110 | 111000 | 1001010 |
Color Harmonies of #E298DF
Complementary color
Monochromatic Colors of #E298DF
Black with #E298DF
Text Example
Text Example
White with #E298DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298DF; }
p { color: rgb(226,152,223); }
H1.HeaderClassName
{
color: #E298DF;
}
.AnyTagClassName
{
color: #E298DF;
}
</style>
background-color css
<style>
a { background-color: #E298DF; }
a { background-color: rgb(226,152,223); }
div.DivClassName
{
background-color: #E298DF;
}
.BgClassName
{
background-color: #E298DF;
}
</style>
border-color css
<style>
span { border-color: #E298DF; }
span { border-color: rgb(226,152,223); }
td.TdClassName
{
border-color: #E298DF;
}
.TagClassName
{
border-color: #E298DF;
}
</style>