Shades of Kobi #E08AA6
Tints of Kobi #E08AA6
RGB
CMYK
RGB Variations
Color information
#E08AA6 (or 0xE08AA6) is known color: Kobi. HEX triplet: E0, 8A and A6. RGB value is (224,138,166). Sum of RGB (Red+Green+Blue) = 224+138+166=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AA6 is #1F7559. Grayscale: #A6A6A6. Windows color (decimal): -2061658 or 10914528. OLE color: 10914528.
HSL color Cylindrical-coordinate representation of color #E08AA6: hue angle of 340.47º 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 #E08AA6 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 166 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.12 |
| HSL | 340.47º | 0.58% | 0.71% | - |
| HSV(B) | 340.47º | 0.38% | 0.88% | - |
| XYZ | 46.71 | 36.78 | 40.71 | - |
| YUV | 166.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 166 | 0 | 0.38 | 0.26 | 0.12 | 340.47 | 0.58 | 0.71 |
| Hex | E0 | 8A | A6 | 0 | 26 | 1A | C | 154 | 3A | 47 |
| Octal | 340 | 212 | 246 | 0 | 46 | 32 | 14 | 524 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10100110 | 0 | 100110 | 11010 | 1100 | 101010100 | 111010 | 1000111 |
Color Harmonies of #E08AA6
Complementary color
Monochromatic Colors of #E08AA6
Black with #E08AA6
Text Example
Text Example
White with #E08AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AA6; }
p { color: rgb(224,138,166); }
H1.HeaderClassName
{
color: #E08AA6;
}
.AnyTagClassName
{
color: #E08AA6;
}
</style>
background-color css
<style>
a { background-color: #E08AA6; }
a { background-color: rgb(224,138,166); }
div.DivClassName
{
background-color: #E08AA6;
}
.BgClassName
{
background-color: #E08AA6;
}
</style>
border-color css
<style>
span { border-color: #E08AA6; }
span { border-color: rgb(224,138,166); }
td.TdClassName
{
border-color: #E08AA6;
}
.TagClassName
{
border-color: #E08AA6;
}
</style>