Shades of Kobi #E08AAC
Tints of Kobi #E08AAC
RGB
CMYK
RGB Variations
Color information
#E08AAC (or 0xE08AAC) is known color: Kobi. HEX triplet: E0, 8A and AC. RGB value is (224,138,172). Sum of RGB (Red+Green+Blue) = 224+138+172=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AAC is #1F7553. Grayscale: #A7A7A7. Windows color (decimal): -2061652 or 11307744. OLE color: 11307744.
HSL color Cylindrical-coordinate representation of color #E08AAC: hue angle of 336.28º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08AAC is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 172 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.12 |
| HSL | 336.28º | 0.58% | 0.71% | - |
| HSV(B) | 336.28º | 0.38% | 0.88% | - |
| XYZ | 47.28 | 37 | 43.68 | - |
| YUV | 167.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 172 | 0 | 0.38 | 0.23 | 0.12 | 336.28 | 0.58 | 0.71 |
| Hex | E0 | 8A | AC | 0 | 26 | 17 | C | 150 | 3A | 47 |
| Octal | 340 | 212 | 254 | 0 | 46 | 27 | 14 | 520 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10101100 | 0 | 100110 | 10111 | 1100 | 101010000 | 111010 | 1000111 |
Color Harmonies of #E08AAC
Complementary color
Monochromatic Colors of #E08AAC
Black with #E08AAC
Text Example
Text Example
White with #E08AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AAC; }
p { color: rgb(224,138,172); }
H1.HeaderClassName
{
color: #E08AAC;
}
.AnyTagClassName
{
color: #E08AAC;
}
</style>
background-color css
<style>
a { background-color: #E08AAC; }
a { background-color: rgb(224,138,172); }
div.DivClassName
{
background-color: #E08AAC;
}
.BgClassName
{
background-color: #E08AAC;
}
</style>
border-color css
<style>
span { border-color: #E08AAC; }
span { border-color: rgb(224,138,172); }
td.TdClassName
{
border-color: #E08AAC;
}
.TagClassName
{
border-color: #E08AAC;
}
</style>