Shades of Kobi #E88CAA
Tints of Kobi #E88CAA
RGB
CMYK
RGB Variations
Color information
#E88CAA (or 0xE88CAA) is known color: Kobi. HEX triplet: E8, 8C and AA. RGB value is (232,140,170). Sum of RGB (Red+Green+Blue) = 232+140+170=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88CAA is #177355. Grayscale: #AAAAAA. Windows color (decimal): -1536854 or 11177192. OLE color: 11177192.
HSL color Cylindrical-coordinate representation of color #E88CAA: hue angle of 340.43º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CAA is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 170 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.09 |
| HSL | 340.43º | 0.67% | 0.73% | - |
| HSV(B) | 340.43º | 0.4% | 0.91% | - |
| XYZ | 49.91 | 38.81 | 42.89 | - |
| YUV | 170.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 170 | 0 | 0.40 | 0.27 | 0.09 | 340.43 | 0.67 | 0.73 |
| Hex | E8 | 8C | AA | 0 | 28 | 1B | 9 | 154 | 43 | 49 |
| Octal | 350 | 214 | 252 | 0 | 50 | 33 | 11 | 524 | 103 | 111 |
| Binary | 11101000 | 10001100 | 10101010 | 0 | 101000 | 11011 | 1001 | 101010100 | 1000011 | 1001001 |
Color Harmonies of #E88CAA
Complementary color
Monochromatic Colors of #E88CAA
Black with #E88CAA
Text Example
Text Example
White with #E88CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CAA; }
p { color: rgb(232,140,170); }
H1.HeaderClassName
{
color: #E88CAA;
}
.AnyTagClassName
{
color: #E88CAA;
}
</style>
background-color css
<style>
a { background-color: #E88CAA; }
a { background-color: rgb(232,140,170); }
div.DivClassName
{
background-color: #E88CAA;
}
.BgClassName
{
background-color: #E88CAA;
}
</style>
border-color css
<style>
span { border-color: #E88CAA; }
span { border-color: rgb(232,140,170); }
td.TdClassName
{
border-color: #E88CAA;
}
.TagClassName
{
border-color: #E88CAA;
}
</style>