Shades of Kobi #E27BA9
Tints of Kobi #E27BA9
RGB
CMYK
RGB Variations
Color information
#E27BA9 (or 0xE27BA9) is known color: Kobi. HEX triplet: E2, 7B and A9. RGB value is (226,123,169). Sum of RGB (Red+Green+Blue) = 226+123+169=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27BA9 is #1D8456. Grayscale: #9E9E9E. Windows color (decimal): -1934423 or 11107298. OLE color: 11107298.
HSL color Cylindrical-coordinate representation of color #E27BA9: hue angle of 333.2º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BA9 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 169 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.11 |
| HSL | 333.2º | 0.64% | 0.68% | - |
| HSV(B) | 333.2º | 0.46% | 0.89% | - |
| XYZ | 45.61 | 33.2 | 41.54 | - |
| YUV | 159.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 169 | 0 | 0.46 | 0.25 | 0.11 | 333.2 | 0.64 | 0.68 |
| Hex | E2 | 7B | A9 | 0 | 2E | 19 | B | 14D | 40 | 44 |
| Octal | 342 | 173 | 251 | 0 | 56 | 31 | 13 | 515 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10101001 | 0 | 101110 | 11001 | 1011 | 101001101 | 1000000 | 1000100 |
Color Harmonies of #E27BA9
Complementary color
Monochromatic Colors of #E27BA9
Black with #E27BA9
Text Example
Text Example
White with #E27BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BA9; }
p { color: rgb(226,123,169); }
H1.HeaderClassName
{
color: #E27BA9;
}
.AnyTagClassName
{
color: #E27BA9;
}
</style>
background-color css
<style>
a { background-color: #E27BA9; }
a { background-color: rgb(226,123,169); }
div.DivClassName
{
background-color: #E27BA9;
}
.BgClassName
{
background-color: #E27BA9;
}
</style>
border-color css
<style>
span { border-color: #E27BA9; }
span { border-color: rgb(226,123,169); }
td.TdClassName
{
border-color: #E27BA9;
}
.TagClassName
{
border-color: #E27BA9;
}
</style>