Shades of Kobi #E08EA0
Tints of Kobi #E08EA0
RGB
CMYK
RGB Variations
Color information
#E08EA0 (or 0xE08EA0) is known color: Kobi. HEX triplet: E0, 8E and A0. RGB value is (224,142,160). Sum of RGB (Red+Green+Blue) = 224+142+160=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EA0 is #1F715F. Grayscale: #A8A8A8. Windows color (decimal): -2060640 or 10522336. OLE color: 10522336.
HSL color Cylindrical-coordinate representation of color #E08EA0: hue angle of 346.83º 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 #E08EA0 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 160 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.12 |
| HSL | 346.83º | 0.57% | 0.72% | - |
| HSV(B) | 346.83º | 0.37% | 0.88% | - |
| XYZ | 46.76 | 37.73 | 38.08 | - |
| YUV | 168.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 160 | 0 | 0.37 | 0.29 | 0.12 | 346.83 | 0.57 | 0.72 |
| Hex | E0 | 8E | A0 | 0 | 25 | 1D | C | 15B | 39 | 48 |
| Octal | 340 | 216 | 240 | 0 | 45 | 35 | 14 | 533 | 71 | 110 |
| Binary | 11100000 | 10001110 | 10100000 | 0 | 100101 | 11101 | 1100 | 101011011 | 111001 | 1001000 |
Color Harmonies of #E08EA0
Complementary color
Monochromatic Colors of #E08EA0
Black with #E08EA0
Text Example
Text Example
White with #E08EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EA0; }
p { color: rgb(224,142,160); }
H1.HeaderClassName
{
color: #E08EA0;
}
.AnyTagClassName
{
color: #E08EA0;
}
</style>
background-color css
<style>
a { background-color: #E08EA0; }
a { background-color: rgb(224,142,160); }
div.DivClassName
{
background-color: #E08EA0;
}
.BgClassName
{
background-color: #E08EA0;
}
</style>
border-color css
<style>
span { border-color: #E08EA0; }
span { border-color: rgb(224,142,160); }
td.TdClassName
{
border-color: #E08EA0;
}
.TagClassName
{
border-color: #E08EA0;
}
</style>