Shades of Kobi #E48EA0
Tints of Kobi #E48EA0
RGB
CMYK
RGB Variations
Color information
#E48EA0 (or 0xE48EA0) is known color: Kobi. HEX triplet: E4, 8E and A0. RGB value is (228,142,160). Sum of RGB (Red+Green+Blue) = 228+142+160=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48EA0 is #1B715F. Grayscale: #A9A9A9. Windows color (decimal): -1798496 or 10522340. OLE color: 10522340.
HSL color Cylindrical-coordinate representation of color #E48EA0: hue angle of 347.44º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48EA0 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 160 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.11 |
| HSL | 347.44º | 0.61% | 0.73% | - |
| HSV(B) | 347.44º | 0.38% | 0.89% | - |
| XYZ | 48.01 | 38.38 | 38.13 | - |
| YUV | 169.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 160 | 0 | 0.38 | 0.30 | 0.11 | 347.44 | 0.61 | 0.73 |
| Hex | E4 | 8E | A0 | 0 | 26 | 1E | B | 15B | 3D | 49 |
| Octal | 344 | 216 | 240 | 0 | 46 | 36 | 13 | 533 | 75 | 111 |
| Binary | 11100100 | 10001110 | 10100000 | 0 | 100110 | 11110 | 1011 | 101011011 | 111101 | 1001001 |
Color Harmonies of #E48EA0
Complementary color
Monochromatic Colors of #E48EA0
Black with #E48EA0
Text Example
Text Example
White with #E48EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EA0; }
p { color: rgb(228,142,160); }
H1.HeaderClassName
{
color: #E48EA0;
}
.AnyTagClassName
{
color: #E48EA0;
}
</style>
background-color css
<style>
a { background-color: #E48EA0; }
a { background-color: rgb(228,142,160); }
div.DivClassName
{
background-color: #E48EA0;
}
.BgClassName
{
background-color: #E48EA0;
}
</style>
border-color css
<style>
span { border-color: #E48EA0; }
span { border-color: rgb(228,142,160); }
td.TdClassName
{
border-color: #E48EA0;
}
.TagClassName
{
border-color: #E48EA0;
}
</style>