Shades of Kobi #E78CAA
Tints of Kobi #E78CAA
RGB
CMYK
RGB Variations
Color information
#E78CAA (or 0xE78CAA) is known color: Kobi. HEX triplet: E7, 8C and AA. RGB value is (231,140,170). Sum of RGB (Red+Green+Blue) = 231+140+170=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CAA is #187355. Grayscale: #AAAAAA. Windows color (decimal): -1602390 or 11177191. OLE color: 11177191.
HSL color Cylindrical-coordinate representation of color #E78CAA: hue angle of 340.22º 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 #E78CAA is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 170 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.09 |
| HSL | 340.22º | 0.65% | 0.73% | - |
| HSV(B) | 340.22º | 0.39% | 0.91% | - |
| XYZ | 49.59 | 38.65 | 42.88 | - |
| YUV | 170.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 170 | 0 | 0.39 | 0.26 | 0.09 | 340.22 | 0.65 | 0.73 |
| Hex | E7 | 8C | AA | 0 | 27 | 1A | 9 | 154 | 41 | 49 |
| Octal | 347 | 214 | 252 | 0 | 47 | 32 | 11 | 524 | 101 | 111 |
| Binary | 11100111 | 10001100 | 10101010 | 0 | 100111 | 11010 | 1001 | 101010100 | 1000001 | 1001001 |
Color Harmonies of #E78CAA
Complementary color
Monochromatic Colors of #E78CAA
Black with #E78CAA
Text Example
Text Example
White with #E78CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78CAA; }
p { color: rgb(231,140,170); }
H1.HeaderClassName
{
color: #E78CAA;
}
.AnyTagClassName
{
color: #E78CAA;
}
</style>
background-color css
<style>
a { background-color: #E78CAA; }
a { background-color: rgb(231,140,170); }
div.DivClassName
{
background-color: #E78CAA;
}
.BgClassName
{
background-color: #E78CAA;
}
</style>
border-color css
<style>
span { border-color: #E78CAA; }
span { border-color: rgb(231,140,170); }
td.TdClassName
{
border-color: #E78CAA;
}
.TagClassName
{
border-color: #E78CAA;
}
</style>