Shades of Plum #E297DA
Tints of Plum #E297DA
RGB
CMYK
RGB Variations
Color information
#E297DA (or 0xE297DA) is known color: Plum. HEX triplet: E2, 97 and DA. RGB value is (226,151,218). Sum of RGB (Red+Green+Blue) = 226+151+218=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E297DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297DA is #1D6825. Grayscale: #B4B4B4. Windows color (decimal): -1927206 or 14325730. OLE color: 14325730.
HSL color Cylindrical-coordinate representation of color #E297DA: hue angle of 306.4º 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 #E297DA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 218 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.11 |
| HSL | 306.4º | 0.56% | 0.74% | - |
| HSV(B) | 306.4º | 0.33% | 0.89% | - |
| XYZ | 55.09 | 43.36 | 71.8 | - |
| YUV | 181.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 218 | 0 | 0.33 | 0.04 | 0.11 | 306.4 | 0.56 | 0.74 |
| Hex | E2 | 97 | DA | 0 | 21 | 4 | B | 132 | 38 | 4A |
| Octal | 342 | 227 | 332 | 0 | 41 | 4 | 13 | 462 | 70 | 112 |
| Binary | 11100010 | 10010111 | 11011010 | 0 | 100001 | 100 | 1011 | 100110010 | 111000 | 1001010 |
Color Harmonies of #E297DA
Complementary color
Monochromatic Colors of #E297DA
Black with #E297DA
Text Example
Text Example
White with #E297DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297DA; }
p { color: rgb(226,151,218); }
H1.HeaderClassName
{
color: #E297DA;
}
.AnyTagClassName
{
color: #E297DA;
}
</style>
background-color css
<style>
a { background-color: #E297DA; }
a { background-color: rgb(226,151,218); }
div.DivClassName
{
background-color: #E297DA;
}
.BgClassName
{
background-color: #E297DA;
}
</style>
border-color css
<style>
span { border-color: #E297DA; }
span { border-color: rgb(226,151,218); }
td.TdClassName
{
border-color: #E297DA;
}
.TagClassName
{
border-color: #E297DA;
}
</style>