Shades of Plum #E298CF
Tints of Plum #E298CF
RGB
CMYK
RGB Variations
Color information
#E298CF (or 0xE298CF) is known color: Plum. HEX triplet: E2, 98 and CF. RGB value is (226,152,207). Sum of RGB (Red+Green+Blue) = 226+152+207=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E298CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298CF is #1D6730. Grayscale: #B4B4B4. Windows color (decimal): -1926961 or 13605090. OLE color: 13605090.
HSL color Cylindrical-coordinate representation of color #E298CF: hue angle of 315.41º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298CF is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 207 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.11 |
| HSL | 315.41º | 0.56% | 0.74% | - |
| HSV(B) | 315.41º | 0.33% | 0.89% | - |
| XYZ | 53.85 | 43.13 | 64.52 | - |
| YUV | 180.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 207 | 0 | 0.33 | 0.08 | 0.11 | 315.41 | 0.56 | 0.74 |
| Hex | E2 | 98 | CF | 0 | 21 | 8 | B | 13B | 38 | 4A |
| Octal | 342 | 230 | 317 | 0 | 41 | 10 | 13 | 473 | 70 | 112 |
| Binary | 11100010 | 10011000 | 11001111 | 0 | 100001 | 1000 | 1011 | 100111011 | 111000 | 1001010 |
Color Harmonies of #E298CF
Complementary color
Monochromatic Colors of #E298CF
Black with #E298CF
Text Example
Text Example
White with #E298CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298CF; }
p { color: rgb(226,152,207); }
H1.HeaderClassName
{
color: #E298CF;
}
.AnyTagClassName
{
color: #E298CF;
}
</style>
background-color css
<style>
a { background-color: #E298CF; }
a { background-color: rgb(226,152,207); }
div.DivClassName
{
background-color: #E298CF;
}
.BgClassName
{
background-color: #E298CF;
}
</style>
border-color css
<style>
span { border-color: #E298CF; }
span { border-color: rgb(226,152,207); }
td.TdClassName
{
border-color: #E298CF;
}
.TagClassName
{
border-color: #E298CF;
}
</style>