Shades of Kobi #E598AB
Tints of Kobi #E598AB
RGB
CMYK
RGB Variations
Color information
#E598AB (or 0xE598AB) is known color: Kobi. HEX triplet: E5, 98 and AB. RGB value is (229,152,171). Sum of RGB (Red+Green+Blue) = 229+152+171=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E598AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E598AB is #1A6754. Grayscale: #B1B1B1. Windows color (decimal): -1730389 or 11245797. OLE color: 11245797.
HSL color Cylindrical-coordinate representation of color #E598AB: hue angle of 345.19º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E598AB is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 171 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.10 |
| HSL | 345.19º | 0.6% | 0.75% | - |
| HSV(B) | 345.19º | 0.34% | 0.9% | - |
| XYZ | 50.89 | 42.05 | 43.96 | - |
| YUV | 177.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 171 | 0 | 0.34 | 0.25 | 0.10 | 345.19 | 0.6 | 0.75 |
| Hex | E5 | 98 | AB | 0 | 22 | 19 | A | 159 | 3C | 4B |
| Octal | 345 | 230 | 253 | 0 | 42 | 31 | 12 | 531 | 74 | 113 |
| Binary | 11100101 | 10011000 | 10101011 | 0 | 100010 | 11001 | 1010 | 101011001 | 111100 | 1001011 |
Color Harmonies of #E598AB
Complementary color
Monochromatic Colors of #E598AB
Black with #E598AB
Text Example
Text Example
White with #E598AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E598AB; }
p { color: rgb(229,152,171); }
H1.HeaderClassName
{
color: #E598AB;
}
.AnyTagClassName
{
color: #E598AB;
}
</style>
background-color css
<style>
a { background-color: #E598AB; }
a { background-color: rgb(229,152,171); }
div.DivClassName
{
background-color: #E598AB;
}
.BgClassName
{
background-color: #E598AB;
}
</style>
border-color css
<style>
span { border-color: #E598AB; }
span { border-color: rgb(229,152,171); }
td.TdClassName
{
border-color: #E598AB;
}
.TagClassName
{
border-color: #E598AB;
}
</style>