Shades of Kobi #E78FAE
Tints of Kobi #E78FAE
RGB
CMYK
RGB Variations
Color information
#E78FAE (or 0xE78FAE) is known color: Kobi. HEX triplet: E7, 8F and AE. RGB value is (231,143,174). Sum of RGB (Red+Green+Blue) = 231+143+174=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FAE is #187051. Grayscale: #ACACAC. Windows color (decimal): -1601618 or 11440103. OLE color: 11440103.
HSL color Cylindrical-coordinate representation of color #E78FAE: hue angle of 338.86º 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 #E78FAE is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 174 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.09 |
| HSL | 338.86º | 0.65% | 0.73% | - |
| HSV(B) | 338.86º | 0.38% | 0.91% | - |
| XYZ | 50.42 | 39.69 | 45.05 | - |
| YUV | 172.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 174 | 0 | 0.38 | 0.25 | 0.09 | 338.86 | 0.65 | 0.73 |
| Hex | E7 | 8F | AE | 0 | 26 | 19 | 9 | 153 | 41 | 49 |
| Octal | 347 | 217 | 256 | 0 | 46 | 31 | 11 | 523 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10101110 | 0 | 100110 | 11001 | 1001 | 101010011 | 1000001 | 1001001 |
Color Harmonies of #E78FAE
Complementary color
Monochromatic Colors of #E78FAE
Black with #E78FAE
Text Example
Text Example
White with #E78FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FAE; }
p { color: rgb(231,143,174); }
H1.HeaderClassName
{
color: #E78FAE;
}
.AnyTagClassName
{
color: #E78FAE;
}
</style>
background-color css
<style>
a { background-color: #E78FAE; }
a { background-color: rgb(231,143,174); }
div.DivClassName
{
background-color: #E78FAE;
}
.BgClassName
{
background-color: #E78FAE;
}
</style>
border-color css
<style>
span { border-color: #E78FAE; }
span { border-color: rgb(231,143,174); }
td.TdClassName
{
border-color: #E78FAE;
}
.TagClassName
{
border-color: #E78FAE;
}
</style>