Shades of Kobi #E094AA
Tints of Kobi #E094AA
RGB
CMYK
RGB Variations
Color information
#E094AA (or 0xE094AA) is known color: Kobi. HEX triplet: E0, 94 and AA. RGB value is (224,148,170). Sum of RGB (Red+Green+Blue) = 224+148+170=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E094AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094AA is #1F6B55. Grayscale: #ADADAD. Windows color (decimal): -2059094 or 11179232. OLE color: 11179232.
HSL color Cylindrical-coordinate representation of color #E094AA: hue angle of 342.63º 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 #E094AA is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 170 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.12 |
| HSL | 342.63º | 0.55% | 0.73% | - |
| HSV(B) | 342.63º | 0.34% | 0.88% | - |
| XYZ | 48.59 | 39.93 | 43.18 | - |
| YUV | 173.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 170 | 0 | 0.34 | 0.24 | 0.12 | 342.63 | 0.55 | 0.73 |
| Hex | E0 | 94 | AA | 0 | 22 | 18 | C | 157 | 37 | 49 |
| Octal | 340 | 224 | 252 | 0 | 42 | 30 | 14 | 527 | 67 | 111 |
| Binary | 11100000 | 10010100 | 10101010 | 0 | 100010 | 11000 | 1100 | 101010111 | 110111 | 1001001 |
Color Harmonies of #E094AA
Complementary color
Monochromatic Colors of #E094AA
Black with #E094AA
Text Example
Text Example
White with #E094AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094AA; }
p { color: rgb(224,148,170); }
H1.HeaderClassName
{
color: #E094AA;
}
.AnyTagClassName
{
color: #E094AA;
}
</style>
background-color css
<style>
a { background-color: #E094AA; }
a { background-color: rgb(224,148,170); }
div.DivClassName
{
background-color: #E094AA;
}
.BgClassName
{
background-color: #E094AA;
}
</style>
border-color css
<style>
span { border-color: #E094AA; }
span { border-color: rgb(224,148,170); }
td.TdClassName
{
border-color: #E094AA;
}
.TagClassName
{
border-color: #E094AA;
}
</style>