Shades of Kobi #E088A0
Tints of Kobi #E088A0
RGB
CMYK
RGB Variations
Color information
#E088A0 (or 0xE088A0) is known color: Kobi. HEX triplet: E0, 88 and A0. RGB value is (224,136,160). Sum of RGB (Red+Green+Blue) = 224+136+160=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E088A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088A0 is #1F775F. Grayscale: #A5A5A5. Windows color (decimal): -2062176 or 10520800. OLE color: 10520800.
HSL color Cylindrical-coordinate representation of color #E088A0: hue angle of 343.64º 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 #E088A0 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 160 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.12 |
| HSL | 343.64º | 0.59% | 0.71% | - |
| HSV(B) | 343.64º | 0.39% | 0.88% | - |
| XYZ | 45.89 | 35.99 | 37.79 | - |
| YUV | 165.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 160 | 0 | 0.39 | 0.29 | 0.12 | 343.64 | 0.59 | 0.71 |
| Hex | E0 | 88 | A0 | 0 | 27 | 1D | C | 158 | 3B | 47 |
| Octal | 340 | 210 | 240 | 0 | 47 | 35 | 14 | 530 | 73 | 107 |
| Binary | 11100000 | 10001000 | 10100000 | 0 | 100111 | 11101 | 1100 | 101011000 | 111011 | 1000111 |
Color Harmonies of #E088A0
Complementary color
Monochromatic Colors of #E088A0
Black with #E088A0
Text Example
Text Example
White with #E088A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088A0; }
p { color: rgb(224,136,160); }
H1.HeaderClassName
{
color: #E088A0;
}
.AnyTagClassName
{
color: #E088A0;
}
</style>
background-color css
<style>
a { background-color: #E088A0; }
a { background-color: rgb(224,136,160); }
div.DivClassName
{
background-color: #E088A0;
}
.BgClassName
{
background-color: #E088A0;
}
</style>
border-color css
<style>
span { border-color: #E088A0; }
span { border-color: rgb(224,136,160); }
td.TdClassName
{
border-color: #E088A0;
}
.TagClassName
{
border-color: #E088A0;
}
</style>