Shades of Kobi #E49CAD
Tints of Kobi #E49CAD
RGB
CMYK
RGB Variations
Color information
#E49CAD (or 0xE49CAD) is known color: Kobi. HEX triplet: E4, 9C and AD. RGB value is (228,156,173). Sum of RGB (Red+Green+Blue) = 228+156+173=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CAD is #1B6352. Grayscale: #B3B3B3. Windows color (decimal): -1794899 or 11377892. OLE color: 11377892.
HSL color Cylindrical-coordinate representation of color #E49CAD: hue angle of 345.83º 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 #E49CAD is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 173 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.11 |
| HSL | 345.83º | 0.57% | 0.75% | - |
| HSV(B) | 345.83º | 0.32% | 0.89% | - |
| XYZ | 51.43 | 43.29 | 45.18 | - |
| YUV | 179.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 173 | 0 | 0.32 | 0.24 | 0.11 | 345.83 | 0.57 | 0.75 |
| Hex | E4 | 9C | AD | 0 | 20 | 18 | B | 15A | 39 | 4B |
| Octal | 344 | 234 | 255 | 0 | 40 | 30 | 13 | 532 | 71 | 113 |
| Binary | 11100100 | 10011100 | 10101101 | 0 | 100000 | 11000 | 1011 | 101011010 | 111001 | 1001011 |
Color Harmonies of #E49CAD
Complementary color
Monochromatic Colors of #E49CAD
Black with #E49CAD
Text Example
Text Example
White with #E49CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49CAD; }
p { color: rgb(228,156,173); }
H1.HeaderClassName
{
color: #E49CAD;
}
.AnyTagClassName
{
color: #E49CAD;
}
</style>
background-color css
<style>
a { background-color: #E49CAD; }
a { background-color: rgb(228,156,173); }
div.DivClassName
{
background-color: #E49CAD;
}
.BgClassName
{
background-color: #E49CAD;
}
</style>
border-color css
<style>
span { border-color: #E49CAD; }
span { border-color: rgb(228,156,173); }
td.TdClassName
{
border-color: #E49CAD;
}
.TagClassName
{
border-color: #E49CAD;
}
</style>