Shades of Kobi #E48BAF
Tints of Kobi #E48BAF
RGB
CMYK
RGB Variations
Color information
#E48BAF (or 0xE48BAF) is known color: Kobi. HEX triplet: E4, 8B and AF. RGB value is (228,139,175). Sum of RGB (Red+Green+Blue) = 228+139+175=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BAF is #1B7450. Grayscale: #A9A9A9. Windows color (decimal): -1799249 or 11504612. OLE color: 11504612.
HSL color Cylindrical-coordinate representation of color #E48BAF: hue angle of 335.73º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BAF is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 175 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.11 |
| HSL | 335.73º | 0.62% | 0.72% | - |
| HSV(B) | 335.73º | 0.39% | 0.89% | - |
| XYZ | 48.97 | 38.05 | 45.32 | - |
| YUV | 169.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 175 | 0 | 0.39 | 0.23 | 0.11 | 335.73 | 0.62 | 0.72 |
| Hex | E4 | 8B | AF | 0 | 27 | 17 | B | 150 | 3E | 48 |
| Octal | 344 | 213 | 257 | 0 | 47 | 27 | 13 | 520 | 76 | 110 |
| Binary | 11100100 | 10001011 | 10101111 | 0 | 100111 | 10111 | 1011 | 101010000 | 111110 | 1001000 |
Color Harmonies of #E48BAF
Complementary color
Monochromatic Colors of #E48BAF
Black with #E48BAF
Text Example
Text Example
White with #E48BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BAF; }
p { color: rgb(228,139,175); }
H1.HeaderClassName
{
color: #E48BAF;
}
.AnyTagClassName
{
color: #E48BAF;
}
</style>
background-color css
<style>
a { background-color: #E48BAF; }
a { background-color: rgb(228,139,175); }
div.DivClassName
{
background-color: #E48BAF;
}
.BgClassName
{
background-color: #E48BAF;
}
</style>
border-color css
<style>
span { border-color: #E48BAF; }
span { border-color: rgb(228,139,175); }
td.TdClassName
{
border-color: #E48BAF;
}
.TagClassName
{
border-color: #E48BAF;
}
</style>