Shades of Plum #E296D0
Tints of Plum #E296D0
RGB
CMYK
RGB Variations
Color information
#E296D0 (or 0xE296D0) is known color: Plum. HEX triplet: E2, 96 and D0. RGB value is (226,150,208). Sum of RGB (Red+Green+Blue) = 226+150+208=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E296D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296D0 is #1D692F. Grayscale: #B3B3B3. Windows color (decimal): -1927472 or 13670114. OLE color: 13670114.
HSL color Cylindrical-coordinate representation of color #E296D0: hue angle of 314.21º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E296D0 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 208 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.11 |
| HSL | 314.21º | 0.57% | 0.74% | - |
| HSV(B) | 314.21º | 0.34% | 0.89% | - |
| XYZ | 53.66 | 42.54 | 65.06 | - |
| YUV | 179.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 208 | 0 | 0.34 | 0.08 | 0.11 | 314.21 | 0.57 | 0.74 |
| Hex | E2 | 96 | D0 | 0 | 22 | 8 | B | 13A | 39 | 4A |
| Octal | 342 | 226 | 320 | 0 | 42 | 10 | 13 | 472 | 71 | 112 |
| Binary | 11100010 | 10010110 | 11010000 | 0 | 100010 | 1000 | 1011 | 100111010 | 111001 | 1001010 |
Color Harmonies of #E296D0
Complementary color
Monochromatic Colors of #E296D0
Black with #E296D0
Text Example
Text Example
White with #E296D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296D0; }
p { color: rgb(226,150,208); }
H1.HeaderClassName
{
color: #E296D0;
}
.AnyTagClassName
{
color: #E296D0;
}
</style>
background-color css
<style>
a { background-color: #E296D0; }
a { background-color: rgb(226,150,208); }
div.DivClassName
{
background-color: #E296D0;
}
.BgClassName
{
background-color: #E296D0;
}
</style>
border-color css
<style>
span { border-color: #E296D0; }
span { border-color: rgb(226,150,208); }
td.TdClassName
{
border-color: #E296D0;
}
.TagClassName
{
border-color: #E296D0;
}
</style>