Shades of Plum #E69FE5
Tints of Plum #E69FE5
RGB
CMYK
RGB Variations
Color information
#E69FE5 (or 0xE69FE5) is known color: Plum. HEX triplet: E6, 9F and E5. RGB value is (230,159,229). Sum of RGB (Red+Green+Blue) = 230+159+229=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FE5 is #19601A. Grayscale: #BCBCBC. Windows color (decimal): -1663003 or 15048678. OLE color: 15048678.
HSL color Cylindrical-coordinate representation of color #E69FE5: hue angle of 300.85º 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 #E69FE5 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 229 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.10 |
| HSL | 300.85º | 0.59% | 0.76% | - |
| HSV(B) | 300.85º | 0.31% | 0.9% | - |
| XYZ | 59.17 | 47.28 | 80.14 | - |
| YUV | 188.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 229 | 0 | 0.31 | 0.00 | 0.10 | 300.85 | 0.59 | 0.76 |
| Hex | E6 | 9F | E5 | 0 | 1F | 0 | A | 12D | 3B | 4C |
| Octal | 346 | 237 | 345 | 0 | 37 | 0 | 12 | 455 | 73 | 114 |
| Binary | 11100110 | 10011111 | 11100101 | 0 | 11111 | 0 | 1010 | 100101101 | 111011 | 1001100 |
Color Harmonies of #E69FE5
Complementary color
Monochromatic Colors of #E69FE5
Black with #E69FE5
Text Example
Text Example
White with #E69FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FE5; }
p { color: rgb(230,159,229); }
H1.HeaderClassName
{
color: #E69FE5;
}
.AnyTagClassName
{
color: #E69FE5;
}
</style>
background-color css
<style>
a { background-color: #E69FE5; }
a { background-color: rgb(230,159,229); }
div.DivClassName
{
background-color: #E69FE5;
}
.BgClassName
{
background-color: #E69FE5;
}
</style>
border-color css
<style>
span { border-color: #E69FE5; }
span { border-color: rgb(230,159,229); }
td.TdClassName
{
border-color: #E69FE5;
}
.TagClassName
{
border-color: #E69FE5;
}
</style>