Shades of Kobi #E57CAB
Tints of Kobi #E57CAB
RGB
CMYK
RGB Variations
Color information
#E57CAB (or 0xE57CAB) is known color: Kobi. HEX triplet: E5, 7C and AB. RGB value is (229,124,171). Sum of RGB (Red+Green+Blue) = 229+124+171=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57CAB is #1A8354. Grayscale: #A0A0A0. Windows color (decimal): -1737557 or 11238629. OLE color: 11238629.
HSL color Cylindrical-coordinate representation of color #E57CAB: hue angle of 333.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57CAB is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 171 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.10 |
| HSL | 333.14º | 0.67% | 0.69% | - |
| HSV(B) | 333.14º | 0.46% | 0.9% | - |
| XYZ | 46.87 | 34.01 | 42.62 | - |
| YUV | 160.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 171 | 0 | 0.46 | 0.25 | 0.10 | 333.14 | 0.67 | 0.69 |
| Hex | E5 | 7C | AB | 0 | 2E | 19 | A | 14D | 43 | 45 |
| Octal | 345 | 174 | 253 | 0 | 56 | 31 | 12 | 515 | 103 | 105 |
| Binary | 11100101 | 1111100 | 10101011 | 0 | 101110 | 11001 | 1010 | 101001101 | 1000011 | 1000101 |
Color Harmonies of #E57CAB
Complementary color
Monochromatic Colors of #E57CAB
Black with #E57CAB
Text Example
Text Example
White with #E57CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CAB; }
p { color: rgb(229,124,171); }
H1.HeaderClassName
{
color: #E57CAB;
}
.AnyTagClassName
{
color: #E57CAB;
}
</style>
background-color css
<style>
a { background-color: #E57CAB; }
a { background-color: rgb(229,124,171); }
div.DivClassName
{
background-color: #E57CAB;
}
.BgClassName
{
background-color: #E57CAB;
}
</style>
border-color css
<style>
span { border-color: #E57CAB; }
span { border-color: rgb(229,124,171); }
td.TdClassName
{
border-color: #E57CAB;
}
.TagClassName
{
border-color: #E57CAB;
}
</style>