Shades of Kobi #E08EA2
Tints of Kobi #E08EA2
RGB
CMYK
RGB Variations
Color information
#E08EA2 (or 0xE08EA2) is known color: Kobi. HEX triplet: E0, 8E and A2. RGB value is (224,142,162). Sum of RGB (Red+Green+Blue) = 224+142+162=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EA2 is #1F715D. Grayscale: #A8A8A8. Windows color (decimal): -2060638 or 10653408. OLE color: 10653408.
HSL color Cylindrical-coordinate representation of color #E08EA2: hue angle of 345.37º 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 #E08EA2 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 162 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.12 |
| HSL | 345.37º | 0.57% | 0.72% | - |
| HSV(B) | 345.37º | 0.37% | 0.88% | - |
| XYZ | 46.94 | 37.8 | 39.01 | - |
| YUV | 168.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 162 | 0 | 0.37 | 0.28 | 0.12 | 345.37 | 0.57 | 0.72 |
| Hex | E0 | 8E | A2 | 0 | 25 | 1C | C | 159 | 39 | 48 |
| Octal | 340 | 216 | 242 | 0 | 45 | 34 | 14 | 531 | 71 | 110 |
| Binary | 11100000 | 10001110 | 10100010 | 0 | 100101 | 11100 | 1100 | 101011001 | 111001 | 1001000 |
Color Harmonies of #E08EA2
Complementary color
Monochromatic Colors of #E08EA2
Black with #E08EA2
Text Example
Text Example
White with #E08EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EA2; }
p { color: rgb(224,142,162); }
H1.HeaderClassName
{
color: #E08EA2;
}
.AnyTagClassName
{
color: #E08EA2;
}
</style>
background-color css
<style>
a { background-color: #E08EA2; }
a { background-color: rgb(224,142,162); }
div.DivClassName
{
background-color: #E08EA2;
}
.BgClassName
{
background-color: #E08EA2;
}
</style>
border-color css
<style>
span { border-color: #E08EA2; }
span { border-color: rgb(224,142,162); }
td.TdClassName
{
border-color: #E08EA2;
}
.TagClassName
{
border-color: #E08EA2;
}
</style>