Shades of Plum #E0B1E4
Tints of Plum #E0B1E4
RGB
CMYK
RGB Variations
Color information
#E0B1E4 (or 0xE0B1E4) is known color: Plum. HEX triplet: E0, B1 and E4. RGB value is (224,177,228). Sum of RGB (Red+Green+Blue) = 224+177+228=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0B1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B1E4 is #1F4E1B. Grayscale: #C4C4C4. Windows color (decimal): -2051612 or 14987744. OLE color: 14987744.
HSL color Cylindrical-coordinate representation of color #E0B1E4: hue angle of 295.29º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0B1E4 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 177 | 228 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.11 |
| HSL | 295.29º | 0.49% | 0.79% | - |
| HSV(B) | 295.29º | 0.22% | 0.89% | - |
| XYZ | 60.47 | 52.89 | 80.42 | - |
| YUV | 196.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 228 | 0.02 | 0.22 | 0 | 0.11 | 295.29 | 0.49 | 0.79 |
| Hex | E0 | B1 | E4 | 2 | 16 | 0 | B | 127 | 31 | 4F |
| Octal | 340 | 261 | 344 | 2 | 26 | 0 | 13 | 447 | 61 | 117 |
| Binary | 11100000 | 10110001 | 11100100 | 10 | 10110 | 0 | 1011 | 100100111 | 110001 | 1001111 |
Color Harmonies of #E0B1E4
Complementary color
Monochromatic Colors of #E0B1E4
Black with #E0B1E4
Text Example
Text Example
White with #E0B1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B1E4; }
p { color: rgb(224,177,228); }
H1.HeaderClassName
{
color: #E0B1E4;
}
.AnyTagClassName
{
color: #E0B1E4;
}
</style>
background-color css
<style>
a { background-color: #E0B1E4; }
a { background-color: rgb(224,177,228); }
div.DivClassName
{
background-color: #E0B1E4;
}
.BgClassName
{
background-color: #E0B1E4;
}
</style>
border-color css
<style>
span { border-color: #E0B1E4; }
span { border-color: rgb(224,177,228); }
td.TdClassName
{
border-color: #E0B1E4;
}
.TagClassName
{
border-color: #E0B1E4;
}
</style>