Shades of Plum #E297CF
Tints of Plum #E297CF
RGB
CMYK
RGB Variations
Color information
#E297CF (or 0xE297CF) is known color: Plum. HEX triplet: E2, 97 and CF. RGB value is (226,151,207). Sum of RGB (Red+Green+Blue) = 226+151+207=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E297CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297CF is #1D6830. Grayscale: #B3B3B3. Windows color (decimal): -1927217 or 13604834. OLE color: 13604834.
HSL color Cylindrical-coordinate representation of color #E297CF: hue angle of 315.2º 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 #E297CF is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 207 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.11 |
| HSL | 315.2º | 0.56% | 0.74% | - |
| HSV(B) | 315.2º | 0.33% | 0.89% | - |
| XYZ | 53.69 | 42.81 | 64.46 | - |
| YUV | 179.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 207 | 0 | 0.33 | 0.08 | 0.11 | 315.2 | 0.56 | 0.74 |
| Hex | E2 | 97 | CF | 0 | 21 | 8 | B | 13B | 38 | 4A |
| Octal | 342 | 227 | 317 | 0 | 41 | 10 | 13 | 473 | 70 | 112 |
| Binary | 11100010 | 10010111 | 11001111 | 0 | 100001 | 1000 | 1011 | 100111011 | 111000 | 1001010 |
Color Harmonies of #E297CF
Complementary color
Monochromatic Colors of #E297CF
Black with #E297CF
Text Example
Text Example
White with #E297CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297CF; }
p { color: rgb(226,151,207); }
H1.HeaderClassName
{
color: #E297CF;
}
.AnyTagClassName
{
color: #E297CF;
}
</style>
background-color css
<style>
a { background-color: #E297CF; }
a { background-color: rgb(226,151,207); }
div.DivClassName
{
background-color: #E297CF;
}
.BgClassName
{
background-color: #E297CF;
}
</style>
border-color css
<style>
span { border-color: #E297CF; }
span { border-color: rgb(226,151,207); }
td.TdClassName
{
border-color: #E297CF;
}
.TagClassName
{
border-color: #E297CF;
}
</style>