Shades of Kobi #E788A6
Tints of Kobi #E788A6
RGB
CMYK
RGB Variations
Color information
#E788A6 (or 0xE788A6) is known color: Kobi. HEX triplet: E7, 88 and A6. RGB value is (231,136,166). Sum of RGB (Red+Green+Blue) = 231+136+166=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E788A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E788A6 is #187759. Grayscale: #A7A7A7. Windows color (decimal): -1603418 or 10914023. OLE color: 10914023.
HSL color Cylindrical-coordinate representation of color #E788A6: hue angle of 341.05º 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 #E788A6 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 166 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.09 |
| HSL | 341.05º | 0.66% | 0.72% | - |
| HSV(B) | 341.05º | 0.41% | 0.91% | - |
| XYZ | 48.64 | 37.35 | 40.72 | - |
| YUV | 167.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 166 | 0 | 0.41 | 0.28 | 0.09 | 341.05 | 0.66 | 0.72 |
| Hex | E7 | 88 | A6 | 0 | 29 | 1C | 9 | 155 | 42 | 48 |
| Octal | 347 | 210 | 246 | 0 | 51 | 34 | 11 | 525 | 102 | 110 |
| Binary | 11100111 | 10001000 | 10100110 | 0 | 101001 | 11100 | 1001 | 101010101 | 1000010 | 1001000 |
Color Harmonies of #E788A6
Complementary color
Monochromatic Colors of #E788A6
Black with #E788A6
Text Example
Text Example
White with #E788A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788A6; }
p { color: rgb(231,136,166); }
H1.HeaderClassName
{
color: #E788A6;
}
.AnyTagClassName
{
color: #E788A6;
}
</style>
background-color css
<style>
a { background-color: #E788A6; }
a { background-color: rgb(231,136,166); }
div.DivClassName
{
background-color: #E788A6;
}
.BgClassName
{
background-color: #E788A6;
}
</style>
border-color css
<style>
span { border-color: #E788A6; }
span { border-color: rgb(231,136,166); }
td.TdClassName
{
border-color: #E788A6;
}
.TagClassName
{
border-color: #E788A6;
}
</style>