Shades of Kobi #E596AC
Tints of Kobi #E596AC
RGB
CMYK
RGB Variations
Color information
#E596AC (or 0xE596AC) is known color: Kobi. HEX triplet: E5, 96 and AC. RGB value is (229,150,172). Sum of RGB (Red+Green+Blue) = 229+150+172=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E596AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596AC is #1A6953. Grayscale: #B0B0B0. Windows color (decimal): -1730900 or 11310821. OLE color: 11310821.
HSL color Cylindrical-coordinate representation of color #E596AC: hue angle of 343.29º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596AC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 172 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.10 |
| HSL | 343.29º | 0.6% | 0.74% | - |
| HSV(B) | 343.29º | 0.34% | 0.9% | - |
| XYZ | 50.67 | 41.45 | 44.36 | - |
| YUV | 176.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 172 | 0 | 0.34 | 0.25 | 0.10 | 343.29 | 0.6 | 0.74 |
| Hex | E5 | 96 | AC | 0 | 22 | 19 | A | 157 | 3C | 4A |
| Octal | 345 | 226 | 254 | 0 | 42 | 31 | 12 | 527 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10101100 | 0 | 100010 | 11001 | 1010 | 101010111 | 111100 | 1001010 |
Color Harmonies of #E596AC
Complementary color
Monochromatic Colors of #E596AC
Black with #E596AC
Text Example
Text Example
White with #E596AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596AC; }
p { color: rgb(229,150,172); }
H1.HeaderClassName
{
color: #E596AC;
}
.AnyTagClassName
{
color: #E596AC;
}
</style>
background-color css
<style>
a { background-color: #E596AC; }
a { background-color: rgb(229,150,172); }
div.DivClassName
{
background-color: #E596AC;
}
.BgClassName
{
background-color: #E596AC;
}
</style>
border-color css
<style>
span { border-color: #E596AC; }
span { border-color: rgb(229,150,172); }
td.TdClassName
{
border-color: #E596AC;
}
.TagClassName
{
border-color: #E596AC;
}
</style>