Shades of Kobi #E09DB5
Tints of Kobi #E09DB5
RGB
CMYK
RGB Variations
Color information
#E09DB5 (or 0xE09DB5) is known color: Kobi. HEX triplet: E0, 9D and B5. RGB value is (224,157,181). Sum of RGB (Red+Green+Blue) = 224+157+181=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DB5 is #1F624A. Grayscale: #B3B3B3. Windows color (decimal): -2056779 or 11902432. OLE color: 11902432.
HSL color Cylindrical-coordinate representation of color #E09DB5: hue angle of 338.51º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DB5 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 181 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.12 |
| HSL | 338.51º | 0.52% | 0.75% | - |
| HSV(B) | 338.51º | 0.3% | 0.88% | - |
| XYZ | 51.14 | 43.3 | 49.38 | - |
| YUV | 179.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 181 | 0 | 0.30 | 0.19 | 0.12 | 338.51 | 0.52 | 0.75 |
| Hex | E0 | 9D | B5 | 0 | 1E | 13 | C | 153 | 34 | 4B |
| Octal | 340 | 235 | 265 | 0 | 36 | 23 | 14 | 523 | 64 | 113 |
| Binary | 11100000 | 10011101 | 10110101 | 0 | 11110 | 10011 | 1100 | 101010011 | 110100 | 1001011 |
Color Harmonies of #E09DB5
Complementary color
Monochromatic Colors of #E09DB5
Black with #E09DB5
Text Example
Text Example
White with #E09DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DB5; }
p { color: rgb(224,157,181); }
H1.HeaderClassName
{
color: #E09DB5;
}
.AnyTagClassName
{
color: #E09DB5;
}
</style>
background-color css
<style>
a { background-color: #E09DB5; }
a { background-color: rgb(224,157,181); }
div.DivClassName
{
background-color: #E09DB5;
}
.BgClassName
{
background-color: #E09DB5;
}
</style>
border-color css
<style>
span { border-color: #E09DB5; }
span { border-color: rgb(224,157,181); }
td.TdClassName
{
border-color: #E09DB5;
}
.TagClassName
{
border-color: #E09DB5;
}
</style>