Shades of Kobi #E47FA9
Tints of Kobi #E47FA9
RGB
CMYK
RGB Variations
Color information
#E47FA9 (or 0xE47FA9) is known color: Kobi. HEX triplet: E4, 7F and A9. RGB value is (228,127,169). Sum of RGB (Red+Green+Blue) = 228+127+169=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47FA9 is #1B8056. Grayscale: #A1A1A1. Windows color (decimal): -1802327 or 11108324. OLE color: 11108324.
HSL color Cylindrical-coordinate representation of color #E47FA9: hue angle of 335.05º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FA9 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 169 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.11 |
| HSL | 335.05º | 0.65% | 0.7% | - |
| HSV(B) | 335.05º | 0.44% | 0.89% | - |
| XYZ | 46.75 | 34.54 | 41.74 | - |
| YUV | 161.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 169 | 0 | 0.44 | 0.26 | 0.11 | 335.05 | 0.65 | 0.7 |
| Hex | E4 | 7F | A9 | 0 | 2C | 1A | B | 14F | 41 | 46 |
| Octal | 344 | 177 | 251 | 0 | 54 | 32 | 13 | 517 | 101 | 106 |
| Binary | 11100100 | 1111111 | 10101001 | 0 | 101100 | 11010 | 1011 | 101001111 | 1000001 | 1000110 |
Color Harmonies of #E47FA9
Complementary color
Monochromatic Colors of #E47FA9
Black with #E47FA9
Text Example
Text Example
White with #E47FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FA9; }
p { color: rgb(228,127,169); }
H1.HeaderClassName
{
color: #E47FA9;
}
.AnyTagClassName
{
color: #E47FA9;
}
</style>
background-color css
<style>
a { background-color: #E47FA9; }
a { background-color: rgb(228,127,169); }
div.DivClassName
{
background-color: #E47FA9;
}
.BgClassName
{
background-color: #E47FA9;
}
</style>
border-color css
<style>
span { border-color: #E47FA9; }
span { border-color: rgb(228,127,169); }
td.TdClassName
{
border-color: #E47FA9;
}
.TagClassName
{
border-color: #E47FA9;
}
</style>