Shades of Kobi #E096A7
Tints of Kobi #E096A7
RGB
CMYK
RGB Variations
Color information
#E096A7 (or 0xE096A7) is known color: Kobi. HEX triplet: E0, 96 and A7. RGB value is (224,150,167). Sum of RGB (Red+Green+Blue) = 224+150+167=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E096A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E096A7 is #1F6958. Grayscale: #AEAEAE. Windows color (decimal): -2058585 or 10983136. OLE color: 10983136.
HSL color Cylindrical-coordinate representation of color #E096A7: hue angle of 346.22º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096A7 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 167 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.12 |
| HSL | 346.22º | 0.54% | 0.73% | - |
| HSV(B) | 346.22º | 0.33% | 0.88% | - |
| XYZ | 48.62 | 40.45 | 41.8 | - |
| YUV | 174.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 167 | 0 | 0.33 | 0.25 | 0.12 | 346.22 | 0.54 | 0.73 |
| Hex | E0 | 96 | A7 | 0 | 21 | 19 | C | 15A | 36 | 49 |
| Octal | 340 | 226 | 247 | 0 | 41 | 31 | 14 | 532 | 66 | 111 |
| Binary | 11100000 | 10010110 | 10100111 | 0 | 100001 | 11001 | 1100 | 101011010 | 110110 | 1001001 |
Color Harmonies of #E096A7
Complementary color
Monochromatic Colors of #E096A7
Black with #E096A7
Text Example
Text Example
White with #E096A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096A7; }
p { color: rgb(224,150,167); }
H1.HeaderClassName
{
color: #E096A7;
}
.AnyTagClassName
{
color: #E096A7;
}
</style>
background-color css
<style>
a { background-color: #E096A7; }
a { background-color: rgb(224,150,167); }
div.DivClassName
{
background-color: #E096A7;
}
.BgClassName
{
background-color: #E096A7;
}
</style>
border-color css
<style>
span { border-color: #E096A7; }
span { border-color: rgb(224,150,167); }
td.TdClassName
{
border-color: #E096A7;
}
.TagClassName
{
border-color: #E096A7;
}
</style>