Shades of Kobi #E596A5
Tints of Kobi #E596A5
RGB
CMYK
RGB Variations
Color information
#E596A5 (or 0xE596A5) is known color: Kobi. HEX triplet: E5, 96 and A5. RGB value is (229,150,165). Sum of RGB (Red+Green+Blue) = 229+150+165=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E596A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596A5 is #1A695A. Grayscale: #AFAFAF. Windows color (decimal): -1730907 or 10852069. OLE color: 10852069.
HSL color Cylindrical-coordinate representation of color #E596A5: hue angle of 348.61º 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 #E596A5 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 165 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.10 |
| HSL | 348.61º | 0.6% | 0.74% | - |
| HSV(B) | 348.61º | 0.34% | 0.9% | - |
| XYZ | 50.01 | 41.19 | 40.91 | - |
| YUV | 175.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 165 | 0 | 0.34 | 0.28 | 0.10 | 348.61 | 0.6 | 0.74 |
| Hex | E5 | 96 | A5 | 0 | 22 | 1C | A | 15D | 3C | 4A |
| Octal | 345 | 226 | 245 | 0 | 42 | 34 | 12 | 535 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10100101 | 0 | 100010 | 11100 | 1010 | 101011101 | 111100 | 1001010 |
Color Harmonies of #E596A5
Complementary color
Monochromatic Colors of #E596A5
Black with #E596A5
Text Example
Text Example
White with #E596A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596A5; }
p { color: rgb(229,150,165); }
H1.HeaderClassName
{
color: #E596A5;
}
.AnyTagClassName
{
color: #E596A5;
}
</style>
background-color css
<style>
a { background-color: #E596A5; }
a { background-color: rgb(229,150,165); }
div.DivClassName
{
background-color: #E596A5;
}
.BgClassName
{
background-color: #E596A5;
}
</style>
border-color css
<style>
span { border-color: #E596A5; }
span { border-color: rgb(229,150,165); }
td.TdClassName
{
border-color: #E596A5;
}
.TagClassName
{
border-color: #E596A5;
}
</style>