Shades of Plum #E893E4
Tints of Plum #E893E4
RGB
CMYK
RGB Variations
Color information
#E893E4 (or 0xE893E4) is known color: Plum. HEX triplet: E8, 93 and E4. RGB value is (232,147,228). Sum of RGB (Red+Green+Blue) = 232+147+228=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E893E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893E4 is #176C1B. Grayscale: #B5B5B5. Windows color (decimal): -1535004 or 14980072. OLE color: 14980072.
HSL color Cylindrical-coordinate representation of color #E893E4: hue angle of 302.82º 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 #E893E4 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 228 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.09 |
| HSL | 302.82º | 0.65% | 0.74% | - |
| HSV(B) | 302.82º | 0.37% | 0.91% | - |
| XYZ | 57.72 | 43.62 | 78.78 | - |
| YUV | 181.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 228 | 0 | 0.37 | 0.02 | 0.09 | 302.82 | 0.65 | 0.74 |
| Hex | E8 | 93 | E4 | 0 | 25 | 2 | 9 | 12F | 41 | 4A |
| Octal | 350 | 223 | 344 | 0 | 45 | 2 | 11 | 457 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11100100 | 0 | 100101 | 10 | 1001 | 100101111 | 1000001 | 1001010 |
Color Harmonies of #E893E4
Complementary color
Monochromatic Colors of #E893E4
Black with #E893E4
Text Example
Text Example
White with #E893E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893E4; }
p { color: rgb(232,147,228); }
H1.HeaderClassName
{
color: #E893E4;
}
.AnyTagClassName
{
color: #E893E4;
}
</style>
background-color css
<style>
a { background-color: #E893E4; }
a { background-color: rgb(232,147,228); }
div.DivClassName
{
background-color: #E893E4;
}
.BgClassName
{
background-color: #E893E4;
}
</style>
border-color css
<style>
span { border-color: #E893E4; }
span { border-color: rgb(232,147,228); }
td.TdClassName
{
border-color: #E893E4;
}
.TagClassName
{
border-color: #E893E4;
}
</style>