Shades of Kobi #E190A0
Tints of Kobi #E190A0
RGB
CMYK
RGB Variations
Color information
#E190A0 (or 0xE190A0) is known color: Kobi. HEX triplet: E1, 90 and A0. RGB value is (225,144,160). Sum of RGB (Red+Green+Blue) = 225+144+160=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E190A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190A0 is #1E6F5F. Grayscale: #AAAAAA. Windows color (decimal): -1994592 or 10522849. OLE color: 10522849.
HSL color Cylindrical-coordinate representation of color #E190A0: hue angle of 348.15º degrees, saturation: 0.57, 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 #E190A0 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 160 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.12 |
| HSL | 348.15º | 0.57% | 0.72% | - |
| HSV(B) | 348.15º | 0.36% | 0.88% | - |
| XYZ | 47.37 | 38.49 | 38.19 | - |
| YUV | 170.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 160 | 0 | 0.36 | 0.29 | 0.12 | 348.15 | 0.57 | 0.72 |
| Hex | E1 | 90 | A0 | 0 | 24 | 1D | C | 15C | 39 | 48 |
| Octal | 341 | 220 | 240 | 0 | 44 | 35 | 14 | 534 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10100000 | 0 | 100100 | 11101 | 1100 | 101011100 | 111001 | 1001000 |
Color Harmonies of #E190A0
Complementary color
Monochromatic Colors of #E190A0
Black with #E190A0
Text Example
Text Example
White with #E190A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190A0; }
p { color: rgb(225,144,160); }
H1.HeaderClassName
{
color: #E190A0;
}
.AnyTagClassName
{
color: #E190A0;
}
</style>
background-color css
<style>
a { background-color: #E190A0; }
a { background-color: rgb(225,144,160); }
div.DivClassName
{
background-color: #E190A0;
}
.BgClassName
{
background-color: #E190A0;
}
</style>
border-color css
<style>
span { border-color: #E190A0; }
span { border-color: rgb(225,144,160); }
td.TdClassName
{
border-color: #E190A0;
}
.TagClassName
{
border-color: #E190A0;
}
</style>