Shades of Kobi #E097A3
Tints of Kobi #E097A3
RGB
CMYK
RGB Variations
Color information
#E097A3 (or 0xE097A3) is known color: Kobi. HEX triplet: E0, 97 and A3. RGB value is (224,151,163). Sum of RGB (Red+Green+Blue) = 224+151+163=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E097A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097A3 is #1F685C. Grayscale: #AEAEAE. Windows color (decimal): -2058333 or 10721248. OLE color: 10721248.
HSL color Cylindrical-coordinate representation of color #E097A3: hue angle of 350.14º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097A3 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 163 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.12 |
| HSL | 350.14º | 0.54% | 0.74% | - |
| HSV(B) | 350.14º | 0.33% | 0.88% | - |
| XYZ | 48.42 | 40.62 | 39.94 | - |
| YUV | 174.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 163 | 0 | 0.33 | 0.27 | 0.12 | 350.14 | 0.54 | 0.74 |
| Hex | E0 | 97 | A3 | 0 | 21 | 1B | C | 15E | 36 | 4A |
| Octal | 340 | 227 | 243 | 0 | 41 | 33 | 14 | 536 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10100011 | 0 | 100001 | 11011 | 1100 | 101011110 | 110110 | 1001010 |
Color Harmonies of #E097A3
Complementary color
Monochromatic Colors of #E097A3
Black with #E097A3
Text Example
Text Example
White with #E097A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097A3; }
p { color: rgb(224,151,163); }
H1.HeaderClassName
{
color: #E097A3;
}
.AnyTagClassName
{
color: #E097A3;
}
</style>
background-color css
<style>
a { background-color: #E097A3; }
a { background-color: rgb(224,151,163); }
div.DivClassName
{
background-color: #E097A3;
}
.BgClassName
{
background-color: #E097A3;
}
</style>
border-color css
<style>
span { border-color: #E097A3; }
span { border-color: rgb(224,151,163); }
td.TdClassName
{
border-color: #E097A3;
}
.TagClassName
{
border-color: #E097A3;
}
</style>