Shades of Plum #E0B2EA
Tints of Plum #E0B2EA
RGB
CMYK
RGB Variations
Color information
#E0B2EA (or 0xE0B2EA) is known color: Plum. HEX triplet: E0, B2 and EA. RGB value is (224,178,234). Sum of RGB (Red+Green+Blue) = 224+178+234=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0B2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B2EA is #1F4D15. Grayscale: #C5C5C5. Windows color (decimal): -2051350 or 15381216. OLE color: 15381216.
HSL color Cylindrical-coordinate representation of color #E0B2EA: hue angle of 289.29º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B2EA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 178 | 234 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.08 |
| HSL | 289.29º | 0.57% | 0.81% | - |
| HSV(B) | 289.29º | 0.24% | 0.92% | - |
| XYZ | 61.51 | 53.63 | 84.95 | - |
| YUV | 198.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 234 | 0.04 | 0.24 | 0 | 0.08 | 289.29 | 0.57 | 0.81 |
| Hex | E0 | B2 | EA | 4 | 18 | 0 | 8 | 121 | 39 | 51 |
| Octal | 340 | 262 | 352 | 4 | 30 | 0 | 10 | 441 | 71 | 121 |
| Binary | 11100000 | 10110010 | 11101010 | 100 | 11000 | 0 | 1000 | 100100001 | 111001 | 1010001 |
Color Harmonies of #E0B2EA
Complementary color
Monochromatic Colors of #E0B2EA
Black with #E0B2EA
Text Example
Text Example
White with #E0B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B2EA; }
p { color: rgb(224,178,234); }
H1.HeaderClassName
{
color: #E0B2EA;
}
.AnyTagClassName
{
color: #E0B2EA;
}
</style>
background-color css
<style>
a { background-color: #E0B2EA; }
a { background-color: rgb(224,178,234); }
div.DivClassName
{
background-color: #E0B2EA;
}
.BgClassName
{
background-color: #E0B2EA;
}
</style>
border-color css
<style>
span { border-color: #E0B2EA; }
span { border-color: rgb(224,178,234); }
td.TdClassName
{
border-color: #E0B2EA;
}
.TagClassName
{
border-color: #E0B2EA;
}
</style>