Shades of Kobi #E09AB5
Tints of Kobi #E09AB5
RGB
CMYK
RGB Variations
Color information
#E09AB5 (or 0xE09AB5) is known color: Kobi. HEX triplet: E0, 9A and B5. RGB value is (224,154,181). Sum of RGB (Red+Green+Blue) = 224+154+181=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AB5 is #1F654A. Grayscale: #B1B1B1. Windows color (decimal): -2057547 or 11901664. OLE color: 11901664.
HSL color Cylindrical-coordinate representation of color #E09AB5: hue angle of 336.86º 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 #E09AB5 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 181 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.12 |
| HSL | 336.86º | 0.53% | 0.74% | - |
| HSV(B) | 336.86º | 0.31% | 0.88% | - |
| XYZ | 50.64 | 42.29 | 49.21 | - |
| YUV | 178.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 181 | 0 | 0.31 | 0.19 | 0.12 | 336.86 | 0.53 | 0.74 |
| Hex | E0 | 9A | B5 | 0 | 1F | 13 | C | 151 | 35 | 4A |
| Octal | 340 | 232 | 265 | 0 | 37 | 23 | 14 | 521 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10110101 | 0 | 11111 | 10011 | 1100 | 101010001 | 110101 | 1001010 |
Color Harmonies of #E09AB5
Complementary color
Monochromatic Colors of #E09AB5
Black with #E09AB5
Text Example
Text Example
White with #E09AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AB5; }
p { color: rgb(224,154,181); }
H1.HeaderClassName
{
color: #E09AB5;
}
.AnyTagClassName
{
color: #E09AB5;
}
</style>
background-color css
<style>
a { background-color: #E09AB5; }
a { background-color: rgb(224,154,181); }
div.DivClassName
{
background-color: #E09AB5;
}
.BgClassName
{
background-color: #E09AB5;
}
</style>
border-color css
<style>
span { border-color: #E09AB5; }
span { border-color: rgb(224,154,181); }
td.TdClassName
{
border-color: #E09AB5;
}
.TagClassName
{
border-color: #E09AB5;
}
</style>