Shades of Kobi #E08DA5
Tints of Kobi #E08DA5
RGB
CMYK
RGB Variations
Color information
#E08DA5 (or 0xE08DA5) is known color: Kobi. HEX triplet: E0, 8D and A5. RGB value is (224,141,165). Sum of RGB (Red+Green+Blue) = 224+141+165=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA5 is #1F725A. Grayscale: #A8A8A8. Windows color (decimal): -2060891 or 10849760. OLE color: 10849760.
HSL color Cylindrical-coordinate representation of color #E08DA5: hue angle of 342.65º 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 #E08DA5 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 165 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.12 |
| HSL | 342.65º | 0.57% | 0.72% | - |
| HSV(B) | 342.65º | 0.37% | 0.88% | - |
| XYZ | 47.06 | 37.61 | 40.38 | - |
| YUV | 168.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 165 | 0 | 0.37 | 0.26 | 0.12 | 342.65 | 0.57 | 0.72 |
| Hex | E0 | 8D | A5 | 0 | 25 | 1A | C | 157 | 39 | 48 |
| Octal | 340 | 215 | 245 | 0 | 45 | 32 | 14 | 527 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10100101 | 0 | 100101 | 11010 | 1100 | 101010111 | 111001 | 1001000 |
Color Harmonies of #E08DA5
Complementary color
Monochromatic Colors of #E08DA5
Black with #E08DA5
Text Example
Text Example
White with #E08DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DA5; }
p { color: rgb(224,141,165); }
H1.HeaderClassName
{
color: #E08DA5;
}
.AnyTagClassName
{
color: #E08DA5;
}
</style>
background-color css
<style>
a { background-color: #E08DA5; }
a { background-color: rgb(224,141,165); }
div.DivClassName
{
background-color: #E08DA5;
}
.BgClassName
{
background-color: #E08DA5;
}
</style>
border-color css
<style>
span { border-color: #E08DA5; }
span { border-color: rgb(224,141,165); }
td.TdClassName
{
border-color: #E08DA5;
}
.TagClassName
{
border-color: #E08DA5;
}
</style>