Shades of Kobi #E47CAB
Tints of Kobi #E47CAB
RGB
CMYK
RGB Variations
Color information
#E47CAB (or 0xE47CAB) is known color: Kobi. HEX triplet: E4, 7C and AB. RGB value is (228,124,171). Sum of RGB (Red+Green+Blue) = 228+124+171=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47CAB is #1B8354. Grayscale: #A0A0A0. Windows color (decimal): -1803093 or 11238628. OLE color: 11238628.
HSL color Cylindrical-coordinate representation of color #E47CAB: hue angle of 332.88º 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 #E47CAB is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 171 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.11 |
| HSL | 332.88º | 0.66% | 0.69% | - |
| HSV(B) | 332.88º | 0.46% | 0.89% | - |
| XYZ | 46.55 | 33.85 | 42.61 | - |
| YUV | 160.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 171 | 0 | 0.46 | 0.25 | 0.11 | 332.88 | 0.66 | 0.69 |
| Hex | E4 | 7C | AB | 0 | 2E | 19 | B | 14D | 42 | 45 |
| Octal | 344 | 174 | 253 | 0 | 56 | 31 | 13 | 515 | 102 | 105 |
| Binary | 11100100 | 1111100 | 10101011 | 0 | 101110 | 11001 | 1011 | 101001101 | 1000010 | 1000101 |
Color Harmonies of #E47CAB
Complementary color
Monochromatic Colors of #E47CAB
Black with #E47CAB
Text Example
Text Example
White with #E47CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CAB; }
p { color: rgb(228,124,171); }
H1.HeaderClassName
{
color: #E47CAB;
}
.AnyTagClassName
{
color: #E47CAB;
}
</style>
background-color css
<style>
a { background-color: #E47CAB; }
a { background-color: rgb(228,124,171); }
div.DivClassName
{
background-color: #E47CAB;
}
.BgClassName
{
background-color: #E47CAB;
}
</style>
border-color css
<style>
span { border-color: #E47CAB; }
span { border-color: rgb(228,124,171); }
td.TdClassName
{
border-color: #E47CAB;
}
.TagClassName
{
border-color: #E47CAB;
}
</style>