Shades of Kobi #E08AA8
Tints of Kobi #E08AA8
RGB
CMYK
RGB Variations
Color information
#E08AA8 (or 0xE08AA8) is known color: Kobi. HEX triplet: E0, 8A and A8. RGB value is (224,138,168). Sum of RGB (Red+Green+Blue) = 224+138+168=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AA8 is #1F7557. Grayscale: #A7A7A7. Windows color (decimal): -2061656 or 11045600. OLE color: 11045600.
HSL color Cylindrical-coordinate representation of color #E08AA8: hue angle of 339.07º 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 #E08AA8 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 168 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.12 |
| HSL | 339.07º | 0.58% | 0.71% | - |
| HSV(B) | 339.07º | 0.38% | 0.88% | - |
| XYZ | 46.9 | 36.85 | 41.69 | - |
| YUV | 167.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 168 | 0 | 0.38 | 0.25 | 0.12 | 339.07 | 0.58 | 0.71 |
| Hex | E0 | 8A | A8 | 0 | 26 | 19 | C | 153 | 3A | 47 |
| Octal | 340 | 212 | 250 | 0 | 46 | 31 | 14 | 523 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10101000 | 0 | 100110 | 11001 | 1100 | 101010011 | 111010 | 1000111 |
Color Harmonies of #E08AA8
Complementary color
Monochromatic Colors of #E08AA8
Black with #E08AA8
Text Example
Text Example
White with #E08AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AA8; }
p { color: rgb(224,138,168); }
H1.HeaderClassName
{
color: #E08AA8;
}
.AnyTagClassName
{
color: #E08AA8;
}
</style>
background-color css
<style>
a { background-color: #E08AA8; }
a { background-color: rgb(224,138,168); }
div.DivClassName
{
background-color: #E08AA8;
}
.BgClassName
{
background-color: #E08AA8;
}
</style>
border-color css
<style>
span { border-color: #E08AA8; }
span { border-color: rgb(224,138,168); }
td.TdClassName
{
border-color: #E08AA8;
}
.TagClassName
{
border-color: #E08AA8;
}
</style>