Shades of Plum #E297EE
Tints of Plum #E297EE
RGB
CMYK
RGB Variations
Color information
#E297EE (or 0xE297EE) is known color: Plum. HEX triplet: E2, 97 and EE. RGB value is (226,151,238). Sum of RGB (Red+Green+Blue) = 226+151+238=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #E297EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297EE is #1D6811. Grayscale: #B7B7B7. Windows color (decimal): -1927186 or 15636450. OLE color: 15636450.
HSL color Cylindrical-coordinate representation of color #E297EE: hue angle of 291.72º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E297EE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 151 | 238 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.07 |
| HSL | 291.72º | 0.72% | 0.76% | - |
| HSV(B) | 291.72º | 0.37% | 0.93% | - |
| XYZ | 57.86 | 44.48 | 86.42 | - |
| YUV | 183.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 238 | 0.05 | 0.37 | 0 | 0.07 | 291.72 | 0.72 | 0.76 |
| Hex | E2 | 97 | EE | 5 | 25 | 0 | 7 | 124 | 48 | 4C |
| Octal | 342 | 227 | 356 | 5 | 45 | 0 | 7 | 444 | 110 | 114 |
| Binary | 11100010 | 10010111 | 11101110 | 101 | 100101 | 0 | 111 | 100100100 | 1001000 | 1001100 |
Color Harmonies of #E297EE
Complementary color
Monochromatic Colors of #E297EE
Black with #E297EE
Text Example
Text Example
White with #E297EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297EE; }
p { color: rgb(226,151,238); }
H1.HeaderClassName
{
color: #E297EE;
}
.AnyTagClassName
{
color: #E297EE;
}
</style>
background-color css
<style>
a { background-color: #E297EE; }
a { background-color: rgb(226,151,238); }
div.DivClassName
{
background-color: #E297EE;
}
.BgClassName
{
background-color: #E297EE;
}
</style>
border-color css
<style>
span { border-color: #E297EE; }
span { border-color: rgb(226,151,238); }
td.TdClassName
{
border-color: #E297EE;
}
.TagClassName
{
border-color: #E297EE;
}
</style>