Shades of Kobi #E49FAF
Tints of Kobi #E49FAF
RGB
CMYK
RGB Variations
Color information
#E49FAF (or 0xE49FAF) is known color: Kobi. HEX triplet: E4, 9F and AF. RGB value is (228,159,175). Sum of RGB (Red+Green+Blue) = 228+159+175=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49FAF is #1B6050. Grayscale: #B5B5B5. Windows color (decimal): -1794129 or 11509732. OLE color: 11509732.
HSL color Cylindrical-coordinate representation of color #E49FAF: hue angle of 346.09º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FAF is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 175 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.11 |
| HSL | 346.09º | 0.56% | 0.76% | - |
| HSV(B) | 346.09º | 0.3% | 0.89% | - |
| XYZ | 52.13 | 44.39 | 46.38 | - |
| YUV | 181.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 175 | 0 | 0.30 | 0.23 | 0.11 | 346.09 | 0.56 | 0.76 |
| Hex | E4 | 9F | AF | 0 | 1E | 17 | B | 15A | 38 | 4C |
| Octal | 344 | 237 | 257 | 0 | 36 | 27 | 13 | 532 | 70 | 114 |
| Binary | 11100100 | 10011111 | 10101111 | 0 | 11110 | 10111 | 1011 | 101011010 | 111000 | 1001100 |
Color Harmonies of #E49FAF
Complementary color
Monochromatic Colors of #E49FAF
Black with #E49FAF
Text Example
Text Example
White with #E49FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FAF; }
p { color: rgb(228,159,175); }
H1.HeaderClassName
{
color: #E49FAF;
}
.AnyTagClassName
{
color: #E49FAF;
}
</style>
background-color css
<style>
a { background-color: #E49FAF; }
a { background-color: rgb(228,159,175); }
div.DivClassName
{
background-color: #E49FAF;
}
.BgClassName
{
background-color: #E49FAF;
}
</style>
border-color css
<style>
span { border-color: #E49FAF; }
span { border-color: rgb(228,159,175); }
td.TdClassName
{
border-color: #E49FAF;
}
.TagClassName
{
border-color: #E49FAF;
}
</style>