Shades of Kobi #E49BAE
Tints of Kobi #E49BAE
RGB
CMYK
RGB Variations
Color information
#E49BAE (or 0xE49BAE) is known color: Kobi. HEX triplet: E4, 9B and AE. RGB value is (228,155,174). Sum of RGB (Red+Green+Blue) = 228+155+174=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49BAE is #1B6451. Grayscale: #B2B2B2. Windows color (decimal): -1795154 or 11443172. OLE color: 11443172.
HSL color Cylindrical-coordinate representation of color #E49BAE: hue angle of 344.38º 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 #E49BAE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 174 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.11 |
| HSL | 344.38º | 0.57% | 0.75% | - |
| HSV(B) | 344.38º | 0.32% | 0.89% | - |
| XYZ | 51.36 | 42.99 | 45.64 | - |
| YUV | 178.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 174 | 0 | 0.32 | 0.24 | 0.11 | 344.38 | 0.57 | 0.75 |
| Hex | E4 | 9B | AE | 0 | 20 | 18 | B | 158 | 39 | 4B |
| Octal | 344 | 233 | 256 | 0 | 40 | 30 | 13 | 530 | 71 | 113 |
| Binary | 11100100 | 10011011 | 10101110 | 0 | 100000 | 11000 | 1011 | 101011000 | 111001 | 1001011 |
Color Harmonies of #E49BAE
Complementary color
Monochromatic Colors of #E49BAE
Black with #E49BAE
Text Example
Text Example
White with #E49BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BAE; }
p { color: rgb(228,155,174); }
H1.HeaderClassName
{
color: #E49BAE;
}
.AnyTagClassName
{
color: #E49BAE;
}
</style>
background-color css
<style>
a { background-color: #E49BAE; }
a { background-color: rgb(228,155,174); }
div.DivClassName
{
background-color: #E49BAE;
}
.BgClassName
{
background-color: #E49BAE;
}
</style>
border-color css
<style>
span { border-color: #E49BAE; }
span { border-color: rgb(228,155,174); }
td.TdClassName
{
border-color: #E49BAE;
}
.TagClassName
{
border-color: #E49BAE;
}
</style>