Shades of Kobi #E08DA3
Tints of Kobi #E08DA3
RGB
CMYK
RGB Variations
Color information
#E08DA3 (or 0xE08DA3) is known color: Kobi. HEX triplet: E0, 8D and A3. RGB value is (224,141,163). Sum of RGB (Red+Green+Blue) = 224+141+163=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA3 is #1F725C. Grayscale: #A8A8A8. Windows color (decimal): -2060893 or 10718688. OLE color: 10718688.
HSL color Cylindrical-coordinate representation of color #E08DA3: hue angle of 344.1º 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 #E08DA3 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 163 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.12 |
| HSL | 344.1º | 0.57% | 0.72% | - |
| HSV(B) | 344.1º | 0.37% | 0.88% | - |
| XYZ | 46.88 | 37.54 | 39.43 | - |
| YUV | 168.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 163 | 0 | 0.37 | 0.27 | 0.12 | 344.1 | 0.57 | 0.72 |
| Hex | E0 | 8D | A3 | 0 | 25 | 1B | C | 158 | 39 | 48 |
| Octal | 340 | 215 | 243 | 0 | 45 | 33 | 14 | 530 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10100011 | 0 | 100101 | 11011 | 1100 | 101011000 | 111001 | 1001000 |
Color Harmonies of #E08DA3
Complementary color
Monochromatic Colors of #E08DA3
Black with #E08DA3
Text Example
Text Example
White with #E08DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DA3; }
p { color: rgb(224,141,163); }
H1.HeaderClassName
{
color: #E08DA3;
}
.AnyTagClassName
{
color: #E08DA3;
}
</style>
background-color css
<style>
a { background-color: #E08DA3; }
a { background-color: rgb(224,141,163); }
div.DivClassName
{
background-color: #E08DA3;
}
.BgClassName
{
background-color: #E08DA3;
}
</style>
border-color css
<style>
span { border-color: #E08DA3; }
span { border-color: rgb(224,141,163); }
td.TdClassName
{
border-color: #E08DA3;
}
.TagClassName
{
border-color: #E08DA3;
}
</style>