Shades of Plum #E297EA
Tints of Plum #E297EA
RGB
CMYK
RGB Variations
Color information
#E297EA (or 0xE297EA) is known color: Plum. HEX triplet: E2, 97 and EA. RGB value is (226,151,234). Sum of RGB (Red+Green+Blue) = 226+151+234=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #E297EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297EA is #1D6815. Grayscale: #B6B6B6. Windows color (decimal): -1927190 or 15374306. OLE color: 15374306.
HSL color Cylindrical-coordinate representation of color #E297EA: hue angle of 294.22º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E297EA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 151 | 234 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.08 |
| HSL | 294.22º | 0.66% | 0.75% | - |
| HSV(B) | 294.22º | 0.35% | 0.92% | - |
| XYZ | 57.28 | 44.24 | 83.36 | - |
| YUV | 182.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 234 | 0.03 | 0.35 | 0 | 0.08 | 294.22 | 0.66 | 0.75 |
| Hex | E2 | 97 | EA | 3 | 23 | 0 | 8 | 126 | 42 | 4B |
| Octal | 342 | 227 | 352 | 3 | 43 | 0 | 10 | 446 | 102 | 113 |
| Binary | 11100010 | 10010111 | 11101010 | 11 | 100011 | 0 | 1000 | 100100110 | 1000010 | 1001011 |
Color Harmonies of #E297EA
Complementary color
Monochromatic Colors of #E297EA
Black with #E297EA
Text Example
Text Example
White with #E297EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297EA; }
p { color: rgb(226,151,234); }
H1.HeaderClassName
{
color: #E297EA;
}
.AnyTagClassName
{
color: #E297EA;
}
</style>
background-color css
<style>
a { background-color: #E297EA; }
a { background-color: rgb(226,151,234); }
div.DivClassName
{
background-color: #E297EA;
}
.BgClassName
{
background-color: #E297EA;
}
</style>
border-color css
<style>
span { border-color: #E297EA; }
span { border-color: rgb(226,151,234); }
td.TdClassName
{
border-color: #E297EA;
}
.TagClassName
{
border-color: #E297EA;
}
</style>