Shades of Kobi #E49EAD
Tints of Kobi #E49EAD
RGB
CMYK
RGB Variations
Color information
#E49EAD (or 0xE49EAD) is known color: Kobi. HEX triplet: E4, 9E and AD. RGB value is (228,158,173). Sum of RGB (Red+Green+Blue) = 228+158+173=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49EAD is #1B6152. Grayscale: #B4B4B4. Windows color (decimal): -1794387 or 11378404. OLE color: 11378404.
HSL color Cylindrical-coordinate representation of color #E49EAD: hue angle of 347.14º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49EAD is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 173 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.11 |
| HSL | 347.14º | 0.56% | 0.76% | - |
| HSV(B) | 347.14º | 0.31% | 0.89% | - |
| XYZ | 51.76 | 43.96 | 45.29 | - |
| YUV | 180.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 173 | 0 | 0.31 | 0.24 | 0.11 | 347.14 | 0.56 | 0.76 |
| Hex | E4 | 9E | AD | 0 | 1F | 18 | B | 15B | 38 | 4C |
| Octal | 344 | 236 | 255 | 0 | 37 | 30 | 13 | 533 | 70 | 114 |
| Binary | 11100100 | 10011110 | 10101101 | 0 | 11111 | 11000 | 1011 | 101011011 | 111000 | 1001100 |
Color Harmonies of #E49EAD
Complementary color
Monochromatic Colors of #E49EAD
Black with #E49EAD
Text Example
Text Example
White with #E49EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49EAD; }
p { color: rgb(228,158,173); }
H1.HeaderClassName
{
color: #E49EAD;
}
.AnyTagClassName
{
color: #E49EAD;
}
</style>
background-color css
<style>
a { background-color: #E49EAD; }
a { background-color: rgb(228,158,173); }
div.DivClassName
{
background-color: #E49EAD;
}
.BgClassName
{
background-color: #E49EAD;
}
</style>
border-color css
<style>
span { border-color: #E49EAD; }
span { border-color: rgb(228,158,173); }
td.TdClassName
{
border-color: #E49EAD;
}
.TagClassName
{
border-color: #E49EAD;
}
</style>