Shades of Kobi #E48EA1
Tints of Kobi #E48EA1
RGB
CMYK
RGB Variations
Color information
#E48EA1 (or 0xE48EA1) is known color: Kobi. HEX triplet: E4, 8E and A1. RGB value is (228,142,161). Sum of RGB (Red+Green+Blue) = 228+142+161=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48EA1 is #1B715E. Grayscale: #A9A9A9. Windows color (decimal): -1798495 or 10587876. OLE color: 10587876.
HSL color Cylindrical-coordinate representation of color #E48EA1: hue angle of 346.74º 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 #E48EA1 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 161 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.11 |
| HSL | 346.74º | 0.61% | 0.73% | - |
| HSV(B) | 346.74º | 0.38% | 0.89% | - |
| XYZ | 48.1 | 38.41 | 38.6 | - |
| YUV | 169.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 161 | 0 | 0.38 | 0.29 | 0.11 | 346.74 | 0.61 | 0.73 |
| Hex | E4 | 8E | A1 | 0 | 26 | 1D | B | 15B | 3D | 49 |
| Octal | 344 | 216 | 241 | 0 | 46 | 35 | 13 | 533 | 75 | 111 |
| Binary | 11100100 | 10001110 | 10100001 | 0 | 100110 | 11101 | 1011 | 101011011 | 111101 | 1001001 |
Color Harmonies of #E48EA1
Complementary color
Monochromatic Colors of #E48EA1
Black with #E48EA1
Text Example
Text Example
White with #E48EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48EA1; }
p { color: rgb(228,142,161); }
H1.HeaderClassName
{
color: #E48EA1;
}
.AnyTagClassName
{
color: #E48EA1;
}
</style>
background-color css
<style>
a { background-color: #E48EA1; }
a { background-color: rgb(228,142,161); }
div.DivClassName
{
background-color: #E48EA1;
}
.BgClassName
{
background-color: #E48EA1;
}
</style>
border-color css
<style>
span { border-color: #E48EA1; }
span { border-color: rgb(228,142,161); }
td.TdClassName
{
border-color: #E48EA1;
}
.TagClassName
{
border-color: #E48EA1;
}
</style>