Shades of Kobi #E299A8
Tints of Kobi #E299A8
RGB
CMYK
RGB Variations
Color information
#E299A8 (or 0xE299A8) is known color: Kobi. HEX triplet: E2, 99 and A8. RGB value is (226,153,168). Sum of RGB (Red+Green+Blue) = 226+153+168=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E299A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299A8 is #1D6657. Grayscale: #B0B0B0. Windows color (decimal): -1926744 or 11049442. OLE color: 11049442.
HSL color Cylindrical-coordinate representation of color #E299A8: hue angle of 347.67º 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 #E299A8 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 168 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.11 |
| HSL | 347.67º | 0.56% | 0.74% | - |
| HSV(B) | 347.67º | 0.32% | 0.89% | - |
| XYZ | 49.82 | 41.78 | 42.48 | - |
| YUV | 176.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 168 | 0 | 0.32 | 0.26 | 0.11 | 347.67 | 0.56 | 0.74 |
| Hex | E2 | 99 | A8 | 0 | 20 | 1A | B | 15C | 38 | 4A |
| Octal | 342 | 231 | 250 | 0 | 40 | 32 | 13 | 534 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10101000 | 0 | 100000 | 11010 | 1011 | 101011100 | 111000 | 1001010 |
Color Harmonies of #E299A8
Complementary color
Monochromatic Colors of #E299A8
Black with #E299A8
Text Example
Text Example
White with #E299A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299A8; }
p { color: rgb(226,153,168); }
H1.HeaderClassName
{
color: #E299A8;
}
.AnyTagClassName
{
color: #E299A8;
}
</style>
background-color css
<style>
a { background-color: #E299A8; }
a { background-color: rgb(226,153,168); }
div.DivClassName
{
background-color: #E299A8;
}
.BgClassName
{
background-color: #E299A8;
}
</style>
border-color css
<style>
span { border-color: #E299A8; }
span { border-color: rgb(226,153,168); }
td.TdClassName
{
border-color: #E299A8;
}
.TagClassName
{
border-color: #E299A8;
}
</style>