Shades of Kobi #E19AAB
Tints of Kobi #E19AAB
RGB
CMYK
RGB Variations
Color information
#E19AAB (or 0xE19AAB) is known color: Kobi. HEX triplet: E1, 9A and AB. RGB value is (225,154,171). Sum of RGB (Red+Green+Blue) = 225+154+171=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAB is #1E6554. Grayscale: #B1B1B1. Windows color (decimal): -1992021 or 11246305. OLE color: 11246305.
HSL color Cylindrical-coordinate representation of color #E19AAB: hue angle of 345.63º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AAB is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 171 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.12 |
| HSL | 345.63º | 0.54% | 0.74% | - |
| HSV(B) | 345.63º | 0.32% | 0.88% | - |
| XYZ | 49.96 | 42.06 | 44.01 | - |
| YUV | 177.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 171 | 0 | 0.32 | 0.24 | 0.12 | 345.63 | 0.54 | 0.74 |
| Hex | E1 | 9A | AB | 0 | 20 | 18 | C | 15A | 36 | 4A |
| Octal | 341 | 232 | 253 | 0 | 40 | 30 | 14 | 532 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10101011 | 0 | 100000 | 11000 | 1100 | 101011010 | 110110 | 1001010 |
Color Harmonies of #E19AAB
Complementary color
Monochromatic Colors of #E19AAB
Black with #E19AAB
Text Example
Text Example
White with #E19AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AAB; }
p { color: rgb(225,154,171); }
H1.HeaderClassName
{
color: #E19AAB;
}
.AnyTagClassName
{
color: #E19AAB;
}
</style>
background-color css
<style>
a { background-color: #E19AAB; }
a { background-color: rgb(225,154,171); }
div.DivClassName
{
background-color: #E19AAB;
}
.BgClassName
{
background-color: #E19AAB;
}
</style>
border-color css
<style>
span { border-color: #E19AAB; }
span { border-color: rgb(225,154,171); }
td.TdClassName
{
border-color: #E19AAB;
}
.TagClassName
{
border-color: #E19AAB;
}
</style>