Shades of Kobi #E48FB0
Tints of Kobi #E48FB0
RGB
CMYK
RGB Variations
Color information
#E48FB0 (or 0xE48FB0) is known color: Kobi. HEX triplet: E4, 8F and B0. RGB value is (228,143,176). Sum of RGB (Red+Green+Blue) = 228+143+176=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48FB0 is #1B704F. Grayscale: #ACACAC. Windows color (decimal): -1798224 or 11571172. OLE color: 11571172.
HSL color Cylindrical-coordinate representation of color #E48FB0: hue angle of 336.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E48FB0 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 176 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.11 |
| HSL | 336.71º | 0.61% | 0.73% | - |
| HSV(B) | 336.71º | 0.37% | 0.89% | - |
| XYZ | 49.65 | 39.27 | 46.04 | - |
| YUV | 172.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 176 | 0 | 0.37 | 0.23 | 0.11 | 336.71 | 0.61 | 0.73 |
| Hex | E4 | 8F | B0 | 0 | 25 | 17 | B | 151 | 3D | 49 |
| Octal | 344 | 217 | 260 | 0 | 45 | 27 | 13 | 521 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10110000 | 0 | 100101 | 10111 | 1011 | 101010001 | 111101 | 1001001 |
Color Harmonies of #E48FB0
Complementary color
Monochromatic Colors of #E48FB0
Black with #E48FB0
Text Example
Text Example
White with #E48FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FB0; }
p { color: rgb(228,143,176); }
H1.HeaderClassName
{
color: #E48FB0;
}
.AnyTagClassName
{
color: #E48FB0;
}
</style>
background-color css
<style>
a { background-color: #E48FB0; }
a { background-color: rgb(228,143,176); }
div.DivClassName
{
background-color: #E48FB0;
}
.BgClassName
{
background-color: #E48FB0;
}
</style>
border-color css
<style>
span { border-color: #E48FB0; }
span { border-color: rgb(228,143,176); }
td.TdClassName
{
border-color: #E48FB0;
}
.TagClassName
{
border-color: #E48FB0;
}
</style>