Shades of Kobi #E49DAD
Tints of Kobi #E49DAD
RGB
CMYK
RGB Variations
Color information
#E49DAD (or 0xE49DAD) is known color: Kobi. HEX triplet: E4, 9D and AD. RGB value is (228,157,173). Sum of RGB (Red+Green+Blue) = 228+157+173=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49DAD is #1B6252. Grayscale: #B4B4B4. Windows color (decimal): -1794643 or 11378148. OLE color: 11378148.
HSL color Cylindrical-coordinate representation of color #E49DAD: hue angle of 346.48º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DAD is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 173 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.11 |
| HSL | 346.48º | 0.57% | 0.75% | - |
| HSV(B) | 346.48º | 0.31% | 0.89% | - |
| XYZ | 51.59 | 43.63 | 45.24 | - |
| YUV | 180.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 173 | 0 | 0.31 | 0.24 | 0.11 | 346.48 | 0.57 | 0.75 |
| Hex | E4 | 9D | AD | 0 | 1F | 18 | B | 15A | 39 | 4B |
| Octal | 344 | 235 | 255 | 0 | 37 | 30 | 13 | 532 | 71 | 113 |
| Binary | 11100100 | 10011101 | 10101101 | 0 | 11111 | 11000 | 1011 | 101011010 | 111001 | 1001011 |
Color Harmonies of #E49DAD
Complementary color
Monochromatic Colors of #E49DAD
Black with #E49DAD
Text Example
Text Example
White with #E49DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49DAD; }
p { color: rgb(228,157,173); }
H1.HeaderClassName
{
color: #E49DAD;
}
.AnyTagClassName
{
color: #E49DAD;
}
</style>
background-color css
<style>
a { background-color: #E49DAD; }
a { background-color: rgb(228,157,173); }
div.DivClassName
{
background-color: #E49DAD;
}
.BgClassName
{
background-color: #E49DAD;
}
</style>
border-color css
<style>
span { border-color: #E49DAD; }
span { border-color: rgb(228,157,173); }
td.TdClassName
{
border-color: #E49DAD;
}
.TagClassName
{
border-color: #E49DAD;
}
</style>