Shades of Kobi #E09AB2
Tints of Kobi #E09AB2
RGB
CMYK
RGB Variations
Color information
#E09AB2 (or 0xE09AB2) is known color: Kobi. HEX triplet: E0, 9A and B2. RGB value is (224,154,178). Sum of RGB (Red+Green+Blue) = 224+154+178=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AB2 is #1F654D. Grayscale: #B1B1B1. Windows color (decimal): -2057550 or 11705056. OLE color: 11705056.
HSL color Cylindrical-coordinate representation of color #E09AB2: hue angle of 339.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AB2 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 178 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.12 |
| HSL | 339.43º | 0.53% | 0.74% | - |
| HSV(B) | 339.43º | 0.31% | 0.88% | - |
| XYZ | 50.33 | 42.17 | 47.61 | - |
| YUV | 177.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 178 | 0 | 0.31 | 0.21 | 0.12 | 339.43 | 0.53 | 0.74 |
| Hex | E0 | 9A | B2 | 0 | 1F | 15 | C | 153 | 35 | 4A |
| Octal | 340 | 232 | 262 | 0 | 37 | 25 | 14 | 523 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10110010 | 0 | 11111 | 10101 | 1100 | 101010011 | 110101 | 1001010 |
Color Harmonies of #E09AB2
Complementary color
Monochromatic Colors of #E09AB2
Black with #E09AB2
Text Example
Text Example
White with #E09AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AB2; }
p { color: rgb(224,154,178); }
H1.HeaderClassName
{
color: #E09AB2;
}
.AnyTagClassName
{
color: #E09AB2;
}
</style>
background-color css
<style>
a { background-color: #E09AB2; }
a { background-color: rgb(224,154,178); }
div.DivClassName
{
background-color: #E09AB2;
}
.BgClassName
{
background-color: #E09AB2;
}
</style>
border-color css
<style>
span { border-color: #E09AB2; }
span { border-color: rgb(224,154,178); }
td.TdClassName
{
border-color: #E09AB2;
}
.TagClassName
{
border-color: #E09AB2;
}
</style>