Shades of Kobi #E596AF
Tints of Kobi #E596AF
RGB
CMYK
RGB Variations
Color information
#E596AF (or 0xE596AF) is known color: Kobi. HEX triplet: E5, 96 and AF. RGB value is (229,150,175). Sum of RGB (Red+Green+Blue) = 229+150+175=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E596AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596AF is #1A6950. Grayscale: #B0B0B0. Windows color (decimal): -1730897 or 11507429. OLE color: 11507429.
HSL color Cylindrical-coordinate representation of color #E596AF: hue angle of 341.01º 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 #E596AF is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 175 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.10 |
| HSL | 341.01º | 0.6% | 0.74% | - |
| HSV(B) | 341.01º | 0.34% | 0.9% | - |
| XYZ | 50.96 | 41.57 | 45.89 | - |
| YUV | 176.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 175 | 0 | 0.34 | 0.24 | 0.10 | 341.01 | 0.6 | 0.74 |
| Hex | E5 | 96 | AF | 0 | 22 | 18 | A | 155 | 3C | 4A |
| Octal | 345 | 226 | 257 | 0 | 42 | 30 | 12 | 525 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10101111 | 0 | 100010 | 11000 | 1010 | 101010101 | 111100 | 1001010 |
Color Harmonies of #E596AF
Complementary color
Monochromatic Colors of #E596AF
Black with #E596AF
Text Example
Text Example
White with #E596AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596AF; }
p { color: rgb(229,150,175); }
H1.HeaderClassName
{
color: #E596AF;
}
.AnyTagClassName
{
color: #E596AF;
}
</style>
background-color css
<style>
a { background-color: #E596AF; }
a { background-color: rgb(229,150,175); }
div.DivClassName
{
background-color: #E596AF;
}
.BgClassName
{
background-color: #E596AF;
}
</style>
border-color css
<style>
span { border-color: #E596AF; }
span { border-color: rgb(229,150,175); }
td.TdClassName
{
border-color: #E596AF;
}
.TagClassName
{
border-color: #E596AF;
}
</style>