Shades of Plum #E297DB
Tints of Plum #E297DB
RGB
CMYK
RGB Variations
Color information
#E297DB (or 0xE297DB) is known color: Plum. HEX triplet: E2, 97 and DB. RGB value is (226,151,219). Sum of RGB (Red+Green+Blue) = 226+151+219=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E297DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297DB is #1D6824. Grayscale: #B4B4B4. Windows color (decimal): -1927205 or 14391266. OLE color: 14391266.
HSL color Cylindrical-coordinate representation of color #E297DB: hue angle of 305.6º 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 #E297DB is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 219 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.11 |
| HSL | 305.6º | 0.56% | 0.74% | - |
| HSV(B) | 305.6º | 0.33% | 0.89% | - |
| XYZ | 55.22 | 43.42 | 72.49 | - |
| YUV | 181.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 219 | 0 | 0.33 | 0.03 | 0.11 | 305.6 | 0.56 | 0.74 |
| Hex | E2 | 97 | DB | 0 | 21 | 3 | B | 132 | 38 | 4A |
| Octal | 342 | 227 | 333 | 0 | 41 | 3 | 13 | 462 | 70 | 112 |
| Binary | 11100010 | 10010111 | 11011011 | 0 | 100001 | 11 | 1011 | 100110010 | 111000 | 1001010 |
Color Harmonies of #E297DB
Complementary color
Monochromatic Colors of #E297DB
Black with #E297DB
Text Example
Text Example
White with #E297DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297DB; }
p { color: rgb(226,151,219); }
H1.HeaderClassName
{
color: #E297DB;
}
.AnyTagClassName
{
color: #E297DB;
}
</style>
background-color css
<style>
a { background-color: #E297DB; }
a { background-color: rgb(226,151,219); }
div.DivClassName
{
background-color: #E297DB;
}
.BgClassName
{
background-color: #E297DB;
}
</style>
border-color css
<style>
span { border-color: #E297DB; }
span { border-color: rgb(226,151,219); }
td.TdClassName
{
border-color: #E297DB;
}
.TagClassName
{
border-color: #E297DB;
}
</style>