Shades of Kobi #E596AD
Tints of Kobi #E596AD
RGB
CMYK
RGB Variations
Color information
#E596AD (or 0xE596AD) is known color: Kobi. HEX triplet: E5, 96 and AD. RGB value is (229,150,173). Sum of RGB (Red+Green+Blue) = 229+150+173=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E596AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596AD is #1A6952. Grayscale: #B0B0B0. Windows color (decimal): -1730899 or 11376357. OLE color: 11376357.
HSL color Cylindrical-coordinate representation of color #E596AD: hue angle of 342.53º 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 #E596AD is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 173 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.10 |
| HSL | 342.53º | 0.6% | 0.74% | - |
| HSV(B) | 342.53º | 0.34% | 0.9% | - |
| XYZ | 50.76 | 41.49 | 44.87 | - |
| YUV | 176.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 173 | 0 | 0.34 | 0.24 | 0.10 | 342.53 | 0.6 | 0.74 |
| Hex | E5 | 96 | AD | 0 | 22 | 18 | A | 157 | 3C | 4A |
| Octal | 345 | 226 | 255 | 0 | 42 | 30 | 12 | 527 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10101101 | 0 | 100010 | 11000 | 1010 | 101010111 | 111100 | 1001010 |
Color Harmonies of #E596AD
Complementary color
Monochromatic Colors of #E596AD
Black with #E596AD
Text Example
Text Example
White with #E596AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596AD; }
p { color: rgb(229,150,173); }
H1.HeaderClassName
{
color: #E596AD;
}
.AnyTagClassName
{
color: #E596AD;
}
</style>
background-color css
<style>
a { background-color: #E596AD; }
a { background-color: rgb(229,150,173); }
div.DivClassName
{
background-color: #E596AD;
}
.BgClassName
{
background-color: #E596AD;
}
</style>
border-color css
<style>
span { border-color: #E596AD; }
span { border-color: rgb(229,150,173); }
td.TdClassName
{
border-color: #E596AD;
}
.TagClassName
{
border-color: #E596AD;
}
</style>