Shades of Plum #E59AF3
Tints of Plum #E59AF3
RGB
CMYK
RGB Variations
Color information
#E59AF3 (or 0xE59AF3) is known color: Plum. HEX triplet: E5, 9A and F3. RGB value is (229,154,243). Sum of RGB (Red+Green+Blue) = 229+154+243=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #E59AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AF3 is #1A650C. Grayscale: #BABABA. Windows color (decimal): -1729805 or 15964901. OLE color: 15964901.
HSL color Cylindrical-coordinate representation of color #E59AF3: hue angle of 290.56º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E59AF3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 154 | 243 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.05 |
| HSL | 290.56º | 0.79% | 0.78% | - |
| HSV(B) | 290.56º | 0.37% | 0.95% | - |
| XYZ | 60.05 | 46.24 | 90.55 | - |
| YUV | 186.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 243 | 0.06 | 0.37 | 0 | 0.05 | 290.56 | 0.79 | 0.78 |
| Hex | E5 | 9A | F3 | 6 | 25 | 0 | 5 | 123 | 4F | 4E |
| Octal | 345 | 232 | 363 | 6 | 45 | 0 | 5 | 443 | 117 | 116 |
| Binary | 11100101 | 10011010 | 11110011 | 110 | 100101 | 0 | 101 | 100100011 | 1001111 | 1001110 |
Color Harmonies of #E59AF3
Complementary color
Monochromatic Colors of #E59AF3
Black with #E59AF3
Text Example
Text Example
White with #E59AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AF3; }
p { color: rgb(229,154,243); }
H1.HeaderClassName
{
color: #E59AF3;
}
.AnyTagClassName
{
color: #E59AF3;
}
</style>
background-color css
<style>
a { background-color: #E59AF3; }
a { background-color: rgb(229,154,243); }
div.DivClassName
{
background-color: #E59AF3;
}
.BgClassName
{
background-color: #E59AF3;
}
</style>
border-color css
<style>
span { border-color: #E59AF3; }
span { border-color: rgb(229,154,243); }
td.TdClassName
{
border-color: #E59AF3;
}
.TagClassName
{
border-color: #E59AF3;
}
</style>