Shades of Kobi #E090A0
Tints of Kobi #E090A0
RGB
CMYK
RGB Variations
Color information
#E090A0 (or 0xE090A0) is known color: Kobi. HEX triplet: E0, 90 and A0. RGB value is (224,144,160). Sum of RGB (Red+Green+Blue) = 224+144+160=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E090A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090A0 is #1F6F5F. Grayscale: #A9A9A9. Windows color (decimal): -2060128 or 10522848. OLE color: 10522848.
HSL color Cylindrical-coordinate representation of color #E090A0: hue angle of 348º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090A0 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 160 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.12 |
| HSL | 348º | 0.56% | 0.72% | - |
| HSV(B) | 348º | 0.36% | 0.88% | - |
| XYZ | 47.06 | 38.33 | 38.18 | - |
| YUV | 169.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 160 | 0 | 0.36 | 0.29 | 0.12 | 348 | 0.56 | 0.72 |
| Hex | E0 | 90 | A0 | 0 | 24 | 1D | C | 15C | 38 | 48 |
| Octal | 340 | 220 | 240 | 0 | 44 | 35 | 14 | 534 | 70 | 110 |
| Binary | 11100000 | 10010000 | 10100000 | 0 | 100100 | 11101 | 1100 | 101011100 | 111000 | 1001000 |
Color Harmonies of #E090A0
Complementary color
Monochromatic Colors of #E090A0
Black with #E090A0
Text Example
Text Example
White with #E090A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090A0; }
p { color: rgb(224,144,160); }
H1.HeaderClassName
{
color: #E090A0;
}
.AnyTagClassName
{
color: #E090A0;
}
</style>
background-color css
<style>
a { background-color: #E090A0; }
a { background-color: rgb(224,144,160); }
div.DivClassName
{
background-color: #E090A0;
}
.BgClassName
{
background-color: #E090A0;
}
</style>
border-color css
<style>
span { border-color: #E090A0; }
span { border-color: rgb(224,144,160); }
td.TdClassName
{
border-color: #E090A0;
}
.TagClassName
{
border-color: #E090A0;
}
</style>