Shades of Kobi #E78FA8
Tints of Kobi #E78FA8
RGB
CMYK
RGB Variations
Color information
#E78FA8 (or 0xE78FA8) is known color: Kobi. HEX triplet: E7, 8F and A8. RGB value is (231,143,168). Sum of RGB (Red+Green+Blue) = 231+143+168=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FA8 is #187057. Grayscale: #ACACAC. Windows color (decimal): -1601624 or 11046887. OLE color: 11046887.
HSL color Cylindrical-coordinate representation of color #E78FA8: hue angle of 342.95º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FA8 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 168 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.09 |
| HSL | 342.95º | 0.65% | 0.73% | - |
| HSV(B) | 342.95º | 0.38% | 0.91% | - |
| XYZ | 49.85 | 39.46 | 42.04 | - |
| YUV | 172.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 168 | 0 | 0.38 | 0.27 | 0.09 | 342.95 | 0.65 | 0.73 |
| Hex | E7 | 8F | A8 | 0 | 26 | 1B | 9 | 157 | 41 | 49 |
| Octal | 347 | 217 | 250 | 0 | 46 | 33 | 11 | 527 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10101000 | 0 | 100110 | 11011 | 1001 | 101010111 | 1000001 | 1001001 |
Color Harmonies of #E78FA8
Complementary color
Monochromatic Colors of #E78FA8
Black with #E78FA8
Text Example
Text Example
White with #E78FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FA8; }
p { color: rgb(231,143,168); }
H1.HeaderClassName
{
color: #E78FA8;
}
.AnyTagClassName
{
color: #E78FA8;
}
</style>
background-color css
<style>
a { background-color: #E78FA8; }
a { background-color: rgb(231,143,168); }
div.DivClassName
{
background-color: #E78FA8;
}
.BgClassName
{
background-color: #E78FA8;
}
</style>
border-color css
<style>
span { border-color: #E78FA8; }
span { border-color: rgb(231,143,168); }
td.TdClassName
{
border-color: #E78FA8;
}
.TagClassName
{
border-color: #E78FA8;
}
</style>