Shades of Plum #EEB0EF
Tints of Plum #EEB0EF
RGB
CMYK
RGB Variations
Color information
#EEB0EF (or 0xEEB0EF) is known color: Plum. HEX triplet: EE, B0 and EF. RGB value is (238,176,239). Sum of RGB (Red+Green+Blue) = 238+176+239=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0EF is #114F10. Grayscale: #C9C9C9. Windows color (decimal): -1134353 or 15708398. OLE color: 15708398.
HSL color Cylindrical-coordinate representation of color #EEB0EF: hue angle of 299.05º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0EF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 176 | 239 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.06 |
| HSL | 299.05º | 0.66% | 0.81% | - |
| HSV(B) | 299.05º | 0.26% | 0.94% | - |
| XYZ | 66.37 | 55.46 | 88.87 | - |
| YUV | 201.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 239 | 0.00 | 0.26 | 0 | 0.06 | 299.05 | 0.66 | 0.81 |
| Hex | EE | B0 | EF | 0 | 1A | 0 | 6 | 12B | 42 | 51 |
| Octal | 356 | 260 | 357 | 0 | 32 | 0 | 6 | 453 | 102 | 121 |
| Binary | 11101110 | 10110000 | 11101111 | 0 | 11010 | 0 | 110 | 100101011 | 1000010 | 1010001 |
Color Harmonies of #EEB0EF
Complementary color
Monochromatic Colors of #EEB0EF
Black with #EEB0EF
Text Example
Text Example
White with #EEB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0EF; }
p { color: rgb(238,176,239); }
H1.HeaderClassName
{
color: #EEB0EF;
}
.AnyTagClassName
{
color: #EEB0EF;
}
</style>
background-color css
<style>
a { background-color: #EEB0EF; }
a { background-color: rgb(238,176,239); }
div.DivClassName
{
background-color: #EEB0EF;
}
.BgClassName
{
background-color: #EEB0EF;
}
</style>
border-color css
<style>
span { border-color: #EEB0EF; }
span { border-color: rgb(238,176,239); }
td.TdClassName
{
border-color: #EEB0EF;
}
.TagClassName
{
border-color: #EEB0EF;
}
</style>