Shades of Plum #E69FE0
Tints of Plum #E69FE0
RGB
CMYK
RGB Variations
Color information
#E69FE0 (or 0xE69FE0) is known color: Plum. HEX triplet: E6, 9F and E0. RGB value is (230,159,224). Sum of RGB (Red+Green+Blue) = 230+159+224=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FE0 is #19601F. Grayscale: #BBBBBB. Windows color (decimal): -1663008 or 14720998. OLE color: 14720998.
HSL color Cylindrical-coordinate representation of color #E69FE0: hue angle of 305.07º 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 #E69FE0 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 224 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.10 |
| HSL | 305.07º | 0.59% | 0.76% | - |
| HSV(B) | 305.07º | 0.31% | 0.9% | - |
| XYZ | 58.49 | 47 | 76.51 | - |
| YUV | 187.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 224 | 0 | 0.31 | 0.03 | 0.10 | 305.07 | 0.59 | 0.76 |
| Hex | E6 | 9F | E0 | 0 | 1F | 3 | A | 131 | 3B | 4C |
| Octal | 346 | 237 | 340 | 0 | 37 | 3 | 12 | 461 | 73 | 114 |
| Binary | 11100110 | 10011111 | 11100000 | 0 | 11111 | 11 | 1010 | 100110001 | 111011 | 1001100 |
Color Harmonies of #E69FE0
Complementary color
Monochromatic Colors of #E69FE0
Black with #E69FE0
Text Example
Text Example
White with #E69FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FE0; }
p { color: rgb(230,159,224); }
H1.HeaderClassName
{
color: #E69FE0;
}
.AnyTagClassName
{
color: #E69FE0;
}
</style>
background-color css
<style>
a { background-color: #E69FE0; }
a { background-color: rgb(230,159,224); }
div.DivClassName
{
background-color: #E69FE0;
}
.BgClassName
{
background-color: #E69FE0;
}
</style>
border-color css
<style>
span { border-color: #E69FE0; }
span { border-color: rgb(230,159,224); }
td.TdClassName
{
border-color: #E69FE0;
}
.TagClassName
{
border-color: #E69FE0;
}
</style>