Shades of Kobi #E78DB0
Tints of Kobi #E78DB0
RGB
CMYK
RGB Variations
Color information
#E78DB0 (or 0xE78DB0) is known color: Kobi. HEX triplet: E7, 8D and B0. RGB value is (231,141,176). Sum of RGB (Red+Green+Blue) = 231+141+176=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78DB0 is #18724F. Grayscale: #ABABAB. Windows color (decimal): -1602128 or 11570663. OLE color: 11570663.
HSL color Cylindrical-coordinate representation of color #E78DB0: hue angle of 336.67º 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 #E78DB0 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 176 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.09 |
| HSL | 336.67º | 0.65% | 0.73% | - |
| HSV(B) | 336.67º | 0.39% | 0.91% | - |
| XYZ | 50.32 | 39.17 | 45.98 | - |
| YUV | 171.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 176 | 0 | 0.39 | 0.24 | 0.09 | 336.67 | 0.65 | 0.73 |
| Hex | E7 | 8D | B0 | 0 | 27 | 18 | 9 | 151 | 41 | 49 |
| Octal | 347 | 215 | 260 | 0 | 47 | 30 | 11 | 521 | 101 | 111 |
| Binary | 11100111 | 10001101 | 10110000 | 0 | 100111 | 11000 | 1001 | 101010001 | 1000001 | 1001001 |
Color Harmonies of #E78DB0
Complementary color
Monochromatic Colors of #E78DB0
Black with #E78DB0
Text Example
Text Example
White with #E78DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DB0; }
p { color: rgb(231,141,176); }
H1.HeaderClassName
{
color: #E78DB0;
}
.AnyTagClassName
{
color: #E78DB0;
}
</style>
background-color css
<style>
a { background-color: #E78DB0; }
a { background-color: rgb(231,141,176); }
div.DivClassName
{
background-color: #E78DB0;
}
.BgClassName
{
background-color: #E78DB0;
}
</style>
border-color css
<style>
span { border-color: #E78DB0; }
span { border-color: rgb(231,141,176); }
td.TdClassName
{
border-color: #E78DB0;
}
.TagClassName
{
border-color: #E78DB0;
}
</style>