Shades of Kobi #E47EA9
Tints of Kobi #E47EA9
RGB
CMYK
RGB Variations
Color information
#E47EA9 (or 0xE47EA9) is known color: Kobi. HEX triplet: E4, 7E and A9. RGB value is (228,126,169). Sum of RGB (Red+Green+Blue) = 228+126+169=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47EA9 is #1B8156. Grayscale: #A1A1A1. Windows color (decimal): -1802583 or 11108068. OLE color: 11108068.
HSL color Cylindrical-coordinate representation of color #E47EA9: hue angle of 334.71º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47EA9 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 169 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.11 |
| HSL | 334.71º | 0.65% | 0.69% | - |
| HSV(B) | 334.71º | 0.45% | 0.89% | - |
| XYZ | 46.62 | 34.28 | 41.7 | - |
| YUV | 161.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 169 | 0 | 0.45 | 0.26 | 0.11 | 334.71 | 0.65 | 0.69 |
| Hex | E4 | 7E | A9 | 0 | 2D | 1A | B | 14F | 41 | 45 |
| Octal | 344 | 176 | 251 | 0 | 55 | 32 | 13 | 517 | 101 | 105 |
| Binary | 11100100 | 1111110 | 10101001 | 0 | 101101 | 11010 | 1011 | 101001111 | 1000001 | 1000101 |
Color Harmonies of #E47EA9
Complementary color
Monochromatic Colors of #E47EA9
Black with #E47EA9
Text Example
Text Example
White with #E47EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47EA9; }
p { color: rgb(228,126,169); }
H1.HeaderClassName
{
color: #E47EA9;
}
.AnyTagClassName
{
color: #E47EA9;
}
</style>
background-color css
<style>
a { background-color: #E47EA9; }
a { background-color: rgb(228,126,169); }
div.DivClassName
{
background-color: #E47EA9;
}
.BgClassName
{
background-color: #E47EA9;
}
</style>
border-color css
<style>
span { border-color: #E47EA9; }
span { border-color: rgb(228,126,169); }
td.TdClassName
{
border-color: #E47EA9;
}
.TagClassName
{
border-color: #E47EA9;
}
</style>