Shades of Kobi #E48DAB
Tints of Kobi #E48DAB
RGB
CMYK
RGB Variations
Color information
#E48DAB (or 0xE48DAB) is known color: Kobi. HEX triplet: E4, 8D and AB. RGB value is (228,141,171). Sum of RGB (Red+Green+Blue) = 228+141+171=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48DAB is #1B7254. Grayscale: #AAAAAA. Windows color (decimal): -1798741 or 11242980. OLE color: 11242980.
HSL color Cylindrical-coordinate representation of color #E48DAB: hue angle of 339.31º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48DAB is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 171 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.11 |
| HSL | 339.31º | 0.62% | 0.72% | - |
| HSV(B) | 339.31º | 0.38% | 0.89% | - |
| XYZ | 48.87 | 38.48 | 43.38 | - |
| YUV | 170.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 171 | 0 | 0.38 | 0.25 | 0.11 | 339.31 | 0.62 | 0.72 |
| Hex | E4 | 8D | AB | 0 | 26 | 19 | B | 153 | 3E | 48 |
| Octal | 344 | 215 | 253 | 0 | 46 | 31 | 13 | 523 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10101011 | 0 | 100110 | 11001 | 1011 | 101010011 | 111110 | 1001000 |
Color Harmonies of #E48DAB
Complementary color
Monochromatic Colors of #E48DAB
Black with #E48DAB
Text Example
Text Example
White with #E48DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DAB; }
p { color: rgb(228,141,171); }
H1.HeaderClassName
{
color: #E48DAB;
}
.AnyTagClassName
{
color: #E48DAB;
}
</style>
background-color css
<style>
a { background-color: #E48DAB; }
a { background-color: rgb(228,141,171); }
div.DivClassName
{
background-color: #E48DAB;
}
.BgClassName
{
background-color: #E48DAB;
}
</style>
border-color css
<style>
span { border-color: #E48DAB; }
span { border-color: rgb(228,141,171); }
td.TdClassName
{
border-color: #E48DAB;
}
.TagClassName
{
border-color: #E48DAB;
}
</style>