Shades of Kobi #E88EAC
Tints of Kobi #E88EAC
RGB
CMYK
RGB Variations
Color information
#E88EAC (or 0xE88EAC) is known color: Kobi. HEX triplet: E8, 8E and AC. RGB value is (232,142,172). Sum of RGB (Red+Green+Blue) = 232+142+172=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E88EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88EAC is #177153. Grayscale: #ACACAC. Windows color (decimal): -1536340 or 11308776. OLE color: 11308776.
HSL color Cylindrical-coordinate representation of color #E88EAC: hue angle of 340º 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 #E88EAC is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 142 | 172 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.09 |
| HSL | 340º | 0.66% | 0.73% | - |
| HSV(B) | 340º | 0.39% | 0.91% | - |
| XYZ | 50.4 | 39.48 | 43.99 | - |
| YUV | 172.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 142 | 172 | 0 | 0.39 | 0.26 | 0.09 | 340 | 0.66 | 0.73 |
| Hex | E8 | 8E | AC | 0 | 27 | 1A | 9 | 154 | 42 | 49 |
| Octal | 350 | 216 | 254 | 0 | 47 | 32 | 11 | 524 | 102 | 111 |
| Binary | 11101000 | 10001110 | 10101100 | 0 | 100111 | 11010 | 1001 | 101010100 | 1000010 | 1001001 |
Color Harmonies of #E88EAC
Complementary color
Monochromatic Colors of #E88EAC
Black with #E88EAC
Text Example
Text Example
White with #E88EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88EAC; }
p { color: rgb(232,142,172); }
H1.HeaderClassName
{
color: #E88EAC;
}
.AnyTagClassName
{
color: #E88EAC;
}
</style>
background-color css
<style>
a { background-color: #E88EAC; }
a { background-color: rgb(232,142,172); }
div.DivClassName
{
background-color: #E88EAC;
}
.BgClassName
{
background-color: #E88EAC;
}
</style>
border-color css
<style>
span { border-color: #E88EAC; }
span { border-color: rgb(232,142,172); }
td.TdClassName
{
border-color: #E88EAC;
}
.TagClassName
{
border-color: #E88EAC;
}
</style>