Shades of Kobi #E08DAF
Tints of Kobi #E08DAF
RGB
CMYK
RGB Variations
Color information
#E08DAF (or 0xE08DAF) is known color: Kobi. HEX triplet: E0, 8D and AF. RGB value is (224,141,175). Sum of RGB (Red+Green+Blue) = 224+141+175=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DAF is #1F7250. Grayscale: #A9A9A9. Windows color (decimal): -2060881 or 11505120. OLE color: 11505120.
HSL color Cylindrical-coordinate representation of color #E08DAF: hue angle of 335.42º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DAF is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 175 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.12 |
| HSL | 335.42º | 0.57% | 0.72% | - |
| HSV(B) | 335.42º | 0.37% | 0.88% | - |
| XYZ | 48 | 37.99 | 45.36 | - |
| YUV | 169.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 175 | 0 | 0.37 | 0.22 | 0.12 | 335.42 | 0.57 | 0.72 |
| Hex | E0 | 8D | AF | 0 | 25 | 16 | C | 14F | 39 | 48 |
| Octal | 340 | 215 | 257 | 0 | 45 | 26 | 14 | 517 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10101111 | 0 | 100101 | 10110 | 1100 | 101001111 | 111001 | 1001000 |
Color Harmonies of #E08DAF
Complementary color
Monochromatic Colors of #E08DAF
Black with #E08DAF
Text Example
Text Example
White with #E08DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DAF; }
p { color: rgb(224,141,175); }
H1.HeaderClassName
{
color: #E08DAF;
}
.AnyTagClassName
{
color: #E08DAF;
}
</style>
background-color css
<style>
a { background-color: #E08DAF; }
a { background-color: rgb(224,141,175); }
div.DivClassName
{
background-color: #E08DAF;
}
.BgClassName
{
background-color: #E08DAF;
}
</style>
border-color css
<style>
span { border-color: #E08DAF; }
span { border-color: rgb(224,141,175); }
td.TdClassName
{
border-color: #E08DAF;
}
.TagClassName
{
border-color: #E08DAF;
}
</style>