Shades of Kobi #E47CA7
Tints of Kobi #E47CA7
RGB
CMYK
RGB Variations
Color information
#E47CA7 (or 0xE47CA7) is known color: Kobi. HEX triplet: E4, 7C and A7. RGB value is (228,124,167). Sum of RGB (Red+Green+Blue) = 228+124+167=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47CA7 is #1B8358. Grayscale: #9F9F9F. Windows color (decimal): -1803097 or 10976484. OLE color: 10976484.
HSL color Cylindrical-coordinate representation of color #E47CA7: hue angle of 335.19º 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 #E47CA7 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 167 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.11 |
| HSL | 335.19º | 0.66% | 0.69% | - |
| HSV(B) | 335.19º | 0.46% | 0.89% | - |
| XYZ | 46.18 | 33.7 | 40.63 | - |
| YUV | 160 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 167 | 0 | 0.46 | 0.27 | 0.11 | 335.19 | 0.66 | 0.69 |
| Hex | E4 | 7C | A7 | 0 | 2E | 1B | B | 14F | 42 | 45 |
| Octal | 344 | 174 | 247 | 0 | 56 | 33 | 13 | 517 | 102 | 105 |
| Binary | 11100100 | 1111100 | 10100111 | 0 | 101110 | 11011 | 1011 | 101001111 | 1000010 | 1000101 |
Color Harmonies of #E47CA7
Complementary color
Monochromatic Colors of #E47CA7
Black with #E47CA7
Text Example
Text Example
White with #E47CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CA7; }
p { color: rgb(228,124,167); }
H1.HeaderClassName
{
color: #E47CA7;
}
.AnyTagClassName
{
color: #E47CA7;
}
</style>
background-color css
<style>
a { background-color: #E47CA7; }
a { background-color: rgb(228,124,167); }
div.DivClassName
{
background-color: #E47CA7;
}
.BgClassName
{
background-color: #E47CA7;
}
</style>
border-color css
<style>
span { border-color: #E47CA7; }
span { border-color: rgb(228,124,167); }
td.TdClassName
{
border-color: #E47CA7;
}
.TagClassName
{
border-color: #E47CA7;
}
</style>