Shades of Kobi #E09BAD
Tints of Kobi #E09BAD
RGB
CMYK
RGB Variations
Color information
#E09BAD (or 0xE09BAD) is known color: Kobi. HEX triplet: E0, 9B and AD. RGB value is (224,155,173). Sum of RGB (Red+Green+Blue) = 224+155+173=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BAD is #1F6452. Grayscale: #B1B1B1. Windows color (decimal): -2057299 or 11377632. OLE color: 11377632.
HSL color Cylindrical-coordinate representation of color #E09BAD: hue angle of 344.35º 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 #E09BAD is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 173 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.12 |
| HSL | 344.35º | 0.53% | 0.74% | - |
| HSV(B) | 344.35º | 0.31% | 0.88% | - |
| XYZ | 50 | 42.31 | 45.07 | - |
| YUV | 177.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 173 | 0 | 0.31 | 0.23 | 0.12 | 344.35 | 0.53 | 0.74 |
| Hex | E0 | 9B | AD | 0 | 1F | 17 | C | 158 | 35 | 4A |
| Octal | 340 | 233 | 255 | 0 | 37 | 27 | 14 | 530 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10101101 | 0 | 11111 | 10111 | 1100 | 101011000 | 110101 | 1001010 |
Color Harmonies of #E09BAD
Complementary color
Monochromatic Colors of #E09BAD
Black with #E09BAD
Text Example
Text Example
White with #E09BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09BAD; }
p { color: rgb(224,155,173); }
H1.HeaderClassName
{
color: #E09BAD;
}
.AnyTagClassName
{
color: #E09BAD;
}
</style>
background-color css
<style>
a { background-color: #E09BAD; }
a { background-color: rgb(224,155,173); }
div.DivClassName
{
background-color: #E09BAD;
}
.BgClassName
{
background-color: #E09BAD;
}
</style>
border-color css
<style>
span { border-color: #E09BAD; }
span { border-color: rgb(224,155,173); }
td.TdClassName
{
border-color: #E09BAD;
}
.TagClassName
{
border-color: #E09BAD;
}
</style>