Shades of Plum #E293CF
Tints of Plum #E293CF
RGB
CMYK
RGB Variations
Color information
#E293CF (or 0xE293CF) is known color: Plum. HEX triplet: E2, 93 and CF. RGB value is (226,147,207). Sum of RGB (Red+Green+Blue) = 226+147+207=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E293CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293CF is #1D6C30. Grayscale: #B1B1B1. Windows color (decimal): -1928241 or 13603810. OLE color: 13603810.
HSL color Cylindrical-coordinate representation of color #E293CF: hue angle of 314.43º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E293CF is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 207 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.11 |
| HSL | 314.43º | 0.58% | 0.73% | - |
| HSV(B) | 314.43º | 0.35% | 0.89% | - |
| XYZ | 53.06 | 41.54 | 64.25 | - |
| YUV | 177.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 207 | 0 | 0.35 | 0.08 | 0.11 | 314.43 | 0.58 | 0.73 |
| Hex | E2 | 93 | CF | 0 | 23 | 8 | B | 13A | 3A | 49 |
| Octal | 342 | 223 | 317 | 0 | 43 | 10 | 13 | 472 | 72 | 111 |
| Binary | 11100010 | 10010011 | 11001111 | 0 | 100011 | 1000 | 1011 | 100111010 | 111010 | 1001001 |
Color Harmonies of #E293CF
Complementary color
Monochromatic Colors of #E293CF
Black with #E293CF
Text Example
Text Example
White with #E293CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293CF; }
p { color: rgb(226,147,207); }
H1.HeaderClassName
{
color: #E293CF;
}
.AnyTagClassName
{
color: #E293CF;
}
</style>
background-color css
<style>
a { background-color: #E293CF; }
a { background-color: rgb(226,147,207); }
div.DivClassName
{
background-color: #E293CF;
}
.BgClassName
{
background-color: #E293CF;
}
</style>
border-color css
<style>
span { border-color: #E293CF; }
span { border-color: rgb(226,147,207); }
td.TdClassName
{
border-color: #E293CF;
}
.TagClassName
{
border-color: #E293CF;
}
</style>