Shades of Kobi #E49AAF
Tints of Kobi #E49AAF
RGB
CMYK
RGB Variations
Color information
#E49AAF (or 0xE49AAF) is known color: Kobi. HEX triplet: E4, 9A and AF. RGB value is (228,154,175). Sum of RGB (Red+Green+Blue) = 228+154+175=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49AAF is #1B6550. Grayscale: #B2B2B2. Windows color (decimal): -1795409 or 11508452. OLE color: 11508452.
HSL color Cylindrical-coordinate representation of color #E49AAF: hue angle of 342.97º degrees, saturation: 0.58, 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 #E49AAF is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 175 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.11 |
| HSL | 342.97º | 0.58% | 0.75% | - |
| HSV(B) | 342.97º | 0.32% | 0.89% | - |
| XYZ | 51.29 | 42.7 | 46.1 | - |
| YUV | 178.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 175 | 0 | 0.32 | 0.23 | 0.11 | 342.97 | 0.58 | 0.75 |
| Hex | E4 | 9A | AF | 0 | 20 | 17 | B | 157 | 3A | 4B |
| Octal | 344 | 232 | 257 | 0 | 40 | 27 | 13 | 527 | 72 | 113 |
| Binary | 11100100 | 10011010 | 10101111 | 0 | 100000 | 10111 | 1011 | 101010111 | 111010 | 1001011 |
Color Harmonies of #E49AAF
Complementary color
Monochromatic Colors of #E49AAF
Black with #E49AAF
Text Example
Text Example
White with #E49AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49AAF; }
p { color: rgb(228,154,175); }
H1.HeaderClassName
{
color: #E49AAF;
}
.AnyTagClassName
{
color: #E49AAF;
}
</style>
background-color css
<style>
a { background-color: #E49AAF; }
a { background-color: rgb(228,154,175); }
div.DivClassName
{
background-color: #E49AAF;
}
.BgClassName
{
background-color: #E49AAF;
}
</style>
border-color css
<style>
span { border-color: #E49AAF; }
span { border-color: rgb(228,154,175); }
td.TdClassName
{
border-color: #E49AAF;
}
.TagClassName
{
border-color: #E49AAF;
}
</style>