Shades of Kobi #E299B3
Tints of Kobi #E299B3
RGB
CMYK
RGB Variations
Color information
#E299B3 (or 0xE299B3) is known color: Kobi. HEX triplet: E2, 99 and B3. RGB value is (226,153,179). Sum of RGB (Red+Green+Blue) = 226+153+179=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E299B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299B3 is #1D664C. Grayscale: #B1B1B1. Windows color (decimal): -1926733 or 11770338. OLE color: 11770338.
HSL color Cylindrical-coordinate representation of color #E299B3: hue angle of 338.63º 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 #E299B3 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 179 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.11 |
| HSL | 338.63º | 0.56% | 0.74% | - |
| HSV(B) | 338.63º | 0.32% | 0.89% | - |
| XYZ | 50.89 | 42.21 | 48.11 | - |
| YUV | 177.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 179 | 0 | 0.32 | 0.21 | 0.11 | 338.63 | 0.56 | 0.74 |
| Hex | E2 | 99 | B3 | 0 | 20 | 15 | B | 153 | 38 | 4A |
| Octal | 342 | 231 | 263 | 0 | 40 | 25 | 13 | 523 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10110011 | 0 | 100000 | 10101 | 1011 | 101010011 | 111000 | 1001010 |
Color Harmonies of #E299B3
Complementary color
Monochromatic Colors of #E299B3
Black with #E299B3
Text Example
Text Example
White with #E299B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299B3; }
p { color: rgb(226,153,179); }
H1.HeaderClassName
{
color: #E299B3;
}
.AnyTagClassName
{
color: #E299B3;
}
</style>
background-color css
<style>
a { background-color: #E299B3; }
a { background-color: rgb(226,153,179); }
div.DivClassName
{
background-color: #E299B3;
}
.BgClassName
{
background-color: #E299B3;
}
</style>
border-color css
<style>
span { border-color: #E299B3; }
span { border-color: rgb(226,153,179); }
td.TdClassName
{
border-color: #E299B3;
}
.TagClassName
{
border-color: #E299B3;
}
</style>