Shades of Kobi #E78AB1
Tints of Kobi #E78AB1
RGB
CMYK
RGB Variations
Color information
#E78AB1 (or 0xE78AB1) is known color: Kobi. HEX triplet: E7, 8A and B1. RGB value is (231,138,177). Sum of RGB (Red+Green+Blue) = 231+138+177=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AB1 is #18754E. Grayscale: #AAAAAA. Windows color (decimal): -1602895 or 11635431. OLE color: 11635431.
HSL color Cylindrical-coordinate representation of color #E78AB1: hue angle of 334.84º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AB1 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 177 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.09 |
| HSL | 334.84º | 0.66% | 0.72% | - |
| HSV(B) | 334.84º | 0.4% | 0.91% | - |
| XYZ | 49.98 | 38.34 | 46.36 | - |
| YUV | 170.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 177 | 0 | 0.40 | 0.23 | 0.09 | 334.84 | 0.66 | 0.72 |
| Hex | E7 | 8A | B1 | 0 | 28 | 17 | 9 | 14F | 42 | 48 |
| Octal | 347 | 212 | 261 | 0 | 50 | 27 | 11 | 517 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10110001 | 0 | 101000 | 10111 | 1001 | 101001111 | 1000010 | 1001000 |
Color Harmonies of #E78AB1
Complementary color
Monochromatic Colors of #E78AB1
Black with #E78AB1
Text Example
Text Example
White with #E78AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AB1; }
p { color: rgb(231,138,177); }
H1.HeaderClassName
{
color: #E78AB1;
}
.AnyTagClassName
{
color: #E78AB1;
}
</style>
background-color css
<style>
a { background-color: #E78AB1; }
a { background-color: rgb(231,138,177); }
div.DivClassName
{
background-color: #E78AB1;
}
.BgClassName
{
background-color: #E78AB1;
}
</style>
border-color css
<style>
span { border-color: #E78AB1; }
span { border-color: rgb(231,138,177); }
td.TdClassName
{
border-color: #E78AB1;
}
.TagClassName
{
border-color: #E78AB1;
}
</style>