Shades of Kobi #E296AD
Tints of Kobi #E296AD
RGB
CMYK
RGB Variations
Color information
#E296AD (or 0xE296AD) is known color: Kobi. HEX triplet: E2, 96 and AD. RGB value is (226,150,173). Sum of RGB (Red+Green+Blue) = 226+150+173=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E296AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E296AD is #1D6952. Grayscale: #AFAFAF. Windows color (decimal): -1927507 or 11376354. OLE color: 11376354.
HSL color Cylindrical-coordinate representation of color #E296AD: hue angle of 341.84º 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 #E296AD is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 173 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.11 |
| HSL | 341.84º | 0.57% | 0.74% | - |
| HSV(B) | 341.84º | 0.34% | 0.89% | - |
| XYZ | 49.81 | 41 | 44.82 | - |
| YUV | 175.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 173 | 0 | 0.34 | 0.23 | 0.11 | 341.84 | 0.57 | 0.74 |
| Hex | E2 | 96 | AD | 0 | 22 | 17 | B | 156 | 39 | 4A |
| Octal | 342 | 226 | 255 | 0 | 42 | 27 | 13 | 526 | 71 | 112 |
| Binary | 11100010 | 10010110 | 10101101 | 0 | 100010 | 10111 | 1011 | 101010110 | 111001 | 1001010 |
Color Harmonies of #E296AD
Complementary color
Monochromatic Colors of #E296AD
Black with #E296AD
Text Example
Text Example
White with #E296AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296AD; }
p { color: rgb(226,150,173); }
H1.HeaderClassName
{
color: #E296AD;
}
.AnyTagClassName
{
color: #E296AD;
}
</style>
background-color css
<style>
a { background-color: #E296AD; }
a { background-color: rgb(226,150,173); }
div.DivClassName
{
background-color: #E296AD;
}
.BgClassName
{
background-color: #E296AD;
}
</style>
border-color css
<style>
span { border-color: #E296AD; }
span { border-color: rgb(226,150,173); }
td.TdClassName
{
border-color: #E296AD;
}
.TagClassName
{
border-color: #E296AD;
}
</style>