Shades of Kobi #E298AB
Tints of Kobi #E298AB
RGB
CMYK
RGB Variations
Color information
#E298AB (or 0xE298AB) is known color: Kobi. HEX triplet: E2, 98 and AB. RGB value is (226,152,171). Sum of RGB (Red+Green+Blue) = 226+152+171=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E298AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E298AB is #1D6754. Grayscale: #B0B0B0. Windows color (decimal): -1926997 or 11245794. OLE color: 11245794.
HSL color Cylindrical-coordinate representation of color #E298AB: hue angle of 344.59º 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 #E298AB is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 171 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.11 |
| HSL | 344.59º | 0.56% | 0.74% | - |
| HSV(B) | 344.59º | 0.33% | 0.89% | - |
| XYZ | 49.94 | 41.57 | 43.92 | - |
| YUV | 176.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 171 | 0 | 0.33 | 0.24 | 0.11 | 344.59 | 0.56 | 0.74 |
| Hex | E2 | 98 | AB | 0 | 21 | 18 | B | 159 | 38 | 4A |
| Octal | 342 | 230 | 253 | 0 | 41 | 30 | 13 | 531 | 70 | 112 |
| Binary | 11100010 | 10011000 | 10101011 | 0 | 100001 | 11000 | 1011 | 101011001 | 111000 | 1001010 |
Color Harmonies of #E298AB
Complementary color
Monochromatic Colors of #E298AB
Black with #E298AB
Text Example
Text Example
White with #E298AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298AB; }
p { color: rgb(226,152,171); }
H1.HeaderClassName
{
color: #E298AB;
}
.AnyTagClassName
{
color: #E298AB;
}
</style>
background-color css
<style>
a { background-color: #E298AB; }
a { background-color: rgb(226,152,171); }
div.DivClassName
{
background-color: #E298AB;
}
.BgClassName
{
background-color: #E298AB;
}
</style>
border-color css
<style>
span { border-color: #E298AB; }
span { border-color: rgb(226,152,171); }
td.TdClassName
{
border-color: #E298AB;
}
.TagClassName
{
border-color: #E298AB;
}
</style>