Shades of Kobi #E788A9
Tints of Kobi #E788A9
RGB
CMYK
RGB Variations
Color information
#E788A9 (or 0xE788A9) is known color: Kobi. HEX triplet: E7, 88 and A9. RGB value is (231,136,169). Sum of RGB (Red+Green+Blue) = 231+136+169=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E788A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E788A9 is #187756. Grayscale: #A8A8A8. Windows color (decimal): -1603415 or 11110631. OLE color: 11110631.
HSL color Cylindrical-coordinate representation of color #E788A9: hue angle of 339.16º 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 #E788A9 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 169 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.09 |
| HSL | 339.16º | 0.66% | 0.72% | - |
| HSV(B) | 339.16º | 0.41% | 0.91% | - |
| XYZ | 48.92 | 37.46 | 42.19 | - |
| YUV | 168.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 169 | 0 | 0.41 | 0.27 | 0.09 | 339.16 | 0.66 | 0.72 |
| Hex | E7 | 88 | A9 | 0 | 29 | 1B | 9 | 153 | 42 | 48 |
| Octal | 347 | 210 | 251 | 0 | 51 | 33 | 11 | 523 | 102 | 110 |
| Binary | 11100111 | 10001000 | 10101001 | 0 | 101001 | 11011 | 1001 | 101010011 | 1000010 | 1001000 |
Color Harmonies of #E788A9
Complementary color
Monochromatic Colors of #E788A9
Black with #E788A9
Text Example
Text Example
White with #E788A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788A9; }
p { color: rgb(231,136,169); }
H1.HeaderClassName
{
color: #E788A9;
}
.AnyTagClassName
{
color: #E788A9;
}
</style>
background-color css
<style>
a { background-color: #E788A9; }
a { background-color: rgb(231,136,169); }
div.DivClassName
{
background-color: #E788A9;
}
.BgClassName
{
background-color: #E788A9;
}
</style>
border-color css
<style>
span { border-color: #E788A9; }
span { border-color: rgb(231,136,169); }
td.TdClassName
{
border-color: #E788A9;
}
.TagClassName
{
border-color: #E788A9;
}
</style>