Shades of Kobi #E49FB4
Tints of Kobi #E49FB4
RGB
CMYK
RGB Variations
Color information
#E49FB4 (or 0xE49FB4) is known color: Kobi. HEX triplet: E4, 9F and B4. RGB value is (228,159,180). Sum of RGB (Red+Green+Blue) = 228+159+180=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FB4 is #1B604B. Grayscale: #B6B6B6. Windows color (decimal): -1794124 or 11837412. OLE color: 11837412.
HSL color Cylindrical-coordinate representation of color #E49FB4: hue angle of 341.74º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FB4 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 180 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.11 |
| HSL | 341.74º | 0.56% | 0.76% | - |
| HSV(B) | 341.74º | 0.3% | 0.89% | - |
| XYZ | 52.63 | 44.59 | 49.01 | - |
| YUV | 182.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 180 | 0 | 0.30 | 0.21 | 0.11 | 341.74 | 0.56 | 0.76 |
| Hex | E4 | 9F | B4 | 0 | 1E | 15 | B | 156 | 38 | 4C |
| Octal | 344 | 237 | 264 | 0 | 36 | 25 | 13 | 526 | 70 | 114 |
| Binary | 11100100 | 10011111 | 10110100 | 0 | 11110 | 10101 | 1011 | 101010110 | 111000 | 1001100 |
Color Harmonies of #E49FB4
Complementary color
Monochromatic Colors of #E49FB4
Black with #E49FB4
Text Example
Text Example
White with #E49FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FB4; }
p { color: rgb(228,159,180); }
H1.HeaderClassName
{
color: #E49FB4;
}
.AnyTagClassName
{
color: #E49FB4;
}
</style>
background-color css
<style>
a { background-color: #E49FB4; }
a { background-color: rgb(228,159,180); }
div.DivClassName
{
background-color: #E49FB4;
}
.BgClassName
{
background-color: #E49FB4;
}
</style>
border-color css
<style>
span { border-color: #E49FB4; }
span { border-color: rgb(228,159,180); }
td.TdClassName
{
border-color: #E49FB4;
}
.TagClassName
{
border-color: #E49FB4;
}
</style>