Shades of Kobi #E08DA8
Tints of Kobi #E08DA8
RGB
CMYK
RGB Variations
Color information
#E08DA8 (or 0xE08DA8) is known color: Kobi. HEX triplet: E0, 8D and A8. RGB value is (224,141,168). Sum of RGB (Red+Green+Blue) = 224+141+168=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA8 is #1F7257. Grayscale: #A8A8A8. Windows color (decimal): -2060888 or 11046368. OLE color: 11046368.
HSL color Cylindrical-coordinate representation of color #E08DA8: hue angle of 340.48º 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 #E08DA8 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 168 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.12 |
| HSL | 340.48º | 0.57% | 0.72% | - |
| HSV(B) | 340.48º | 0.37% | 0.88% | - |
| XYZ | 47.33 | 37.72 | 41.83 | - |
| YUV | 168.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 168 | 0 | 0.37 | 0.25 | 0.12 | 340.48 | 0.57 | 0.72 |
| Hex | E0 | 8D | A8 | 0 | 25 | 19 | C | 154 | 39 | 48 |
| Octal | 340 | 215 | 250 | 0 | 45 | 31 | 14 | 524 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10101000 | 0 | 100101 | 11001 | 1100 | 101010100 | 111001 | 1001000 |
Color Harmonies of #E08DA8
Complementary color
Monochromatic Colors of #E08DA8
Black with #E08DA8
Text Example
Text Example
White with #E08DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DA8; }
p { color: rgb(224,141,168); }
H1.HeaderClassName
{
color: #E08DA8;
}
.AnyTagClassName
{
color: #E08DA8;
}
</style>
background-color css
<style>
a { background-color: #E08DA8; }
a { background-color: rgb(224,141,168); }
div.DivClassName
{
background-color: #E08DA8;
}
.BgClassName
{
background-color: #E08DA8;
}
</style>
border-color css
<style>
span { border-color: #E08DA8; }
span { border-color: rgb(224,141,168); }
td.TdClassName
{
border-color: #E08DA8;
}
.TagClassName
{
border-color: #E08DA8;
}
</style>