Shades of Plum #E297DF
Tints of Plum #E297DF
RGB
CMYK
RGB Variations
Color information
#E297DF (or 0xE297DF) is known color: Plum. HEX triplet: E2, 97 and DF. RGB value is (226,151,223). Sum of RGB (Red+Green+Blue) = 226+151+223=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E297DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297DF is #1D6820. Grayscale: #B5B5B5. Windows color (decimal): -1927201 or 14653410. OLE color: 14653410.
HSL color Cylindrical-coordinate representation of color #E297DF: hue angle of 302.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 #E297DF is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 223 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.11 |
| HSL | 302.4º | 0.56% | 0.74% | - |
| HSV(B) | 302.4º | 0.33% | 0.89% | - |
| XYZ | 55.75 | 43.63 | 75.3 | - |
| YUV | 181.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 223 | 0 | 0.33 | 0.01 | 0.11 | 302.4 | 0.56 | 0.74 |
| Hex | E2 | 97 | DF | 0 | 21 | 1 | B | 12E | 38 | 4A |
| Octal | 342 | 227 | 337 | 0 | 41 | 1 | 13 | 456 | 70 | 112 |
| Binary | 11100010 | 10010111 | 11011111 | 0 | 100001 | 1 | 1011 | 100101110 | 111000 | 1001010 |
Color Harmonies of #E297DF
Complementary color
Monochromatic Colors of #E297DF
Black with #E297DF
Text Example
Text Example
White with #E297DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297DF; }
p { color: rgb(226,151,223); }
H1.HeaderClassName
{
color: #E297DF;
}
.AnyTagClassName
{
color: #E297DF;
}
</style>
background-color css
<style>
a { background-color: #E297DF; }
a { background-color: rgb(226,151,223); }
div.DivClassName
{
background-color: #E297DF;
}
.BgClassName
{
background-color: #E297DF;
}
</style>
border-color css
<style>
span { border-color: #E297DF; }
span { border-color: rgb(226,151,223); }
td.TdClassName
{
border-color: #E297DF;
}
.TagClassName
{
border-color: #E297DF;
}
</style>