Shades of Kobi #E57EA7
Tints of Kobi #E57EA7
RGB
CMYK
RGB Variations
Color information
#E57EA7 (or 0xE57EA7) is known color: Kobi. HEX triplet: E5, 7E and A7. RGB value is (229,126,167). Sum of RGB (Red+Green+Blue) = 229+126+167=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57EA7 is #1A8158. Grayscale: #A1A1A1. Windows color (decimal): -1737049 or 10976997. OLE color: 10976997.
HSL color Cylindrical-coordinate representation of color #E57EA7: hue angle of 336.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57EA7 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 167 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.10 |
| HSL | 336.12º | 0.66% | 0.7% | - |
| HSV(B) | 336.12º | 0.45% | 0.9% | - |
| XYZ | 46.75 | 34.37 | 40.73 | - |
| YUV | 161.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 167 | 0 | 0.45 | 0.27 | 0.10 | 336.12 | 0.66 | 0.7 |
| Hex | E5 | 7E | A7 | 0 | 2D | 1B | A | 150 | 42 | 46 |
| Octal | 345 | 176 | 247 | 0 | 55 | 33 | 12 | 520 | 102 | 106 |
| Binary | 11100101 | 1111110 | 10100111 | 0 | 101101 | 11011 | 1010 | 101010000 | 1000010 | 1000110 |
Color Harmonies of #E57EA7
Complementary color
Monochromatic Colors of #E57EA7
Black with #E57EA7
Text Example
Text Example
White with #E57EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57EA7; }
p { color: rgb(229,126,167); }
H1.HeaderClassName
{
color: #E57EA7;
}
.AnyTagClassName
{
color: #E57EA7;
}
</style>
background-color css
<style>
a { background-color: #E57EA7; }
a { background-color: rgb(229,126,167); }
div.DivClassName
{
background-color: #E57EA7;
}
.BgClassName
{
background-color: #E57EA7;
}
</style>
border-color css
<style>
span { border-color: #E57EA7; }
span { border-color: rgb(229,126,167); }
td.TdClassName
{
border-color: #E57EA7;
}
.TagClassName
{
border-color: #E57EA7;
}
</style>