Shades of Kobi #E88DAB
Tints of Kobi #E88DAB
RGB
CMYK
RGB Variations
Color information
#E88DAB (or 0xE88DAB) is known color: Kobi. HEX triplet: E8, 8D and AB. RGB value is (232,141,171). Sum of RGB (Red+Green+Blue) = 232+141+171=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88DAB is #177254. Grayscale: #ABABAB. Windows color (decimal): -1536597 or 11242984. OLE color: 11242984.
HSL color Cylindrical-coordinate representation of color #E88DAB: hue angle of 340.22º 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 #E88DAB is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 171 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.09 |
| HSL | 340.22º | 0.66% | 0.73% | - |
| HSV(B) | 340.22º | 0.39% | 0.91% | - |
| XYZ | 50.15 | 39.15 | 43.44 | - |
| YUV | 171.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 171 | 0 | 0.39 | 0.26 | 0.09 | 340.22 | 0.66 | 0.73 |
| Hex | E8 | 8D | AB | 0 | 27 | 1A | 9 | 154 | 42 | 49 |
| Octal | 350 | 215 | 253 | 0 | 47 | 32 | 11 | 524 | 102 | 111 |
| Binary | 11101000 | 10001101 | 10101011 | 0 | 100111 | 11010 | 1001 | 101010100 | 1000010 | 1001001 |
Color Harmonies of #E88DAB
Complementary color
Monochromatic Colors of #E88DAB
Black with #E88DAB
Text Example
Text Example
White with #E88DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DAB; }
p { color: rgb(232,141,171); }
H1.HeaderClassName
{
color: #E88DAB;
}
.AnyTagClassName
{
color: #E88DAB;
}
</style>
background-color css
<style>
a { background-color: #E88DAB; }
a { background-color: rgb(232,141,171); }
div.DivClassName
{
background-color: #E88DAB;
}
.BgClassName
{
background-color: #E88DAB;
}
</style>
border-color css
<style>
span { border-color: #E88DAB; }
span { border-color: rgb(232,141,171); }
td.TdClassName
{
border-color: #E88DAB;
}
.TagClassName
{
border-color: #E88DAB;
}
</style>