Shades of Kobi #E78CAC
Tints of Kobi #E78CAC
RGB
CMYK
RGB Variations
Color information
#E78CAC (or 0xE78CAC) is known color: Kobi. HEX triplet: E7, 8C and AC. RGB value is (231,140,172). Sum of RGB (Red+Green+Blue) = 231+140+172=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CAC is #187353. Grayscale: #AAAAAA. Windows color (decimal): -1602388 or 11308263. OLE color: 11308263.
HSL color Cylindrical-coordinate representation of color #E78CAC: hue angle of 338.9º 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 #E78CAC is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 172 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.09 |
| HSL | 338.9º | 0.65% | 0.73% | - |
| HSV(B) | 338.9º | 0.39% | 0.91% | - |
| XYZ | 49.78 | 38.72 | 43.88 | - |
| YUV | 170.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 172 | 0 | 0.39 | 0.26 | 0.09 | 338.9 | 0.65 | 0.73 |
| Hex | E7 | 8C | AC | 0 | 27 | 1A | 9 | 153 | 41 | 49 |
| Octal | 347 | 214 | 254 | 0 | 47 | 32 | 11 | 523 | 101 | 111 |
| Binary | 11100111 | 10001100 | 10101100 | 0 | 100111 | 11010 | 1001 | 101010011 | 1000001 | 1001001 |
Color Harmonies of #E78CAC
Complementary color
Monochromatic Colors of #E78CAC
Black with #E78CAC
Text Example
Text Example
White with #E78CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CAC; }
p { color: rgb(231,140,172); }
H1.HeaderClassName
{
color: #E78CAC;
}
.AnyTagClassName
{
color: #E78CAC;
}
</style>
background-color css
<style>
a { background-color: #E78CAC; }
a { background-color: rgb(231,140,172); }
div.DivClassName
{
background-color: #E78CAC;
}
.BgClassName
{
background-color: #E78CAC;
}
</style>
border-color css
<style>
span { border-color: #E78CAC; }
span { border-color: rgb(231,140,172); }
td.TdClassName
{
border-color: #E78CAC;
}
.TagClassName
{
border-color: #E78CAC;
}
</style>