Shades of Kobi #E296A8
Tints of Kobi #E296A8
RGB
CMYK
RGB Variations
Color information
#E296A8 (or 0xE296A8) is known color: Kobi. HEX triplet: E2, 96 and A8. RGB value is (226,150,168). Sum of RGB (Red+Green+Blue) = 226+150+168=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E296A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E296A8 is #1D6957. Grayscale: #AEAEAE. Windows color (decimal): -1927512 or 11048674. OLE color: 11048674.
HSL color Cylindrical-coordinate representation of color #E296A8: hue angle of 345.79º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E296A8 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 168 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.11 |
| HSL | 345.79º | 0.57% | 0.74% | - |
| HSV(B) | 345.79º | 0.34% | 0.89% | - |
| XYZ | 49.34 | 40.81 | 42.32 | - |
| YUV | 174.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 168 | 0 | 0.34 | 0.26 | 0.11 | 345.79 | 0.57 | 0.74 |
| Hex | E2 | 96 | A8 | 0 | 22 | 1A | B | 15A | 39 | 4A |
| Octal | 342 | 226 | 250 | 0 | 42 | 32 | 13 | 532 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10101000 | 0 | 100010 | 11010 | 1011 | 101011010 | 111001 | 1001010 |
Color Harmonies of #E296A8
Complementary color
Monochromatic Colors of #E296A8
Black with #E296A8
Text Example
Text Example
White with #E296A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296A8; }
p { color: rgb(226,150,168); }
H1.HeaderClassName
{
color: #E296A8;
}
.AnyTagClassName
{
color: #E296A8;
}
</style>
background-color css
<style>
a { background-color: #E296A8; }
a { background-color: rgb(226,150,168); }
div.DivClassName
{
background-color: #E296A8;
}
.BgClassName
{
background-color: #E296A8;
}
</style>
border-color css
<style>
span { border-color: #E296A8; }
span { border-color: rgb(226,150,168); }
td.TdClassName
{
border-color: #E296A8;
}
.TagClassName
{
border-color: #E296A8;
}
</style>