Shades of Kobi #E596B2
Tints of Kobi #E596B2
RGB
CMYK
RGB Variations
Color information
#E596B2 (or 0xE596B2) is known color: Kobi. HEX triplet: E5, 96 and B2. RGB value is (229,150,178). Sum of RGB (Red+Green+Blue) = 229+150+178=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E596B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596B2 is #1A694D. Grayscale: #B0B0B0. Windows color (decimal): -1730894 or 11704037. OLE color: 11704037.
HSL color Cylindrical-coordinate representation of color #E596B2: hue angle of 338.73º 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 #E596B2 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 178 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.10 |
| HSL | 338.73º | 0.6% | 0.74% | - |
| HSV(B) | 338.73º | 0.34% | 0.9% | - |
| XYZ | 51.26 | 41.69 | 47.46 | - |
| YUV | 176.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 178 | 0 | 0.34 | 0.22 | 0.10 | 338.73 | 0.6 | 0.74 |
| Hex | E5 | 96 | B2 | 0 | 22 | 16 | A | 153 | 3C | 4A |
| Octal | 345 | 226 | 262 | 0 | 42 | 26 | 12 | 523 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10110010 | 0 | 100010 | 10110 | 1010 | 101010011 | 111100 | 1001010 |
Color Harmonies of #E596B2
Complementary color
Monochromatic Colors of #E596B2
Black with #E596B2
Text Example
Text Example
White with #E596B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596B2; }
p { color: rgb(229,150,178); }
H1.HeaderClassName
{
color: #E596B2;
}
.AnyTagClassName
{
color: #E596B2;
}
</style>
background-color css
<style>
a { background-color: #E596B2; }
a { background-color: rgb(229,150,178); }
div.DivClassName
{
background-color: #E596B2;
}
.BgClassName
{
background-color: #E596B2;
}
</style>
border-color css
<style>
span { border-color: #E596B2; }
span { border-color: rgb(229,150,178); }
td.TdClassName
{
border-color: #E596B2;
}
.TagClassName
{
border-color: #E596B2;
}
</style>