Shades of Kobi #E788A8
Tints of Kobi #E788A8
RGB
CMYK
RGB Variations
Color information
#E788A8 (or 0xE788A8) is known color: Kobi. HEX triplet: E7, 88 and A8. RGB value is (231,136,168). Sum of RGB (Red+Green+Blue) = 231+136+168=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E788A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E788A8 is #187757. Grayscale: #A8A8A8. Windows color (decimal): -1603416 or 11045095. OLE color: 11045095.
HSL color Cylindrical-coordinate representation of color #E788A8: hue angle of 339.79º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E788A8 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 168 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.09 |
| HSL | 339.79º | 0.66% | 0.72% | - |
| HSV(B) | 339.79º | 0.41% | 0.91% | - |
| XYZ | 48.83 | 37.42 | 41.7 | - |
| YUV | 168.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 168 | 0 | 0.41 | 0.27 | 0.09 | 339.79 | 0.66 | 0.72 |
| Hex | E7 | 88 | A8 | 0 | 29 | 1B | 9 | 154 | 42 | 48 |
| Octal | 347 | 210 | 250 | 0 | 51 | 33 | 11 | 524 | 102 | 110 |
| Binary | 11100111 | 10001000 | 10101000 | 0 | 101001 | 11011 | 1001 | 101010100 | 1000010 | 1001000 |
Color Harmonies of #E788A8
Complementary color
Monochromatic Colors of #E788A8
Black with #E788A8
Text Example
Text Example
White with #E788A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788A8; }
p { color: rgb(231,136,168); }
H1.HeaderClassName
{
color: #E788A8;
}
.AnyTagClassName
{
color: #E788A8;
}
</style>
background-color css
<style>
a { background-color: #E788A8; }
a { background-color: rgb(231,136,168); }
div.DivClassName
{
background-color: #E788A8;
}
.BgClassName
{
background-color: #E788A8;
}
</style>
border-color css
<style>
span { border-color: #E788A8; }
span { border-color: rgb(231,136,168); }
td.TdClassName
{
border-color: #E788A8;
}
.TagClassName
{
border-color: #E788A8;
}
</style>