Shades of Kobi #E097AF
Tints of Kobi #E097AF
RGB
CMYK
RGB Variations
Color information
#E097AF (or 0xE097AF) is known color: Kobi. HEX triplet: E0, 97 and AF. RGB value is (224,151,175). Sum of RGB (Red+Green+Blue) = 224+151+175=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E097AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097AF is #1F6850. Grayscale: #AFAFAF. Windows color (decimal): -2058321 or 11507680. OLE color: 11507680.
HSL color Cylindrical-coordinate representation of color #E097AF: hue angle of 340.27º 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 #E097AF is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 175 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.12 |
| HSL | 340.27º | 0.54% | 0.74% | - |
| HSV(B) | 340.27º | 0.33% | 0.88% | - |
| XYZ | 49.54 | 41.08 | 45.87 | - |
| YUV | 175.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 175 | 0 | 0.33 | 0.22 | 0.12 | 340.27 | 0.54 | 0.74 |
| Hex | E0 | 97 | AF | 0 | 21 | 16 | C | 154 | 36 | 4A |
| Octal | 340 | 227 | 257 | 0 | 41 | 26 | 14 | 524 | 66 | 112 |
| Binary | 11100000 | 10010111 | 10101111 | 0 | 100001 | 10110 | 1100 | 101010100 | 110110 | 1001010 |
Color Harmonies of #E097AF
Complementary color
Monochromatic Colors of #E097AF
Black with #E097AF
Text Example
Text Example
White with #E097AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097AF; }
p { color: rgb(224,151,175); }
H1.HeaderClassName
{
color: #E097AF;
}
.AnyTagClassName
{
color: #E097AF;
}
</style>
background-color css
<style>
a { background-color: #E097AF; }
a { background-color: rgb(224,151,175); }
div.DivClassName
{
background-color: #E097AF;
}
.BgClassName
{
background-color: #E097AF;
}
</style>
border-color css
<style>
span { border-color: #E097AF; }
span { border-color: rgb(224,151,175); }
td.TdClassName
{
border-color: #E097AF;
}
.TagClassName
{
border-color: #E097AF;
}
</style>