Shades of Plum #E298DA
Tints of Plum #E298DA
RGB
CMYK
RGB Variations
Color information
#E298DA (or 0xE298DA) is known color: Plum. HEX triplet: E2, 98 and DA. RGB value is (226,152,218). Sum of RGB (Red+Green+Blue) = 226+152+218=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E298DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298DA is #1D6725. Grayscale: #B5B5B5. Windows color (decimal): -1926950 or 14325986. OLE color: 14325986.
HSL color Cylindrical-coordinate representation of color #E298DA: hue angle of 306.49º 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 #E298DA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 218 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.11 |
| HSL | 306.49º | 0.56% | 0.74% | - |
| HSV(B) | 306.49º | 0.33% | 0.89% | - |
| XYZ | 55.25 | 43.69 | 71.85 | - |
| YUV | 181.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 218 | 0 | 0.33 | 0.04 | 0.11 | 306.49 | 0.56 | 0.74 |
| Hex | E2 | 98 | DA | 0 | 21 | 4 | B | 132 | 38 | 4A |
| Octal | 342 | 230 | 332 | 0 | 41 | 4 | 13 | 462 | 70 | 112 |
| Binary | 11100010 | 10011000 | 11011010 | 0 | 100001 | 100 | 1011 | 100110010 | 111000 | 1001010 |
Color Harmonies of #E298DA
Complementary color
Monochromatic Colors of #E298DA
Black with #E298DA
Text Example
Text Example
White with #E298DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298DA; }
p { color: rgb(226,152,218); }
H1.HeaderClassName
{
color: #E298DA;
}
.AnyTagClassName
{
color: #E298DA;
}
</style>
background-color css
<style>
a { background-color: #E298DA; }
a { background-color: rgb(226,152,218); }
div.DivClassName
{
background-color: #E298DA;
}
.BgClassName
{
background-color: #E298DA;
}
</style>
border-color css
<style>
span { border-color: #E298DA; }
span { border-color: rgb(226,152,218); }
td.TdClassName
{
border-color: #E298DA;
}
.TagClassName
{
border-color: #E298DA;
}
</style>