Shades of Kobi #E78FAA
Tints of Kobi #E78FAA
RGB
CMYK
RGB Variations
Color information
#E78FAA (or 0xE78FAA) is known color: Kobi. HEX triplet: E7, 8F and AA. RGB value is (231,143,170). Sum of RGB (Red+Green+Blue) = 231+143+170=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FAA is #187055. Grayscale: #ACACAC. Windows color (decimal): -1601622 or 11177959. OLE color: 11177959.
HSL color Cylindrical-coordinate representation of color #E78FAA: hue angle of 341.59º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FAA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 170 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.09 |
| HSL | 341.59º | 0.65% | 0.73% | - |
| HSV(B) | 341.59º | 0.38% | 0.91% | - |
| XYZ | 50.03 | 39.54 | 43.02 | - |
| YUV | 172.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 170 | 0 | 0.38 | 0.26 | 0.09 | 341.59 | 0.65 | 0.73 |
| Hex | E7 | 8F | AA | 0 | 26 | 1A | 9 | 156 | 41 | 49 |
| Octal | 347 | 217 | 252 | 0 | 46 | 32 | 11 | 526 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10101010 | 0 | 100110 | 11010 | 1001 | 101010110 | 1000001 | 1001001 |
Color Harmonies of #E78FAA
Complementary color
Monochromatic Colors of #E78FAA
Black with #E78FAA
Text Example
Text Example
White with #E78FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FAA; }
p { color: rgb(231,143,170); }
H1.HeaderClassName
{
color: #E78FAA;
}
.AnyTagClassName
{
color: #E78FAA;
}
</style>
background-color css
<style>
a { background-color: #E78FAA; }
a { background-color: rgb(231,143,170); }
div.DivClassName
{
background-color: #E78FAA;
}
.BgClassName
{
background-color: #E78FAA;
}
</style>
border-color css
<style>
span { border-color: #E78FAA; }
span { border-color: rgb(231,143,170); }
td.TdClassName
{
border-color: #E78FAA;
}
.TagClassName
{
border-color: #E78FAA;
}
</style>