Shades of Plum #EEB1F1
Tints of Plum #EEB1F1
RGB
CMYK
RGB Variations
Color information
#EEB1F1 (or 0xEEB1F1) is known color: Plum. HEX triplet: EE, B1 and F1. RGB value is (238,177,241). Sum of RGB (Red+Green+Blue) = 238+177+241=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEB1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1F1 is #114E0E. Grayscale: #CACACA. Windows color (decimal): -1134095 or 15839726. OLE color: 15839726.
HSL color Cylindrical-coordinate representation of color #EEB1F1: hue angle of 297.19º 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 #EEB1F1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 177 | 241 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.05 |
| HSL | 297.19º | 0.7% | 0.82% | - |
| HSV(B) | 297.19º | 0.27% | 0.95% | - |
| XYZ | 66.86 | 55.97 | 90.5 | - |
| YUV | 202.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 241 | 0.01 | 0.27 | 0 | 0.05 | 297.19 | 0.7 | 0.82 |
| Hex | EE | B1 | F1 | 1 | 1B | 0 | 5 | 129 | 46 | 52 |
| Octal | 356 | 261 | 361 | 1 | 33 | 0 | 5 | 451 | 106 | 122 |
| Binary | 11101110 | 10110001 | 11110001 | 1 | 11011 | 0 | 101 | 100101001 | 1000110 | 1010010 |
Color Harmonies of #EEB1F1
Complementary color
Monochromatic Colors of #EEB1F1
Black with #EEB1F1
Text Example
Text Example
White with #EEB1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1F1; }
p { color: rgb(238,177,241); }
H1.HeaderClassName
{
color: #EEB1F1;
}
.AnyTagClassName
{
color: #EEB1F1;
}
</style>
background-color css
<style>
a { background-color: #EEB1F1; }
a { background-color: rgb(238,177,241); }
div.DivClassName
{
background-color: #EEB1F1;
}
.BgClassName
{
background-color: #EEB1F1;
}
</style>
border-color css
<style>
span { border-color: #EEB1F1; }
span { border-color: rgb(238,177,241); }
td.TdClassName
{
border-color: #EEB1F1;
}
.TagClassName
{
border-color: #EEB1F1;
}
</style>