Shades of Plum #E297F0
Tints of Plum #E297F0
RGB
CMYK
RGB Variations
Color information
#E297F0 (or 0xE297F0) is known color: Plum. HEX triplet: E2, 97 and F0. RGB value is (226,151,240). Sum of RGB (Red+Green+Blue) = 226+151+240=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #E297F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297F0 is #1D680F. Grayscale: #B7B7B7. Windows color (decimal): -1927184 or 15767522. OLE color: 15767522.
HSL color Cylindrical-coordinate representation of color #E297F0: hue angle of 290.56º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E297F0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 151 | 240 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.06 |
| HSL | 290.56º | 0.75% | 0.77% | - |
| HSV(B) | 290.56º | 0.37% | 0.94% | - |
| XYZ | 58.16 | 44.59 | 87.98 | - |
| YUV | 183.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 240 | 0.06 | 0.37 | 0 | 0.06 | 290.56 | 0.75 | 0.77 |
| Hex | E2 | 97 | F0 | 6 | 25 | 0 | 6 | 123 | 4B | 4D |
| Octal | 342 | 227 | 360 | 6 | 45 | 0 | 6 | 443 | 113 | 115 |
| Binary | 11100010 | 10010111 | 11110000 | 110 | 100101 | 0 | 110 | 100100011 | 1001011 | 1001101 |
Color Harmonies of #E297F0
Complementary color
Monochromatic Colors of #E297F0
Black with #E297F0
Text Example
Text Example
White with #E297F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297F0; }
p { color: rgb(226,151,240); }
H1.HeaderClassName
{
color: #E297F0;
}
.AnyTagClassName
{
color: #E297F0;
}
</style>
background-color css
<style>
a { background-color: #E297F0; }
a { background-color: rgb(226,151,240); }
div.DivClassName
{
background-color: #E297F0;
}
.BgClassName
{
background-color: #E297F0;
}
</style>
border-color css
<style>
span { border-color: #E297F0; }
span { border-color: rgb(226,151,240); }
td.TdClassName
{
border-color: #E297F0;
}
.TagClassName
{
border-color: #E297F0;
}
</style>