Shades of Kobi #E88DB3
Tints of Kobi #E88DB3
RGB
CMYK
RGB Variations
Color information
#E88DB3 (or 0xE88DB3) is known color: Kobi. HEX triplet: E8, 8D and B3. RGB value is (232,141,179). Sum of RGB (Red+Green+Blue) = 232+141+179=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88DB3 is #17724C. Grayscale: #ACACAC. Windows color (decimal): -1536589 or 11767272. OLE color: 11767272.
HSL color Cylindrical-coordinate representation of color #E88DB3: hue angle of 334.95º 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 #E88DB3 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 179 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.09 |
| HSL | 334.95º | 0.66% | 0.73% | - |
| HSV(B) | 334.95º | 0.39% | 0.91% | - |
| XYZ | 50.94 | 39.46 | 47.58 | - |
| YUV | 172.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 179 | 0 | 0.39 | 0.23 | 0.09 | 334.95 | 0.66 | 0.73 |
| Hex | E8 | 8D | B3 | 0 | 27 | 17 | 9 | 14F | 42 | 49 |
| Octal | 350 | 215 | 263 | 0 | 47 | 27 | 11 | 517 | 102 | 111 |
| Binary | 11101000 | 10001101 | 10110011 | 0 | 100111 | 10111 | 1001 | 101001111 | 1000010 | 1001001 |
Color Harmonies of #E88DB3
Complementary color
Monochromatic Colors of #E88DB3
Black with #E88DB3
Text Example
Text Example
White with #E88DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88DB3; }
p { color: rgb(232,141,179); }
H1.HeaderClassName
{
color: #E88DB3;
}
.AnyTagClassName
{
color: #E88DB3;
}
</style>
background-color css
<style>
a { background-color: #E88DB3; }
a { background-color: rgb(232,141,179); }
div.DivClassName
{
background-color: #E88DB3;
}
.BgClassName
{
background-color: #E88DB3;
}
</style>
border-color css
<style>
span { border-color: #E88DB3; }
span { border-color: rgb(232,141,179); }
td.TdClassName
{
border-color: #E88DB3;
}
.TagClassName
{
border-color: #E88DB3;
}
</style>