Shades of Kobi #E298B0
Tints of Kobi #E298B0
RGB
CMYK
RGB Variations
Color information
#E298B0 (or 0xE298B0) is known color: Kobi. HEX triplet: E2, 98 and B0. RGB value is (226,152,176). Sum of RGB (Red+Green+Blue) = 226+152+176=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E298B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E298B0 is #1D674F. Grayscale: #B0B0B0. Windows color (decimal): -1926992 or 11573474. OLE color: 11573474.
HSL color Cylindrical-coordinate representation of color #E298B0: hue angle of 340.54º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298B0 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 176 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.11 |
| HSL | 340.54º | 0.56% | 0.74% | - |
| HSV(B) | 340.54º | 0.33% | 0.89% | - |
| XYZ | 50.43 | 41.76 | 46.48 | - |
| YUV | 176.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 176 | 0 | 0.33 | 0.22 | 0.11 | 340.54 | 0.56 | 0.74 |
| Hex | E2 | 98 | B0 | 0 | 21 | 16 | B | 155 | 38 | 4A |
| Octal | 342 | 230 | 260 | 0 | 41 | 26 | 13 | 525 | 70 | 112 |
| Binary | 11100010 | 10011000 | 10110000 | 0 | 100001 | 10110 | 1011 | 101010101 | 111000 | 1001010 |
Color Harmonies of #E298B0
Complementary color
Monochromatic Colors of #E298B0
Black with #E298B0
Text Example
Text Example
White with #E298B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298B0; }
p { color: rgb(226,152,176); }
H1.HeaderClassName
{
color: #E298B0;
}
.AnyTagClassName
{
color: #E298B0;
}
</style>
background-color css
<style>
a { background-color: #E298B0; }
a { background-color: rgb(226,152,176); }
div.DivClassName
{
background-color: #E298B0;
}
.BgClassName
{
background-color: #E298B0;
}
</style>
border-color css
<style>
span { border-color: #E298B0; }
span { border-color: rgb(226,152,176); }
td.TdClassName
{
border-color: #E298B0;
}
.TagClassName
{
border-color: #E298B0;
}
</style>