Shades of Kobi #E184A2
Tints of Kobi #E184A2
RGB
CMYK
RGB Variations
Color information
#E184A2 (or 0xE184A2) is known color: Kobi. HEX triplet: E1, 84 and A2. RGB value is (225,132,162). Sum of RGB (Red+Green+Blue) = 225+132+162=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E184A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E184A2 is #1E7B5D. Grayscale: #A3A3A3. Windows color (decimal): -1997662 or 10650849. OLE color: 10650849.
HSL color Cylindrical-coordinate representation of color #E184A2: hue angle of 340.65º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184A2 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 162 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.12 |
| HSL | 340.65º | 0.61% | 0.7% | - |
| HSV(B) | 340.65º | 0.41% | 0.88% | - |
| XYZ | 45.82 | 35.12 | 38.55 | - |
| YUV | 163.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 162 | 0 | 0.41 | 0.28 | 0.12 | 340.65 | 0.61 | 0.7 |
| Hex | E1 | 84 | A2 | 0 | 29 | 1C | C | 155 | 3D | 46 |
| Octal | 341 | 204 | 242 | 0 | 51 | 34 | 14 | 525 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10100010 | 0 | 101001 | 11100 | 1100 | 101010101 | 111101 | 1000110 |
Color Harmonies of #E184A2
Complementary color
Monochromatic Colors of #E184A2
Black with #E184A2
Text Example
Text Example
White with #E184A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184A2; }
p { color: rgb(225,132,162); }
H1.HeaderClassName
{
color: #E184A2;
}
.AnyTagClassName
{
color: #E184A2;
}
</style>
background-color css
<style>
a { background-color: #E184A2; }
a { background-color: rgb(225,132,162); }
div.DivClassName
{
background-color: #E184A2;
}
.BgClassName
{
background-color: #E184A2;
}
</style>
border-color css
<style>
span { border-color: #E184A2; }
span { border-color: rgb(225,132,162); }
td.TdClassName
{
border-color: #E184A2;
}
.TagClassName
{
border-color: #E184A2;
}
</style>