Shades of Kobi #E48FAF
Tints of Kobi #E48FAF
RGB
CMYK
RGB Variations
Color information
#E48FAF (or 0xE48FAF) is known color: Kobi. HEX triplet: E4, 8F and AF. RGB value is (228,143,175). Sum of RGB (Red+Green+Blue) = 228+143+175=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48FAF is #1B7050. Grayscale: #ACACAC. Windows color (decimal): -1798225 or 11505636. OLE color: 11505636.
HSL color Cylindrical-coordinate representation of color #E48FAF: hue angle of 337.41º 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 #E48FAF is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 175 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.11 |
| HSL | 337.41º | 0.61% | 0.73% | - |
| HSV(B) | 337.41º | 0.37% | 0.89% | - |
| XYZ | 49.56 | 39.23 | 45.52 | - |
| YUV | 172.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 175 | 0 | 0.37 | 0.23 | 0.11 | 337.41 | 0.61 | 0.73 |
| Hex | E4 | 8F | AF | 0 | 25 | 17 | B | 151 | 3D | 49 |
| Octal | 344 | 217 | 257 | 0 | 45 | 27 | 13 | 521 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10101111 | 0 | 100101 | 10111 | 1011 | 101010001 | 111101 | 1001001 |
Color Harmonies of #E48FAF
Complementary color
Monochromatic Colors of #E48FAF
Black with #E48FAF
Text Example
Text Example
White with #E48FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FAF; }
p { color: rgb(228,143,175); }
H1.HeaderClassName
{
color: #E48FAF;
}
.AnyTagClassName
{
color: #E48FAF;
}
</style>
background-color css
<style>
a { background-color: #E48FAF; }
a { background-color: rgb(228,143,175); }
div.DivClassName
{
background-color: #E48FAF;
}
.BgClassName
{
background-color: #E48FAF;
}
</style>
border-color css
<style>
span { border-color: #E48FAF; }
span { border-color: rgb(228,143,175); }
td.TdClassName
{
border-color: #E48FAF;
}
.TagClassName
{
border-color: #E48FAF;
}
</style>