Shades of Kobi #E08EAC
Tints of Kobi #E08EAC
RGB
CMYK
RGB Variations
Color information
#E08EAC (or 0xE08EAC) is known color: Kobi. HEX triplet: E0, 8E and AC. RGB value is (224,142,172). Sum of RGB (Red+Green+Blue) = 224+142+172=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EAC is #1F7153. Grayscale: #A9A9A9. Windows color (decimal): -2060628 or 11308768. OLE color: 11308768.
HSL color Cylindrical-coordinate representation of color #E08EAC: hue angle of 338.05º 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 #E08EAC is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 172 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.12 |
| HSL | 338.05º | 0.57% | 0.72% | - |
| HSV(B) | 338.05º | 0.37% | 0.88% | - |
| XYZ | 47.86 | 38.17 | 43.88 | - |
| YUV | 169.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 172 | 0 | 0.37 | 0.23 | 0.12 | 338.05 | 0.57 | 0.72 |
| Hex | E0 | 8E | AC | 0 | 25 | 17 | C | 152 | 39 | 48 |
| Octal | 340 | 216 | 254 | 0 | 45 | 27 | 14 | 522 | 71 | 110 |
| Binary | 11100000 | 10001110 | 10101100 | 0 | 100101 | 10111 | 1100 | 101010010 | 111001 | 1001000 |
Color Harmonies of #E08EAC
Complementary color
Monochromatic Colors of #E08EAC
Black with #E08EAC
Text Example
Text Example
White with #E08EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EAC; }
p { color: rgb(224,142,172); }
H1.HeaderClassName
{
color: #E08EAC;
}
.AnyTagClassName
{
color: #E08EAC;
}
</style>
background-color css
<style>
a { background-color: #E08EAC; }
a { background-color: rgb(224,142,172); }
div.DivClassName
{
background-color: #E08EAC;
}
.BgClassName
{
background-color: #E08EAC;
}
</style>
border-color css
<style>
span { border-color: #E08EAC; }
span { border-color: rgb(224,142,172); }
td.TdClassName
{
border-color: #E08EAC;
}
.TagClassName
{
border-color: #E08EAC;
}
</style>