Shades of Kobi #E088A8
Tints of Kobi #E088A8
RGB
CMYK
RGB Variations
Color information
#E088A8 (or 0xE088A8) is known color: Kobi. HEX triplet: E0, 88 and A8. RGB value is (224,136,168). Sum of RGB (Red+Green+Blue) = 224+136+168=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E088A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088A8 is #1F7757. Grayscale: #A5A5A5. Windows color (decimal): -2062168 or 11045088. OLE color: 11045088.
HSL color Cylindrical-coordinate representation of color #E088A8: hue angle of 338.18º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088A8 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 168 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.12 |
| HSL | 338.18º | 0.59% | 0.71% | - |
| HSV(B) | 338.18º | 0.39% | 0.88% | - |
| XYZ | 46.61 | 36.28 | 41.59 | - |
| YUV | 165.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 168 | 0 | 0.39 | 0.25 | 0.12 | 338.18 | 0.59 | 0.71 |
| Hex | E0 | 88 | A8 | 0 | 27 | 19 | C | 152 | 3B | 47 |
| Octal | 340 | 210 | 250 | 0 | 47 | 31 | 14 | 522 | 73 | 107 |
| Binary | 11100000 | 10001000 | 10101000 | 0 | 100111 | 11001 | 1100 | 101010010 | 111011 | 1000111 |
Color Harmonies of #E088A8
Complementary color
Monochromatic Colors of #E088A8
Black with #E088A8
Text Example
Text Example
White with #E088A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088A8; }
p { color: rgb(224,136,168); }
H1.HeaderClassName
{
color: #E088A8;
}
.AnyTagClassName
{
color: #E088A8;
}
</style>
background-color css
<style>
a { background-color: #E088A8; }
a { background-color: rgb(224,136,168); }
div.DivClassName
{
background-color: #E088A8;
}
.BgClassName
{
background-color: #E088A8;
}
</style>
border-color css
<style>
span { border-color: #E088A8; }
span { border-color: rgb(224,136,168); }
td.TdClassName
{
border-color: #E088A8;
}
.TagClassName
{
border-color: #E088A8;
}
</style>