Shades of Plum #E28CCF
Tints of Plum #E28CCF
RGB
CMYK
RGB Variations
Color information
#E28CCF (or 0xE28CCF) is known color: Plum. HEX triplet: E2, 8C and CF. RGB value is (226,140,207). Sum of RGB (Red+Green+Blue) = 226+140+207=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CCF is #1D7330. Grayscale: #ADADAD. Windows color (decimal): -1930033 or 13602018. OLE color: 13602018.
HSL color Cylindrical-coordinate representation of color #E28CCF: hue angle of 313.26º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28CCF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 207 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.11 |
| HSL | 313.26º | 0.6% | 0.72% | - |
| HSV(B) | 313.26º | 0.38% | 0.89% | - |
| XYZ | 52 | 39.43 | 63.9 | - |
| YUV | 173.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 207 | 0 | 0.38 | 0.08 | 0.11 | 313.26 | 0.6 | 0.72 |
| Hex | E2 | 8C | CF | 0 | 26 | 8 | B | 139 | 3C | 48 |
| Octal | 342 | 214 | 317 | 0 | 46 | 10 | 13 | 471 | 74 | 110 |
| Binary | 11100010 | 10001100 | 11001111 | 0 | 100110 | 1000 | 1011 | 100111001 | 111100 | 1001000 |
Color Harmonies of #E28CCF
Complementary color
Monochromatic Colors of #E28CCF
Black with #E28CCF
Text Example
Text Example
White with #E28CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CCF; }
p { color: rgb(226,140,207); }
H1.HeaderClassName
{
color: #E28CCF;
}
.AnyTagClassName
{
color: #E28CCF;
}
</style>
background-color css
<style>
a { background-color: #E28CCF; }
a { background-color: rgb(226,140,207); }
div.DivClassName
{
background-color: #E28CCF;
}
.BgClassName
{
background-color: #E28CCF;
}
</style>
border-color css
<style>
span { border-color: #E28CCF; }
span { border-color: rgb(226,140,207); }
td.TdClassName
{
border-color: #E28CCF;
}
.TagClassName
{
border-color: #E28CCF;
}
</style>