Shades of Kobi #E49CAA
Tints of Kobi #E49CAA
RGB
CMYK
RGB Variations
Color information
#E49CAA (or 0xE49CAA) is known color: Kobi. HEX triplet: E4, 9C and AA. RGB value is (228,156,170). Sum of RGB (Red+Green+Blue) = 228+156+170=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CAA is #1B6355. Grayscale: #B3B3B3. Windows color (decimal): -1794902 or 11181284. OLE color: 11181284.
HSL color Cylindrical-coordinate representation of color #E49CAA: hue angle of 348.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49CAA is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 170 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.11 |
| HSL | 348.33º | 0.57% | 0.75% | - |
| HSV(B) | 348.33º | 0.32% | 0.89% | - |
| XYZ | 51.14 | 43.17 | 43.67 | - |
| YUV | 179.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 170 | 0 | 0.32 | 0.25 | 0.11 | 348.33 | 0.57 | 0.75 |
| Hex | E4 | 9C | AA | 0 | 20 | 19 | B | 15C | 39 | 4B |
| Octal | 344 | 234 | 252 | 0 | 40 | 31 | 13 | 534 | 71 | 113 |
| Binary | 11100100 | 10011100 | 10101010 | 0 | 100000 | 11001 | 1011 | 101011100 | 111001 | 1001011 |
Color Harmonies of #E49CAA
Complementary color
Monochromatic Colors of #E49CAA
Black with #E49CAA
Text Example
Text Example
White with #E49CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49CAA; }
p { color: rgb(228,156,170); }
H1.HeaderClassName
{
color: #E49CAA;
}
.AnyTagClassName
{
color: #E49CAA;
}
</style>
background-color css
<style>
a { background-color: #E49CAA; }
a { background-color: rgb(228,156,170); }
div.DivClassName
{
background-color: #E49CAA;
}
.BgClassName
{
background-color: #E49CAA;
}
</style>
border-color css
<style>
span { border-color: #E49CAA; }
span { border-color: rgb(228,156,170); }
td.TdClassName
{
border-color: #E49CAA;
}
.TagClassName
{
border-color: #E49CAA;
}
</style>