Shades of Kobi #E59AB4
Tints of Kobi #E59AB4
RGB
CMYK
RGB Variations
Color information
#E59AB4 (or 0xE59AB4) is known color: Kobi. HEX triplet: E5, 9A and B4. RGB value is (229,154,180). Sum of RGB (Red+Green+Blue) = 229+154+180=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AB4 is #1A654B. Grayscale: #B3B3B3. Windows color (decimal): -1729868 or 11836133. OLE color: 11836133.
HSL color Cylindrical-coordinate representation of color #E59AB4: hue angle of 339.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AB4 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 180 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.10 |
| HSL | 339.2º | 0.59% | 0.75% | - |
| HSV(B) | 339.2º | 0.33% | 0.9% | - |
| XYZ | 52.11 | 43.06 | 48.75 | - |
| YUV | 179.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 180 | 0 | 0.33 | 0.21 | 0.10 | 339.2 | 0.59 | 0.75 |
| Hex | E5 | 9A | B4 | 0 | 21 | 15 | A | 153 | 3B | 4B |
| Octal | 345 | 232 | 264 | 0 | 41 | 25 | 12 | 523 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10110100 | 0 | 100001 | 10101 | 1010 | 101010011 | 111011 | 1001011 |
Color Harmonies of #E59AB4
Complementary color
Monochromatic Colors of #E59AB4
Black with #E59AB4
Text Example
Text Example
White with #E59AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AB4; }
p { color: rgb(229,154,180); }
H1.HeaderClassName
{
color: #E59AB4;
}
.AnyTagClassName
{
color: #E59AB4;
}
</style>
background-color css
<style>
a { background-color: #E59AB4; }
a { background-color: rgb(229,154,180); }
div.DivClassName
{
background-color: #E59AB4;
}
.BgClassName
{
background-color: #E59AB4;
}
</style>
border-color css
<style>
span { border-color: #E59AB4; }
span { border-color: rgb(229,154,180); }
td.TdClassName
{
border-color: #E59AB4;
}
.TagClassName
{
border-color: #E59AB4;
}
</style>