Shades of Kobi #E099B1
Tints of Kobi #E099B1
RGB
CMYK
RGB Variations
Color information
#E099B1 (or 0xE099B1) is known color: Kobi. HEX triplet: E0, 99 and B1. RGB value is (224,153,177). Sum of RGB (Red+Green+Blue) = 224+153+177=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E099B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099B1 is #1F664E. Grayscale: #B0B0B0. Windows color (decimal): -2057807 or 11639264. OLE color: 11639264.
HSL color Cylindrical-coordinate representation of color #E099B1: hue angle of 339.72º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099B1 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 177 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.12 |
| HSL | 339.72º | 0.53% | 0.74% | - |
| HSV(B) | 339.72º | 0.32% | 0.88% | - |
| XYZ | 50.07 | 41.8 | 47.03 | - |
| YUV | 176.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 177 | 0 | 0.32 | 0.21 | 0.12 | 339.72 | 0.53 | 0.74 |
| Hex | E0 | 99 | B1 | 0 | 20 | 15 | C | 154 | 35 | 4A |
| Octal | 340 | 231 | 261 | 0 | 40 | 25 | 14 | 524 | 65 | 112 |
| Binary | 11100000 | 10011001 | 10110001 | 0 | 100000 | 10101 | 1100 | 101010100 | 110101 | 1001010 |
Color Harmonies of #E099B1
Complementary color
Monochromatic Colors of #E099B1
Black with #E099B1
Text Example
Text Example
White with #E099B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099B1; }
p { color: rgb(224,153,177); }
H1.HeaderClassName
{
color: #E099B1;
}
.AnyTagClassName
{
color: #E099B1;
}
</style>
background-color css
<style>
a { background-color: #E099B1; }
a { background-color: rgb(224,153,177); }
div.DivClassName
{
background-color: #E099B1;
}
.BgClassName
{
background-color: #E099B1;
}
</style>
border-color css
<style>
span { border-color: #E099B1; }
span { border-color: rgb(224,153,177); }
td.TdClassName
{
border-color: #E099B1;
}
.TagClassName
{
border-color: #E099B1;
}
</style>