Shades of Kobi #E499AB
Tints of Kobi #E499AB
RGB
CMYK
RGB Variations
Color information
#E499AB (or 0xE499AB) is known color: Kobi. HEX triplet: E4, 99 and AB. RGB value is (228,153,171). Sum of RGB (Red+Green+Blue) = 228+153+171=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E499AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E499AB is #1B6654. Grayscale: #B1B1B1. Windows color (decimal): -1795669 or 11246052. OLE color: 11246052.
HSL color Cylindrical-coordinate representation of color #E499AB: hue angle of 345.6º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499AB is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 171 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.11 |
| HSL | 345.6º | 0.58% | 0.75% | - |
| HSV(B) | 345.6º | 0.33% | 0.89% | - |
| XYZ | 50.74 | 42.22 | 44 | - |
| YUV | 177.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 171 | 0 | 0.33 | 0.25 | 0.11 | 345.6 | 0.58 | 0.75 |
| Hex | E4 | 99 | AB | 0 | 21 | 19 | B | 15A | 3A | 4B |
| Octal | 344 | 231 | 253 | 0 | 41 | 31 | 13 | 532 | 72 | 113 |
| Binary | 11100100 | 10011001 | 10101011 | 0 | 100001 | 11001 | 1011 | 101011010 | 111010 | 1001011 |
Color Harmonies of #E499AB
Complementary color
Monochromatic Colors of #E499AB
Black with #E499AB
Text Example
Text Example
White with #E499AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499AB; }
p { color: rgb(228,153,171); }
H1.HeaderClassName
{
color: #E499AB;
}
.AnyTagClassName
{
color: #E499AB;
}
</style>
background-color css
<style>
a { background-color: #E499AB; }
a { background-color: rgb(228,153,171); }
div.DivClassName
{
background-color: #E499AB;
}
.BgClassName
{
background-color: #E499AB;
}
</style>
border-color css
<style>
span { border-color: #E499AB; }
span { border-color: rgb(228,153,171); }
td.TdClassName
{
border-color: #E499AB;
}
.TagClassName
{
border-color: #E499AB;
}
</style>