Shades of Plum #E59BF4
Tints of Plum #E59BF4
RGB
CMYK
RGB Variations
Color information
#E59BF4 (or 0xE59BF4) is known color: Plum. HEX triplet: E5, 9B and F4. RGB value is (229,155,244). Sum of RGB (Red+Green+Blue) = 229+155+244=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #E59BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BF4 is #1A640B. Grayscale: #BABABA. Windows color (decimal): -1729548 or 16030693. OLE color: 16030693.
HSL color Cylindrical-coordinate representation of color #E59BF4: hue angle of 289.89º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59BF4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 155 | 244 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.04 |
| HSL | 289.89º | 0.8% | 0.78% | - |
| HSV(B) | 289.89º | 0.36% | 0.96% | - |
| XYZ | 60.36 | 46.63 | 91.41 | - |
| YUV | 187.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 244 | 0.06 | 0.36 | 0 | 0.04 | 289.89 | 0.8 | 0.78 |
| Hex | E5 | 9B | F4 | 6 | 24 | 0 | 4 | 122 | 50 | 4E |
| Octal | 345 | 233 | 364 | 6 | 44 | 0 | 4 | 442 | 120 | 116 |
| Binary | 11100101 | 10011011 | 11110100 | 110 | 100100 | 0 | 100 | 100100010 | 1010000 | 1001110 |
Color Harmonies of #E59BF4
Complementary color
Monochromatic Colors of #E59BF4
Black with #E59BF4
Text Example
Text Example
White with #E59BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BF4; }
p { color: rgb(229,155,244); }
H1.HeaderClassName
{
color: #E59BF4;
}
.AnyTagClassName
{
color: #E59BF4;
}
</style>
background-color css
<style>
a { background-color: #E59BF4; }
a { background-color: rgb(229,155,244); }
div.DivClassName
{
background-color: #E59BF4;
}
.BgClassName
{
background-color: #E59BF4;
}
</style>
border-color css
<style>
span { border-color: #E59BF4; }
span { border-color: rgb(229,155,244); }
td.TdClassName
{
border-color: #E59BF4;
}
.TagClassName
{
border-color: #E59BF4;
}
</style>