Shades of Kobi #E47EA8
Tints of Kobi #E47EA8
RGB
CMYK
RGB Variations
Color information
#E47EA8 (or 0xE47EA8) is known color: Kobi. HEX triplet: E4, 7E and A8. RGB value is (228,126,168). Sum of RGB (Red+Green+Blue) = 228+126+168=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47EA8 is #1B8157. Grayscale: #A1A1A1. Windows color (decimal): -1802584 or 11042532. OLE color: 11042532.
HSL color Cylindrical-coordinate representation of color #E47EA8: hue angle of 335.29º 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 #E47EA8 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 168 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.11 |
| HSL | 335.29º | 0.65% | 0.69% | - |
| HSV(B) | 335.29º | 0.45% | 0.89% | - |
| XYZ | 46.52 | 34.24 | 41.2 | - |
| YUV | 161.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 168 | 0 | 0.45 | 0.26 | 0.11 | 335.29 | 0.65 | 0.69 |
| Hex | E4 | 7E | A8 | 0 | 2D | 1A | B | 14F | 41 | 45 |
| Octal | 344 | 176 | 250 | 0 | 55 | 32 | 13 | 517 | 101 | 105 |
| Binary | 11100100 | 1111110 | 10101000 | 0 | 101101 | 11010 | 1011 | 101001111 | 1000001 | 1000101 |
Color Harmonies of #E47EA8
Complementary color
Monochromatic Colors of #E47EA8
Black with #E47EA8
Text Example
Text Example
White with #E47EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47EA8; }
p { color: rgb(228,126,168); }
H1.HeaderClassName
{
color: #E47EA8;
}
.AnyTagClassName
{
color: #E47EA8;
}
</style>
background-color css
<style>
a { background-color: #E47EA8; }
a { background-color: rgb(228,126,168); }
div.DivClassName
{
background-color: #E47EA8;
}
.BgClassName
{
background-color: #E47EA8;
}
</style>
border-color css
<style>
span { border-color: #E47EA8; }
span { border-color: rgb(228,126,168); }
td.TdClassName
{
border-color: #E47EA8;
}
.TagClassName
{
border-color: #E47EA8;
}
</style>