Shades of Kobi #E78FB3
Tints of Kobi #E78FB3
RGB
CMYK
RGB Variations
Color information
#E78FB3 (or 0xE78FB3) is known color: Kobi. HEX triplet: E7, 8F and B3. RGB value is (231,143,179). Sum of RGB (Red+Green+Blue) = 231+143+179=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FB3 is #18704C. Grayscale: #ADADAD. Windows color (decimal): -1601613 or 11767783. OLE color: 11767783.
HSL color Cylindrical-coordinate representation of color #E78FB3: hue angle of 335.45º 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 #E78FB3 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 179 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.09 |
| HSL | 335.45º | 0.65% | 0.73% | - |
| HSV(B) | 335.45º | 0.38% | 0.91% | - |
| XYZ | 50.91 | 39.89 | 47.66 | - |
| YUV | 173.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 179 | 0 | 0.38 | 0.23 | 0.09 | 335.45 | 0.65 | 0.73 |
| Hex | E7 | 8F | B3 | 0 | 26 | 17 | 9 | 14F | 41 | 49 |
| Octal | 347 | 217 | 263 | 0 | 46 | 27 | 11 | 517 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10110011 | 0 | 100110 | 10111 | 1001 | 101001111 | 1000001 | 1001001 |
Color Harmonies of #E78FB3
Complementary color
Monochromatic Colors of #E78FB3
Black with #E78FB3
Text Example
Text Example
White with #E78FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FB3; }
p { color: rgb(231,143,179); }
H1.HeaderClassName
{
color: #E78FB3;
}
.AnyTagClassName
{
color: #E78FB3;
}
</style>
background-color css
<style>
a { background-color: #E78FB3; }
a { background-color: rgb(231,143,179); }
div.DivClassName
{
background-color: #E78FB3;
}
.BgClassName
{
background-color: #E78FB3;
}
</style>
border-color css
<style>
span { border-color: #E78FB3; }
span { border-color: rgb(231,143,179); }
td.TdClassName
{
border-color: #E78FB3;
}
.TagClassName
{
border-color: #E78FB3;
}
</style>