Shades of Kobi #E78DB3
Tints of Kobi #E78DB3
RGB
CMYK
RGB Variations
Color information
#E78DB3 (or 0xE78DB3) is known color: Kobi. HEX triplet: E7, 8D and B3. RGB value is (231,141,179). Sum of RGB (Red+Green+Blue) = 231+141+179=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DB3 is #18724C. Grayscale: #ACACAC. Windows color (decimal): -1602125 or 11767271. OLE color: 11767271.
HSL color Cylindrical-coordinate representation of color #E78DB3: hue angle of 334.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 #E78DB3 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 179 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.09 |
| HSL | 334.67º | 0.65% | 0.73% | - |
| HSV(B) | 334.67º | 0.39% | 0.91% | - |
| XYZ | 50.62 | 39.29 | 47.56 | - |
| YUV | 172.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 179 | 0 | 0.39 | 0.23 | 0.09 | 334.67 | 0.65 | 0.73 |
| Hex | E7 | 8D | B3 | 0 | 27 | 17 | 9 | 14F | 41 | 49 |
| Octal | 347 | 215 | 263 | 0 | 47 | 27 | 11 | 517 | 101 | 111 |
| Binary | 11100111 | 10001101 | 10110011 | 0 | 100111 | 10111 | 1001 | 101001111 | 1000001 | 1001001 |
Color Harmonies of #E78DB3
Complementary color
Monochromatic Colors of #E78DB3
Black with #E78DB3
Text Example
Text Example
White with #E78DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78DB3; }
p { color: rgb(231,141,179); }
H1.HeaderClassName
{
color: #E78DB3;
}
.AnyTagClassName
{
color: #E78DB3;
}
</style>
background-color css
<style>
a { background-color: #E78DB3; }
a { background-color: rgb(231,141,179); }
div.DivClassName
{
background-color: #E78DB3;
}
.BgClassName
{
background-color: #E78DB3;
}
</style>
border-color css
<style>
span { border-color: #E78DB3; }
span { border-color: rgb(231,141,179); }
td.TdClassName
{
border-color: #E78DB3;
}
.TagClassName
{
border-color: #E78DB3;
}
</style>