Shades of Kobi #E78BB0
Tints of Kobi #E78BB0
RGB
CMYK
RGB Variations
Color information
#E78BB0 (or 0xE78BB0) is known color: Kobi. HEX triplet: E7, 8B and B0. RGB value is (231,139,176). Sum of RGB (Red+Green+Blue) = 231+139+176=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78BB0 is #18744F. Grayscale: #AAAAAA. Windows color (decimal): -1602640 or 11570151. OLE color: 11570151.
HSL color Cylindrical-coordinate representation of color #E78BB0: hue angle of 335.87º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BB0 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 176 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.09 |
| HSL | 335.87º | 0.66% | 0.73% | - |
| HSV(B) | 335.87º | 0.4% | 0.91% | - |
| XYZ | 50.02 | 38.59 | 45.89 | - |
| YUV | 170.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 176 | 0 | 0.40 | 0.24 | 0.09 | 335.87 | 0.66 | 0.73 |
| Hex | E7 | 8B | B0 | 0 | 28 | 18 | 9 | 150 | 42 | 49 |
| Octal | 347 | 213 | 260 | 0 | 50 | 30 | 11 | 520 | 102 | 111 |
| Binary | 11100111 | 10001011 | 10110000 | 0 | 101000 | 11000 | 1001 | 101010000 | 1000010 | 1001001 |
Color Harmonies of #E78BB0
Complementary color
Monochromatic Colors of #E78BB0
Black with #E78BB0
Text Example
Text Example
White with #E78BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78BB0; }
p { color: rgb(231,139,176); }
H1.HeaderClassName
{
color: #E78BB0;
}
.AnyTagClassName
{
color: #E78BB0;
}
</style>
background-color css
<style>
a { background-color: #E78BB0; }
a { background-color: rgb(231,139,176); }
div.DivClassName
{
background-color: #E78BB0;
}
.BgClassName
{
background-color: #E78BB0;
}
</style>
border-color css
<style>
span { border-color: #E78BB0; }
span { border-color: rgb(231,139,176); }
td.TdClassName
{
border-color: #E78BB0;
}
.TagClassName
{
border-color: #E78BB0;
}
</style>