Shades of Plum #E08FE3
Tints of Plum #E08FE3
RGB
CMYK
RGB Variations
Color information
#E08FE3 (or 0xE08FE3) is known color: Plum. HEX triplet: E0, 8F and E3. RGB value is (224,143,227). Sum of RGB (Red+Green+Blue) = 224+143+227=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #E08FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FE3 is #1F701C. Grayscale: #B0B0B0. Windows color (decimal): -2060317 or 14913504. OLE color: 14913504.
HSL color Cylindrical-coordinate representation of color #E08FE3: hue angle of 297.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08FE3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 143 | 227 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.11 |
| HSL | 297.86º | 0.6% | 0.73% | - |
| HSV(B) | 297.86º | 0.37% | 0.89% | - |
| XYZ | 54.43 | 41.04 | 77.73 | - |
| YUV | 176.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 227 | 0.01 | 0.37 | 0 | 0.11 | 297.86 | 0.6 | 0.73 |
| Hex | E0 | 8F | E3 | 1 | 25 | 0 | B | 12A | 3C | 49 |
| Octal | 340 | 217 | 343 | 1 | 45 | 0 | 13 | 452 | 74 | 111 |
| Binary | 11100000 | 10001111 | 11100011 | 1 | 100101 | 0 | 1011 | 100101010 | 111100 | 1001001 |
Color Harmonies of #E08FE3
Complementary color
Monochromatic Colors of #E08FE3
Black with #E08FE3
Text Example
Text Example
White with #E08FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FE3; }
p { color: rgb(224,143,227); }
H1.HeaderClassName
{
color: #E08FE3;
}
.AnyTagClassName
{
color: #E08FE3;
}
</style>
background-color css
<style>
a { background-color: #E08FE3; }
a { background-color: rgb(224,143,227); }
div.DivClassName
{
background-color: #E08FE3;
}
.BgClassName
{
background-color: #E08FE3;
}
</style>
border-color css
<style>
span { border-color: #E08FE3; }
span { border-color: rgb(224,143,227); }
td.TdClassName
{
border-color: #E08FE3;
}
.TagClassName
{
border-color: #E08FE3;
}
</style>