Shades of Kobi #E08DA2
Tints of Kobi #E08DA2
RGB
CMYK
RGB Variations
Color information
#E08DA2 (or 0xE08DA2) is known color: Kobi. HEX triplet: E0, 8D and A2. RGB value is (224,141,162). Sum of RGB (Red+Green+Blue) = 224+141+162=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DA2 is #1F725D. Grayscale: #A8A8A8. Windows color (decimal): -2060894 or 10653152. OLE color: 10653152.
HSL color Cylindrical-coordinate representation of color #E08DA2: hue angle of 344.82º 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 #E08DA2 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 162 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.12 |
| HSL | 344.82º | 0.57% | 0.72% | - |
| HSV(B) | 344.82º | 0.37% | 0.88% | - |
| XYZ | 46.79 | 37.51 | 38.96 | - |
| YUV | 168.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 162 | 0 | 0.37 | 0.28 | 0.12 | 344.82 | 0.57 | 0.72 |
| Hex | E0 | 8D | A2 | 0 | 25 | 1C | C | 159 | 39 | 48 |
| Octal | 340 | 215 | 242 | 0 | 45 | 34 | 14 | 531 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10100010 | 0 | 100101 | 11100 | 1100 | 101011001 | 111001 | 1001000 |
Color Harmonies of #E08DA2
Complementary color
Monochromatic Colors of #E08DA2
Black with #E08DA2
Text Example
Text Example
White with #E08DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DA2; }
p { color: rgb(224,141,162); }
H1.HeaderClassName
{
color: #E08DA2;
}
.AnyTagClassName
{
color: #E08DA2;
}
</style>
background-color css
<style>
a { background-color: #E08DA2; }
a { background-color: rgb(224,141,162); }
div.DivClassName
{
background-color: #E08DA2;
}
.BgClassName
{
background-color: #E08DA2;
}
</style>
border-color css
<style>
span { border-color: #E08DA2; }
span { border-color: rgb(224,141,162); }
td.TdClassName
{
border-color: #E08DA2;
}
.TagClassName
{
border-color: #E08DA2;
}
</style>