Shades of Kobi #E296B4
Tints of Kobi #E296B4
RGB
CMYK
RGB Variations
Color information
#E296B4 (or 0xE296B4) is known color: Kobi. HEX triplet: E2, 96 and B4. RGB value is (226,150,180). Sum of RGB (Red+Green+Blue) = 226+150+180=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E296B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296B4 is #1D694B. Grayscale: #B0B0B0. Windows color (decimal): -1927500 or 11835106. OLE color: 11835106.
HSL color Cylindrical-coordinate representation of color #E296B4: hue angle of 336.32º 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 #E296B4 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 180 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.11 |
| HSL | 336.32º | 0.57% | 0.74% | - |
| HSV(B) | 336.32º | 0.34% | 0.89% | - |
| XYZ | 50.51 | 41.28 | 48.49 | - |
| YUV | 176.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 180 | 0 | 0.34 | 0.20 | 0.11 | 336.32 | 0.57 | 0.74 |
| Hex | E2 | 96 | B4 | 0 | 22 | 14 | B | 150 | 39 | 4A |
| Octal | 342 | 226 | 264 | 0 | 42 | 24 | 13 | 520 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10110100 | 0 | 100010 | 10100 | 1011 | 101010000 | 111001 | 1001010 |
Color Harmonies of #E296B4
Complementary color
Monochromatic Colors of #E296B4
Black with #E296B4
Text Example
Text Example
White with #E296B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296B4; }
p { color: rgb(226,150,180); }
H1.HeaderClassName
{
color: #E296B4;
}
.AnyTagClassName
{
color: #E296B4;
}
</style>
background-color css
<style>
a { background-color: #E296B4; }
a { background-color: rgb(226,150,180); }
div.DivClassName
{
background-color: #E296B4;
}
.BgClassName
{
background-color: #E296B4;
}
</style>
border-color css
<style>
span { border-color: #E296B4; }
span { border-color: rgb(226,150,180); }
td.TdClassName
{
border-color: #E296B4;
}
.TagClassName
{
border-color: #E296B4;
}
</style>