Shades of Plum #E69AE1
Tints of Plum #E69AE1
RGB
CMYK
RGB Variations
Color information
#E69AE1 (or 0xE69AE1) is known color: Plum. HEX triplet: E6, 9A and E1. RGB value is (230,154,225). Sum of RGB (Red+Green+Blue) = 230+154+225=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AE1 is #19651E. Grayscale: #B8B8B8. Windows color (decimal): -1664287 or 14785254. OLE color: 14785254.
HSL color Cylindrical-coordinate representation of color #E69AE1: hue angle of 303.95º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69AE1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 225 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.10 |
| HSL | 303.95º | 0.6% | 0.75% | - |
| HSV(B) | 303.95º | 0.33% | 0.9% | - |
| XYZ | 57.78 | 45.37 | 76.95 | - |
| YUV | 184.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 225 | 0 | 0.33 | 0.02 | 0.10 | 303.95 | 0.6 | 0.75 |
| Hex | E6 | 9A | E1 | 0 | 21 | 2 | A | 130 | 3C | 4B |
| Octal | 346 | 232 | 341 | 0 | 41 | 2 | 12 | 460 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11100001 | 0 | 100001 | 10 | 1010 | 100110000 | 111100 | 1001011 |
Color Harmonies of #E69AE1
Complementary color
Monochromatic Colors of #E69AE1
Black with #E69AE1
Text Example
Text Example
White with #E69AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69AE1; }
p { color: rgb(230,154,225); }
H1.HeaderClassName
{
color: #E69AE1;
}
.AnyTagClassName
{
color: #E69AE1;
}
</style>
background-color css
<style>
a { background-color: #E69AE1; }
a { background-color: rgb(230,154,225); }
div.DivClassName
{
background-color: #E69AE1;
}
.BgClassName
{
background-color: #E69AE1;
}
</style>
border-color css
<style>
span { border-color: #E69AE1; }
span { border-color: rgb(230,154,225); }
td.TdClassName
{
border-color: #E69AE1;
}
.TagClassName
{
border-color: #E69AE1;
}
</style>