Shades of Kobi #E299B2
Tints of Kobi #E299B2
RGB
CMYK
RGB Variations
Color information
#E299B2 (or 0xE299B2) is known color: Kobi. HEX triplet: E2, 99 and B2. RGB value is (226,153,178). Sum of RGB (Red+Green+Blue) = 226+153+178=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E299B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299B2 is #1D664D. Grayscale: #B1B1B1. Windows color (decimal): -1926734 or 11704802. OLE color: 11704802.
HSL color Cylindrical-coordinate representation of color #E299B2: hue angle of 339.45º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299B2 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 178 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.11 |
| HSL | 339.45º | 0.56% | 0.74% | - |
| HSV(B) | 339.45º | 0.32% | 0.89% | - |
| XYZ | 50.79 | 42.17 | 47.58 | - |
| YUV | 177.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 178 | 0 | 0.32 | 0.21 | 0.11 | 339.45 | 0.56 | 0.74 |
| Hex | E2 | 99 | B2 | 0 | 20 | 15 | B | 153 | 38 | 4A |
| Octal | 342 | 231 | 262 | 0 | 40 | 25 | 13 | 523 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10110010 | 0 | 100000 | 10101 | 1011 | 101010011 | 111000 | 1001010 |
Color Harmonies of #E299B2
Complementary color
Monochromatic Colors of #E299B2
Black with #E299B2
Text Example
Text Example
White with #E299B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299B2; }
p { color: rgb(226,153,178); }
H1.HeaderClassName
{
color: #E299B2;
}
.AnyTagClassName
{
color: #E299B2;
}
</style>
background-color css
<style>
a { background-color: #E299B2; }
a { background-color: rgb(226,153,178); }
div.DivClassName
{
background-color: #E299B2;
}
.BgClassName
{
background-color: #E299B2;
}
</style>
border-color css
<style>
span { border-color: #E299B2; }
span { border-color: rgb(226,153,178); }
td.TdClassName
{
border-color: #E299B2;
}
.TagClassName
{
border-color: #E299B2;
}
</style>