Shades of Kobi #E47AAA
Tints of Kobi #E47AAA
RGB
CMYK
RGB Variations
Color information
#E47AAA (or 0xE47AAA) is known color: Kobi. HEX triplet: E4, 7A and AA. RGB value is (228,122,170). Sum of RGB (Red+Green+Blue) = 228+122+170=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47AAA is #1B8555. Grayscale: #9F9F9F. Windows color (decimal): -1803606 or 11172580. OLE color: 11172580.
HSL color Cylindrical-coordinate representation of color #E47AAA: hue angle of 332.83º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47AAA is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 170 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.11 |
| HSL | 332.83º | 0.66% | 0.69% | - |
| HSV(B) | 332.83º | 0.46% | 0.89% | - |
| XYZ | 46.21 | 33.32 | 42.03 | - |
| YUV | 159.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 170 | 0 | 0.46 | 0.25 | 0.11 | 332.83 | 0.66 | 0.69 |
| Hex | E4 | 7A | AA | 0 | 2E | 19 | B | 14D | 42 | 45 |
| Octal | 344 | 172 | 252 | 0 | 56 | 31 | 13 | 515 | 102 | 105 |
| Binary | 11100100 | 1111010 | 10101010 | 0 | 101110 | 11001 | 1011 | 101001101 | 1000010 | 1000101 |
Color Harmonies of #E47AAA
Complementary color
Monochromatic Colors of #E47AAA
Black with #E47AAA
Text Example
Text Example
White with #E47AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AAA; }
p { color: rgb(228,122,170); }
H1.HeaderClassName
{
color: #E47AAA;
}
.AnyTagClassName
{
color: #E47AAA;
}
</style>
background-color css
<style>
a { background-color: #E47AAA; }
a { background-color: rgb(228,122,170); }
div.DivClassName
{
background-color: #E47AAA;
}
.BgClassName
{
background-color: #E47AAA;
}
</style>
border-color css
<style>
span { border-color: #E47AAA; }
span { border-color: rgb(228,122,170); }
td.TdClassName
{
border-color: #E47AAA;
}
.TagClassName
{
border-color: #E47AAA;
}
</style>