Shades of Kobi #E78EA8
Tints of Kobi #E78EA8
RGB
CMYK
RGB Variations
Color information
#E78EA8 (or 0xE78EA8) is known color: Kobi. HEX triplet: E7, 8E and A8. RGB value is (231,142,168). Sum of RGB (Red+Green+Blue) = 231+142+168=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78EA8 is #187157. Grayscale: #ABABAB. Windows color (decimal): -1601880 or 11046631. OLE color: 11046631.
HSL color Cylindrical-coordinate representation of color #E78EA8: hue angle of 342.47º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78EA8 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 168 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.09 |
| HSL | 342.47º | 0.65% | 0.73% | - |
| HSV(B) | 342.47º | 0.39% | 0.91% | - |
| XYZ | 49.7 | 39.16 | 41.99 | - |
| YUV | 171.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 168 | 0 | 0.39 | 0.27 | 0.09 | 342.47 | 0.65 | 0.73 |
| Hex | E7 | 8E | A8 | 0 | 27 | 1B | 9 | 156 | 41 | 49 |
| Octal | 347 | 216 | 250 | 0 | 47 | 33 | 11 | 526 | 101 | 111 |
| Binary | 11100111 | 10001110 | 10101000 | 0 | 100111 | 11011 | 1001 | 101010110 | 1000001 | 1001001 |
Color Harmonies of #E78EA8
Complementary color
Monochromatic Colors of #E78EA8
Black with #E78EA8
Text Example
Text Example
White with #E78EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78EA8; }
p { color: rgb(231,142,168); }
H1.HeaderClassName
{
color: #E78EA8;
}
.AnyTagClassName
{
color: #E78EA8;
}
</style>
background-color css
<style>
a { background-color: #E78EA8; }
a { background-color: rgb(231,142,168); }
div.DivClassName
{
background-color: #E78EA8;
}
.BgClassName
{
background-color: #E78EA8;
}
</style>
border-color css
<style>
span { border-color: #E78EA8; }
span { border-color: rgb(231,142,168); }
td.TdClassName
{
border-color: #E78EA8;
}
.TagClassName
{
border-color: #E78EA8;
}
</style>