Shades of Plum #E296E7
Tints of Plum #E296E7
RGB
CMYK
RGB Variations
Color information
#E296E7 (or 0xE296E7) is known color: Plum. HEX triplet: E2, 96 and E7. RGB value is (226,150,231). Sum of RGB (Red+Green+Blue) = 226+150+231=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #E296E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296E7 is #1D6918. Grayscale: #B5B5B5. Windows color (decimal): -1927449 or 15177442. OLE color: 15177442.
HSL color Cylindrical-coordinate representation of color #E296E7: hue angle of 296.3º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E296E7 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 150 | 231 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.09 |
| HSL | 296.3º | 0.63% | 0.75% | - |
| HSV(B) | 296.3º | 0.35% | 0.91% | - |
| XYZ | 56.69 | 43.75 | 81.06 | - |
| YUV | 181.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 231 | 0.02 | 0.35 | 0 | 0.09 | 296.3 | 0.63 | 0.75 |
| Hex | E2 | 96 | E7 | 2 | 23 | 0 | 9 | 128 | 3F | 4B |
| Octal | 342 | 226 | 347 | 2 | 43 | 0 | 11 | 450 | 77 | 113 |
| Binary | 11100010 | 10010110 | 11100111 | 10 | 100011 | 0 | 1001 | 100101000 | 111111 | 1001011 |
Color Harmonies of #E296E7
Complementary color
Monochromatic Colors of #E296E7
Black with #E296E7
Text Example
Text Example
White with #E296E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296E7; }
p { color: rgb(226,150,231); }
H1.HeaderClassName
{
color: #E296E7;
}
.AnyTagClassName
{
color: #E296E7;
}
</style>
background-color css
<style>
a { background-color: #E296E7; }
a { background-color: rgb(226,150,231); }
div.DivClassName
{
background-color: #E296E7;
}
.BgClassName
{
background-color: #E296E7;
}
</style>
border-color css
<style>
span { border-color: #E296E7; }
span { border-color: rgb(226,150,231); }
td.TdClassName
{
border-color: #E296E7;
}
.TagClassName
{
border-color: #E296E7;
}
</style>