Shades of Plum #E69FE4
Tints of Plum #E69FE4
RGB
CMYK
RGB Variations
Color information
#E69FE4 (or 0xE69FE4) is known color: Plum. HEX triplet: E6, 9F and E4. RGB value is (230,159,228). Sum of RGB (Red+Green+Blue) = 230+159+228=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FE4 is #19601B. Grayscale: #BBBBBB. Windows color (decimal): -1663004 or 14983142. OLE color: 14983142.
HSL color Cylindrical-coordinate representation of color #E69FE4: hue angle of 301.69º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FE4 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 228 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.10 |
| HSL | 301.69º | 0.59% | 0.76% | - |
| HSV(B) | 301.69º | 0.31% | 0.9% | - |
| XYZ | 59.03 | 47.22 | 79.4 | - |
| YUV | 188.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 228 | 0 | 0.31 | 0.01 | 0.10 | 301.69 | 0.59 | 0.76 |
| Hex | E6 | 9F | E4 | 0 | 1F | 1 | A | 12E | 3B | 4C |
| Octal | 346 | 237 | 344 | 0 | 37 | 1 | 12 | 456 | 73 | 114 |
| Binary | 11100110 | 10011111 | 11100100 | 0 | 11111 | 1 | 1010 | 100101110 | 111011 | 1001100 |
Color Harmonies of #E69FE4
Complementary color
Monochromatic Colors of #E69FE4
Black with #E69FE4
Text Example
Text Example
White with #E69FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FE4; }
p { color: rgb(230,159,228); }
H1.HeaderClassName
{
color: #E69FE4;
}
.AnyTagClassName
{
color: #E69FE4;
}
</style>
background-color css
<style>
a { background-color: #E69FE4; }
a { background-color: rgb(230,159,228); }
div.DivClassName
{
background-color: #E69FE4;
}
.BgClassName
{
background-color: #E69FE4;
}
</style>
border-color css
<style>
span { border-color: #E69FE4; }
span { border-color: rgb(230,159,228); }
td.TdClassName
{
border-color: #E69FE4;
}
.TagClassName
{
border-color: #E69FE4;
}
</style>