Shades of Kobi #E096AC
Tints of Kobi #E096AC
RGB
CMYK
RGB Variations
Color information
#E096AC (or 0xE096AC) is known color: Kobi. HEX triplet: E0, 96 and AC. RGB value is (224,150,172). Sum of RGB (Red+Green+Blue) = 224+150+172=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E096AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E096AC is #1F6953. Grayscale: #AEAEAE. Windows color (decimal): -2058580 or 11310816. OLE color: 11310816.
HSL color Cylindrical-coordinate representation of color #E096AC: hue angle of 342.16º 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 #E096AC is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 172 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.12 |
| HSL | 342.16º | 0.54% | 0.73% | - |
| HSV(B) | 342.16º | 0.33% | 0.88% | - |
| XYZ | 49.09 | 40.64 | 44.29 | - |
| YUV | 174.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 172 | 0 | 0.33 | 0.23 | 0.12 | 342.16 | 0.54 | 0.73 |
| Hex | E0 | 96 | AC | 0 | 21 | 17 | C | 156 | 36 | 49 |
| Octal | 340 | 226 | 254 | 0 | 41 | 27 | 14 | 526 | 66 | 111 |
| Binary | 11100000 | 10010110 | 10101100 | 0 | 100001 | 10111 | 1100 | 101010110 | 110110 | 1001001 |
Color Harmonies of #E096AC
Complementary color
Monochromatic Colors of #E096AC
Black with #E096AC
Text Example
Text Example
White with #E096AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096AC; }
p { color: rgb(224,150,172); }
H1.HeaderClassName
{
color: #E096AC;
}
.AnyTagClassName
{
color: #E096AC;
}
</style>
background-color css
<style>
a { background-color: #E096AC; }
a { background-color: rgb(224,150,172); }
div.DivClassName
{
background-color: #E096AC;
}
.BgClassName
{
background-color: #E096AC;
}
</style>
border-color css
<style>
span { border-color: #E096AC; }
span { border-color: rgb(224,150,172); }
td.TdClassName
{
border-color: #E096AC;
}
.TagClassName
{
border-color: #E096AC;
}
</style>