Shades of Kobi #E78AB2
Tints of Kobi #E78AB2
RGB
CMYK
RGB Variations
Color information
#E78AB2 (or 0xE78AB2) is known color: Kobi. HEX triplet: E7, 8A and B2. RGB value is (231,138,178). Sum of RGB (Red+Green+Blue) = 231+138+178=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AB2 is #18754D. Grayscale: #AAAAAA. Windows color (decimal): -1602894 or 11700967. OLE color: 11700967.
HSL color Cylindrical-coordinate representation of color #E78AB2: hue angle of 334.19º 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 #E78AB2 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 178 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.09 |
| HSL | 334.19º | 0.66% | 0.72% | - |
| HSV(B) | 334.19º | 0.4% | 0.91% | - |
| XYZ | 50.08 | 38.38 | 46.89 | - |
| YUV | 170.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 178 | 0 | 0.40 | 0.23 | 0.09 | 334.19 | 0.66 | 0.72 |
| Hex | E7 | 8A | B2 | 0 | 28 | 17 | 9 | 14E | 42 | 48 |
| Octal | 347 | 212 | 262 | 0 | 50 | 27 | 11 | 516 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10110010 | 0 | 101000 | 10111 | 1001 | 101001110 | 1000010 | 1001000 |
Color Harmonies of #E78AB2
Complementary color
Monochromatic Colors of #E78AB2
Black with #E78AB2
Text Example
Text Example
White with #E78AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AB2; }
p { color: rgb(231,138,178); }
H1.HeaderClassName
{
color: #E78AB2;
}
.AnyTagClassName
{
color: #E78AB2;
}
</style>
background-color css
<style>
a { background-color: #E78AB2; }
a { background-color: rgb(231,138,178); }
div.DivClassName
{
background-color: #E78AB2;
}
.BgClassName
{
background-color: #E78AB2;
}
</style>
border-color css
<style>
span { border-color: #E78AB2; }
span { border-color: rgb(231,138,178); }
td.TdClassName
{
border-color: #E78AB2;
}
.TagClassName
{
border-color: #E78AB2;
}
</style>