Shades of Kobi #E09EAB
Tints of Kobi #E09EAB
RGB
CMYK
RGB Variations
Color information
#E09EAB (or 0xE09EAB) is known color: Kobi. HEX triplet: E0, 9E and AB. RGB value is (224,158,171). Sum of RGB (Red+Green+Blue) = 224+158+171=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09EAB is #1F6154. Grayscale: #B3B3B3. Windows color (decimal): -2056533 or 11247328. OLE color: 11247328.
HSL color Cylindrical-coordinate representation of color #E09EAB: hue angle of 348.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09EAB is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 171 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.12 |
| HSL | 348.18º | 0.52% | 0.75% | - |
| HSV(B) | 348.18º | 0.29% | 0.88% | - |
| XYZ | 50.32 | 43.24 | 44.22 | - |
| YUV | 179.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 171 | 0 | 0.29 | 0.24 | 0.12 | 348.18 | 0.52 | 0.75 |
| Hex | E0 | 9E | AB | 0 | 1D | 18 | C | 15C | 34 | 4B |
| Octal | 340 | 236 | 253 | 0 | 35 | 30 | 14 | 534 | 64 | 113 |
| Binary | 11100000 | 10011110 | 10101011 | 0 | 11101 | 11000 | 1100 | 101011100 | 110100 | 1001011 |
Color Harmonies of #E09EAB
Complementary color
Monochromatic Colors of #E09EAB
Black with #E09EAB
Text Example
Text Example
White with #E09EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09EAB; }
p { color: rgb(224,158,171); }
H1.HeaderClassName
{
color: #E09EAB;
}
.AnyTagClassName
{
color: #E09EAB;
}
</style>
background-color css
<style>
a { background-color: #E09EAB; }
a { background-color: rgb(224,158,171); }
div.DivClassName
{
background-color: #E09EAB;
}
.BgClassName
{
background-color: #E09EAB;
}
</style>
border-color css
<style>
span { border-color: #E09EAB; }
span { border-color: rgb(224,158,171); }
td.TdClassName
{
border-color: #E09EAB;
}
.TagClassName
{
border-color: #E09EAB;
}
</style>