Shades of Kobi #E094A9
Tints of Kobi #E094A9
RGB
CMYK
RGB Variations
Color information
#E094A9 (or 0xE094A9) is known color: Kobi. HEX triplet: E0, 94 and A9. RGB value is (224,148,169). Sum of RGB (Red+Green+Blue) = 224+148+169=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E094A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094A9 is #1F6B56. Grayscale: #ADADAD. Windows color (decimal): -2059095 or 11113696. OLE color: 11113696.
HSL color Cylindrical-coordinate representation of color #E094A9: hue angle of 343.42º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094A9 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 169 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.12 |
| HSL | 343.42º | 0.55% | 0.73% | - |
| HSV(B) | 343.42º | 0.34% | 0.88% | - |
| XYZ | 48.49 | 39.89 | 42.68 | - |
| YUV | 173.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 169 | 0 | 0.34 | 0.25 | 0.12 | 343.42 | 0.55 | 0.73 |
| Hex | E0 | 94 | A9 | 0 | 22 | 19 | C | 157 | 37 | 49 |
| Octal | 340 | 224 | 251 | 0 | 42 | 31 | 14 | 527 | 67 | 111 |
| Binary | 11100000 | 10010100 | 10101001 | 0 | 100010 | 11001 | 1100 | 101010111 | 110111 | 1001001 |
Color Harmonies of #E094A9
Complementary color
Monochromatic Colors of #E094A9
Black with #E094A9
Text Example
Text Example
White with #E094A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094A9; }
p { color: rgb(224,148,169); }
H1.HeaderClassName
{
color: #E094A9;
}
.AnyTagClassName
{
color: #E094A9;
}
</style>
background-color css
<style>
a { background-color: #E094A9; }
a { background-color: rgb(224,148,169); }
div.DivClassName
{
background-color: #E094A9;
}
.BgClassName
{
background-color: #E094A9;
}
</style>
border-color css
<style>
span { border-color: #E094A9; }
span { border-color: rgb(224,148,169); }
td.TdClassName
{
border-color: #E094A9;
}
.TagClassName
{
border-color: #E094A9;
}
</style>