Shades of Plum #E297D2
Tints of Plum #E297D2
RGB
CMYK
RGB Variations
Color information
#E297D2 (or 0xE297D2) is known color: Plum. HEX triplet: E2, 97 and D2. RGB value is (226,151,210). Sum of RGB (Red+Green+Blue) = 226+151+210=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E297D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297D2 is #1D682D. Grayscale: #B3B3B3. Windows color (decimal): -1927214 or 13801442. OLE color: 13801442.
HSL color Cylindrical-coordinate representation of color #E297D2: hue angle of 312.8º 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 #E297D2 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 210 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.11 |
| HSL | 312.8º | 0.56% | 0.74% | - |
| HSV(B) | 312.8º | 0.33% | 0.89% | - |
| XYZ | 54.06 | 42.96 | 66.41 | - |
| YUV | 180.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 210 | 0 | 0.33 | 0.07 | 0.11 | 312.8 | 0.56 | 0.74 |
| Hex | E2 | 97 | D2 | 0 | 21 | 7 | B | 139 | 38 | 4A |
| Octal | 342 | 227 | 322 | 0 | 41 | 7 | 13 | 471 | 70 | 112 |
| Binary | 11100010 | 10010111 | 11010010 | 0 | 100001 | 111 | 1011 | 100111001 | 111000 | 1001010 |
Color Harmonies of #E297D2
Complementary color
Monochromatic Colors of #E297D2
Black with #E297D2
Text Example
Text Example
White with #E297D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297D2; }
p { color: rgb(226,151,210); }
H1.HeaderClassName
{
color: #E297D2;
}
.AnyTagClassName
{
color: #E297D2;
}
</style>
background-color css
<style>
a { background-color: #E297D2; }
a { background-color: rgb(226,151,210); }
div.DivClassName
{
background-color: #E297D2;
}
.BgClassName
{
background-color: #E297D2;
}
</style>
border-color css
<style>
span { border-color: #E297D2; }
span { border-color: rgb(226,151,210); }
td.TdClassName
{
border-color: #E297D2;
}
.TagClassName
{
border-color: #E297D2;
}
</style>