Shades of Kobi #E88DB1
Tints of Kobi #E88DB1
RGB
CMYK
RGB Variations
Color information
#E88DB1 (or 0xE88DB1) is known color: Kobi. HEX triplet: E8, 8D and B1. RGB value is (232,141,177). Sum of RGB (Red+Green+Blue) = 232+141+177=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88DB1 is #17724E. Grayscale: #ACACAC. Windows color (decimal): -1536591 or 11636200. OLE color: 11636200.
HSL color Cylindrical-coordinate representation of color #E88DB1: hue angle of 336.26º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E88DB1 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 177 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.09 |
| HSL | 336.26º | 0.66% | 0.73% | - |
| HSV(B) | 336.26º | 0.39% | 0.91% | - |
| XYZ | 50.74 | 39.38 | 46.52 | - |
| YUV | 172.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 177 | 0 | 0.39 | 0.24 | 0.09 | 336.26 | 0.66 | 0.73 |
| Hex | E8 | 8D | B1 | 0 | 27 | 18 | 9 | 150 | 42 | 49 |
| Octal | 350 | 215 | 261 | 0 | 47 | 30 | 11 | 520 | 102 | 111 |
| Binary | 11101000 | 10001101 | 10110001 | 0 | 100111 | 11000 | 1001 | 101010000 | 1000010 | 1001001 |
Color Harmonies of #E88DB1
Complementary color
Monochromatic Colors of #E88DB1
Black with #E88DB1
Text Example
Text Example
White with #E88DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DB1; }
p { color: rgb(232,141,177); }
H1.HeaderClassName
{
color: #E88DB1;
}
.AnyTagClassName
{
color: #E88DB1;
}
</style>
background-color css
<style>
a { background-color: #E88DB1; }
a { background-color: rgb(232,141,177); }
div.DivClassName
{
background-color: #E88DB1;
}
.BgClassName
{
background-color: #E88DB1;
}
</style>
border-color css
<style>
span { border-color: #E88DB1; }
span { border-color: rgb(232,141,177); }
td.TdClassName
{
border-color: #E88DB1;
}
.TagClassName
{
border-color: #E88DB1;
}
</style>