Shades of Kobi #E49FAE
Tints of Kobi #E49FAE
RGB
CMYK
RGB Variations
Color information
#E49FAE (or 0xE49FAE) is known color: Kobi. HEX triplet: E4, 9F and AE. RGB value is (228,159,174). Sum of RGB (Red+Green+Blue) = 228+159+174=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49FAE is #1B6051. Grayscale: #B5B5B5. Windows color (decimal): -1794130 or 11444196. OLE color: 11444196.
HSL color Cylindrical-coordinate representation of color #E49FAE: hue angle of 346.96º 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 #E49FAE is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 174 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.11 |
| HSL | 346.96º | 0.56% | 0.76% | - |
| HSV(B) | 346.96º | 0.3% | 0.89% | - |
| XYZ | 52.03 | 44.35 | 45.86 | - |
| YUV | 181.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 174 | 0 | 0.30 | 0.24 | 0.11 | 346.96 | 0.56 | 0.76 |
| Hex | E4 | 9F | AE | 0 | 1E | 18 | B | 15B | 38 | 4C |
| Octal | 344 | 237 | 256 | 0 | 36 | 30 | 13 | 533 | 70 | 114 |
| Binary | 11100100 | 10011111 | 10101110 | 0 | 11110 | 11000 | 1011 | 101011011 | 111000 | 1001100 |
Color Harmonies of #E49FAE
Complementary color
Monochromatic Colors of #E49FAE
Black with #E49FAE
Text Example
Text Example
White with #E49FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FAE; }
p { color: rgb(228,159,174); }
H1.HeaderClassName
{
color: #E49FAE;
}
.AnyTagClassName
{
color: #E49FAE;
}
</style>
background-color css
<style>
a { background-color: #E49FAE; }
a { background-color: rgb(228,159,174); }
div.DivClassName
{
background-color: #E49FAE;
}
.BgClassName
{
background-color: #E49FAE;
}
</style>
border-color css
<style>
span { border-color: #E49FAE; }
span { border-color: rgb(228,159,174); }
td.TdClassName
{
border-color: #E49FAE;
}
.TagClassName
{
border-color: #E49FAE;
}
</style>