Shades of Plum #EEB0F0
Tints of Plum #EEB0F0
RGB
CMYK
RGB Variations
Color information
#EEB0F0 (or 0xEEB0F0) is known color: Plum. HEX triplet: EE, B0 and F0. RGB value is (238,176,240). Sum of RGB (Red+Green+Blue) = 238+176+240=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEB0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0F0 is #114F0F. Grayscale: #C9C9C9. Windows color (decimal): -1134352 or 15773934. OLE color: 15773934.
HSL color Cylindrical-coordinate representation of color #EEB0F0: hue angle of 298.12º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB0F0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 176 | 240 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.06 |
| HSL | 298.13º | 0.68% | 0.82% | - |
| HSV(B) | 298.13º | 0.27% | 0.94% | - |
| XYZ | 66.51 | 55.52 | 89.65 | - |
| YUV | 201.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 240 | 0.01 | 0.27 | 0 | 0.06 | 298.13 | 0.68 | 0.82 |
| Hex | EE | B0 | F0 | 1 | 1B | 0 | 6 | 12A | 44 | 52 |
| Octal | 356 | 260 | 360 | 1 | 33 | 0 | 6 | 452 | 104 | 122 |
| Binary | 11101110 | 10110000 | 11110000 | 1 | 11011 | 0 | 110 | 100101010 | 1000100 | 1010010 |
Color Harmonies of #EEB0F0
Complementary color
Monochromatic Colors of #EEB0F0
Black with #EEB0F0
Text Example
Text Example
White with #EEB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0F0; }
p { color: rgb(238,176,240); }
H1.HeaderClassName
{
color: #EEB0F0;
}
.AnyTagClassName
{
color: #EEB0F0;
}
</style>
background-color css
<style>
a { background-color: #EEB0F0; }
a { background-color: rgb(238,176,240); }
div.DivClassName
{
background-color: #EEB0F0;
}
.BgClassName
{
background-color: #EEB0F0;
}
</style>
border-color css
<style>
span { border-color: #EEB0F0; }
span { border-color: rgb(238,176,240); }
td.TdClassName
{
border-color: #EEB0F0;
}
.TagClassName
{
border-color: #EEB0F0;
}
</style>