Shades of Kobi #E099A2
Tints of Kobi #E099A2
RGB
CMYK
RGB Variations
Color information
#E099A2 (or 0xE099A2) is known color: Kobi. HEX triplet: E0, 99 and A2. RGB value is (224,153,162). Sum of RGB (Red+Green+Blue) = 224+153+162=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E099A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099A2 is #1F665D. Grayscale: #AFAFAF. Windows color (decimal): -2057822 or 10656224. OLE color: 10656224.
HSL color Cylindrical-coordinate representation of color #E099A2: hue angle of 352.39º 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 #E099A2 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 162 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.12 |
| HSL | 352.39º | 0.53% | 0.74% | - |
| HSV(B) | 352.39º | 0.32% | 0.88% | - |
| XYZ | 48.65 | 41.24 | 39.58 | - |
| YUV | 175.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 162 | 0 | 0.32 | 0.28 | 0.12 | 352.39 | 0.53 | 0.74 |
| Hex | E0 | 99 | A2 | 0 | 20 | 1C | C | 160 | 35 | 4A |
| Octal | 340 | 231 | 242 | 0 | 40 | 34 | 14 | 540 | 65 | 112 |
| Binary | 11100000 | 10011001 | 10100010 | 0 | 100000 | 11100 | 1100 | 101100000 | 110101 | 1001010 |
Color Harmonies of #E099A2
Complementary color
Monochromatic Colors of #E099A2
Black with #E099A2
Text Example
Text Example
White with #E099A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099A2; }
p { color: rgb(224,153,162); }
H1.HeaderClassName
{
color: #E099A2;
}
.AnyTagClassName
{
color: #E099A2;
}
</style>
background-color css
<style>
a { background-color: #E099A2; }
a { background-color: rgb(224,153,162); }
div.DivClassName
{
background-color: #E099A2;
}
.BgClassName
{
background-color: #E099A2;
}
</style>
border-color css
<style>
span { border-color: #E099A2; }
span { border-color: rgb(224,153,162); }
td.TdClassName
{
border-color: #E099A2;
}
.TagClassName
{
border-color: #E099A2;
}
</style>