Shades of Plum #EBB0F1
Tints of Plum #EBB0F1
RGB
CMYK
RGB Variations
Color information
#EBB0F1 (or 0xEBB0F1) is known color: Plum. HEX triplet: EB, B0 and F1. RGB value is (235,176,241). Sum of RGB (Red+Green+Blue) = 235+176+241=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBB0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0F1 is #144F0E. Grayscale: #C8C8C8. Windows color (decimal): -1330959 or 15839467. OLE color: 15839467.
HSL color Cylindrical-coordinate representation of color #EBB0F1: hue angle of 294.46º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB0F1 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 176 | 241 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.05 |
| HSL | 294.46º | 0.7% | 0.82% | - |
| HSV(B) | 294.46º | 0.27% | 0.95% | - |
| XYZ | 65.66 | 55.06 | 90.39 | - |
| YUV | 201.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 241 | 0.02 | 0.27 | 0 | 0.05 | 294.46 | 0.7 | 0.82 |
| Hex | EB | B0 | F1 | 2 | 1B | 0 | 5 | 126 | 46 | 52 |
| Octal | 353 | 260 | 361 | 2 | 33 | 0 | 5 | 446 | 106 | 122 |
| Binary | 11101011 | 10110000 | 11110001 | 10 | 11011 | 0 | 101 | 100100110 | 1000110 | 1010010 |
Color Harmonies of #EBB0F1
Complementary color
Monochromatic Colors of #EBB0F1
Black with #EBB0F1
Text Example
Text Example
White with #EBB0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0F1; }
p { color: rgb(235,176,241); }
H1.HeaderClassName
{
color: #EBB0F1;
}
.AnyTagClassName
{
color: #EBB0F1;
}
</style>
background-color css
<style>
a { background-color: #EBB0F1; }
a { background-color: rgb(235,176,241); }
div.DivClassName
{
background-color: #EBB0F1;
}
.BgClassName
{
background-color: #EBB0F1;
}
</style>
border-color css
<style>
span { border-color: #EBB0F1; }
span { border-color: rgb(235,176,241); }
td.TdClassName
{
border-color: #EBB0F1;
}
.TagClassName
{
border-color: #EBB0F1;
}
</style>