Shades of Kobi #E296A3
Tints of Kobi #E296A3
RGB
CMYK
RGB Variations
Color information
#E296A3 (or 0xE296A3) is known color: Kobi. HEX triplet: E2, 96 and A3. RGB value is (226,150,163). Sum of RGB (Red+Green+Blue) = 226+150+163=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E296A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E296A3 is #1D695C. Grayscale: #AEAEAE. Windows color (decimal): -1927517 or 10720994. OLE color: 10720994.
HSL color Cylindrical-coordinate representation of color #E296A3: hue angle of 349.74º 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 #E296A3 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 163 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.11 |
| HSL | 349.74º | 0.57% | 0.74% | - |
| HSV(B) | 349.74º | 0.34% | 0.89% | - |
| XYZ | 48.88 | 40.63 | 39.92 | - |
| YUV | 174.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 163 | 0 | 0.34 | 0.28 | 0.11 | 349.74 | 0.57 | 0.74 |
| Hex | E2 | 96 | A3 | 0 | 22 | 1C | B | 15E | 39 | 4A |
| Octal | 342 | 226 | 243 | 0 | 42 | 34 | 13 | 536 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10100011 | 0 | 100010 | 11100 | 1011 | 101011110 | 111001 | 1001010 |
Color Harmonies of #E296A3
Complementary color
Monochromatic Colors of #E296A3
Black with #E296A3
Text Example
Text Example
White with #E296A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296A3; }
p { color: rgb(226,150,163); }
H1.HeaderClassName
{
color: #E296A3;
}
.AnyTagClassName
{
color: #E296A3;
}
</style>
background-color css
<style>
a { background-color: #E296A3; }
a { background-color: rgb(226,150,163); }
div.DivClassName
{
background-color: #E296A3;
}
.BgClassName
{
background-color: #E296A3;
}
</style>
border-color css
<style>
span { border-color: #E296A3; }
span { border-color: rgb(226,150,163); }
td.TdClassName
{
border-color: #E296A3;
}
.TagClassName
{
border-color: #E296A3;
}
</style>