Shades of Kobi #E788B0
Tints of Kobi #E788B0
RGB
CMYK
RGB Variations
Color information
#E788B0 (or 0xE788B0) is known color: Kobi. HEX triplet: E7, 88 and B0. RGB value is (231,136,176). Sum of RGB (Red+Green+Blue) = 231+136+176=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E788B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E788B0 is #18774F. Grayscale: #A8A8A8. Windows color (decimal): -1603408 or 11569383. OLE color: 11569383.
HSL color Cylindrical-coordinate representation of color #E788B0: hue angle of 334.74º 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 #E788B0 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 176 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.09 |
| HSL | 334.74º | 0.66% | 0.72% | - |
| HSV(B) | 334.74º | 0.41% | 0.91% | - |
| XYZ | 49.6 | 37.73 | 45.74 | - |
| YUV | 168.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 176 | 0 | 0.41 | 0.24 | 0.09 | 334.74 | 0.66 | 0.72 |
| Hex | E7 | 88 | B0 | 0 | 29 | 18 | 9 | 14F | 42 | 48 |
| Octal | 347 | 210 | 260 | 0 | 51 | 30 | 11 | 517 | 102 | 110 |
| Binary | 11100111 | 10001000 | 10110000 | 0 | 101001 | 11000 | 1001 | 101001111 | 1000010 | 1001000 |
Color Harmonies of #E788B0
Complementary color
Monochromatic Colors of #E788B0
Black with #E788B0
Text Example
Text Example
White with #E788B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788B0; }
p { color: rgb(231,136,176); }
H1.HeaderClassName
{
color: #E788B0;
}
.AnyTagClassName
{
color: #E788B0;
}
</style>
background-color css
<style>
a { background-color: #E788B0; }
a { background-color: rgb(231,136,176); }
div.DivClassName
{
background-color: #E788B0;
}
.BgClassName
{
background-color: #E788B0;
}
</style>
border-color css
<style>
span { border-color: #E788B0; }
span { border-color: rgb(231,136,176); }
td.TdClassName
{
border-color: #E788B0;
}
.TagClassName
{
border-color: #E788B0;
}
</style>