Shades of Plum #E994E4
Tints of Plum #E994E4
RGB
CMYK
RGB Variations
Color information
#E994E4 (or 0xE994E4) is known color: Plum. HEX triplet: E9, 94 and E4. RGB value is (233,148,228). Sum of RGB (Red+Green+Blue) = 233+148+228=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E994E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994E4 is #166B1B. Grayscale: #B6B6B6. Windows color (decimal): -1469212 or 14980329. OLE color: 14980329.
HSL color Cylindrical-coordinate representation of color #E994E4: hue angle of 303.53º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E994E4 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 228 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.09 |
| HSL | 303.53º | 0.66% | 0.75% | - |
| HSV(B) | 303.53º | 0.36% | 0.91% | - |
| XYZ | 58.2 | 44.1 | 78.84 | - |
| YUV | 182.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 228 | 0 | 0.36 | 0.02 | 0.09 | 303.53 | 0.66 | 0.75 |
| Hex | E9 | 94 | E4 | 0 | 24 | 2 | 9 | 130 | 42 | 4B |
| Octal | 351 | 224 | 344 | 0 | 44 | 2 | 11 | 460 | 102 | 113 |
| Binary | 11101001 | 10010100 | 11100100 | 0 | 100100 | 10 | 1001 | 100110000 | 1000010 | 1001011 |
Color Harmonies of #E994E4
Complementary color
Monochromatic Colors of #E994E4
Black with #E994E4
Text Example
Text Example
White with #E994E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994E4; }
p { color: rgb(233,148,228); }
H1.HeaderClassName
{
color: #E994E4;
}
.AnyTagClassName
{
color: #E994E4;
}
</style>
background-color css
<style>
a { background-color: #E994E4; }
a { background-color: rgb(233,148,228); }
div.DivClassName
{
background-color: #E994E4;
}
.BgClassName
{
background-color: #E994E4;
}
</style>
border-color css
<style>
span { border-color: #E994E4; }
span { border-color: rgb(233,148,228); }
td.TdClassName
{
border-color: #E994E4;
}
.TagClassName
{
border-color: #E994E4;
}
</style>