Shades of Kobi #E49FB2
Tints of Kobi #E49FB2
RGB
CMYK
RGB Variations
Color information
#E49FB2 (or 0xE49FB2) is known color: Kobi. HEX triplet: E4, 9F and B2. RGB value is (228,159,178). Sum of RGB (Red+Green+Blue) = 228+159+178=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49FB2 is #1B604D. Grayscale: #B5B5B5. Windows color (decimal): -1794126 or 11706340. OLE color: 11706340.
HSL color Cylindrical-coordinate representation of color #E49FB2: hue angle of 343.48º 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 #E49FB2 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 178 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.11 |
| HSL | 343.48º | 0.56% | 0.76% | - |
| HSV(B) | 343.48º | 0.3% | 0.89% | - |
| XYZ | 52.43 | 44.5 | 47.95 | - |
| YUV | 181.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 178 | 0 | 0.30 | 0.22 | 0.11 | 343.48 | 0.56 | 0.76 |
| Hex | E4 | 9F | B2 | 0 | 1E | 16 | B | 157 | 38 | 4C |
| Octal | 344 | 237 | 262 | 0 | 36 | 26 | 13 | 527 | 70 | 114 |
| Binary | 11100100 | 10011111 | 10110010 | 0 | 11110 | 10110 | 1011 | 101010111 | 111000 | 1001100 |
Color Harmonies of #E49FB2
Complementary color
Monochromatic Colors of #E49FB2
Black with #E49FB2
Text Example
Text Example
White with #E49FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FB2; }
p { color: rgb(228,159,178); }
H1.HeaderClassName
{
color: #E49FB2;
}
.AnyTagClassName
{
color: #E49FB2;
}
</style>
background-color css
<style>
a { background-color: #E49FB2; }
a { background-color: rgb(228,159,178); }
div.DivClassName
{
background-color: #E49FB2;
}
.BgClassName
{
background-color: #E49FB2;
}
</style>
border-color css
<style>
span { border-color: #E49FB2; }
span { border-color: rgb(228,159,178); }
td.TdClassName
{
border-color: #E49FB2;
}
.TagClassName
{
border-color: #E49FB2;
}
</style>