Shades of Plum #E892E0
Tints of Plum #E892E0
RGB
CMYK
RGB Variations
Color information
#E892E0 (or 0xE892E0) is known color: Plum. HEX triplet: E8, 92 and E0. RGB value is (232,146,224). Sum of RGB (Red+Green+Blue) = 232+146+224=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E892E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892E0 is #176D1F. Grayscale: #B4B4B4. Windows color (decimal): -1535264 or 14717672. OLE color: 14717672.
HSL color Cylindrical-coordinate representation of color #E892E0: hue angle of 305.58º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E892E0 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 224 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.09 |
| HSL | 305.58º | 0.65% | 0.74% | - |
| HSV(B) | 305.58º | 0.37% | 0.91% | - |
| XYZ | 57.01 | 43.1 | 75.83 | - |
| YUV | 180.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 224 | 0 | 0.37 | 0.03 | 0.09 | 305.58 | 0.65 | 0.74 |
| Hex | E8 | 92 | E0 | 0 | 25 | 3 | 9 | 132 | 41 | 4A |
| Octal | 350 | 222 | 340 | 0 | 45 | 3 | 11 | 462 | 101 | 112 |
| Binary | 11101000 | 10010010 | 11100000 | 0 | 100101 | 11 | 1001 | 100110010 | 1000001 | 1001010 |
Color Harmonies of #E892E0
Complementary color
Monochromatic Colors of #E892E0
Black with #E892E0
Text Example
Text Example
White with #E892E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E892E0; }
p { color: rgb(232,146,224); }
H1.HeaderClassName
{
color: #E892E0;
}
.AnyTagClassName
{
color: #E892E0;
}
</style>
background-color css
<style>
a { background-color: #E892E0; }
a { background-color: rgb(232,146,224); }
div.DivClassName
{
background-color: #E892E0;
}
.BgClassName
{
background-color: #E892E0;
}
</style>
border-color css
<style>
span { border-color: #E892E0; }
span { border-color: rgb(232,146,224); }
td.TdClassName
{
border-color: #E892E0;
}
.TagClassName
{
border-color: #E892E0;
}
</style>