Shades of Plum #E19CCF
Tints of Plum #E19CCF
RGB
CMYK
RGB Variations
Color information
#E19CCF (or 0xE19CCF) is known color: Plum. HEX triplet: E1, 9C and CF. RGB value is (225,156,207). Sum of RGB (Red+Green+Blue) = 225+156+207=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CCF is #1E6330. Grayscale: #B6B6B6. Windows color (decimal): -1991473 or 13606113. OLE color: 13606113.
HSL color Cylindrical-coordinate representation of color #E19CCF: hue angle of 315.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CCF is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 207 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.12 |
| HSL | 315.65º | 0.53% | 0.75% | - |
| HSV(B) | 315.65º | 0.31% | 0.88% | - |
| XYZ | 54.2 | 44.29 | 64.72 | - |
| YUV | 182.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 207 | 0 | 0.31 | 0.08 | 0.12 | 315.65 | 0.53 | 0.75 |
| Hex | E1 | 9C | CF | 0 | 1F | 8 | C | 13C | 35 | 4B |
| Octal | 341 | 234 | 317 | 0 | 37 | 10 | 14 | 474 | 65 | 113 |
| Binary | 11100001 | 10011100 | 11001111 | 0 | 11111 | 1000 | 1100 | 100111100 | 110101 | 1001011 |
Color Harmonies of #E19CCF
Complementary color
Monochromatic Colors of #E19CCF
Black with #E19CCF
Text Example
Text Example
White with #E19CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CCF; }
p { color: rgb(225,156,207); }
H1.HeaderClassName
{
color: #E19CCF;
}
.AnyTagClassName
{
color: #E19CCF;
}
</style>
background-color css
<style>
a { background-color: #E19CCF; }
a { background-color: rgb(225,156,207); }
div.DivClassName
{
background-color: #E19CCF;
}
.BgClassName
{
background-color: #E19CCF;
}
</style>
border-color css
<style>
span { border-color: #E19CCF; }
span { border-color: rgb(225,156,207); }
td.TdClassName
{
border-color: #E19CCF;
}
.TagClassName
{
border-color: #E19CCF;
}
</style>