Shades of Kobi #E191A2
Tints of Kobi #E191A2
RGB
CMYK
RGB Variations
Color information
#E191A2 (or 0xE191A2) is known color: Kobi. HEX triplet: E1, 91 and A2. RGB value is (225,145,162). Sum of RGB (Red+Green+Blue) = 225+145+162=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E191A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191A2 is #1E6E5D. Grayscale: #AAAAAA. Windows color (decimal): -1994334 or 10654177. OLE color: 10654177.
HSL color Cylindrical-coordinate representation of color #E191A2: hue angle of 347.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191A2 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 162 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.12 |
| HSL | 347.25º | 0.57% | 0.73% | - |
| HSV(B) | 347.25º | 0.36% | 0.88% | - |
| XYZ | 47.7 | 38.87 | 39.17 | - |
| YUV | 170.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 162 | 0 | 0.36 | 0.28 | 0.12 | 347.25 | 0.57 | 0.73 |
| Hex | E1 | 91 | A2 | 0 | 24 | 1C | C | 15B | 39 | 49 |
| Octal | 341 | 221 | 242 | 0 | 44 | 34 | 14 | 533 | 71 | 111 |
| Binary | 11100001 | 10010001 | 10100010 | 0 | 100100 | 11100 | 1100 | 101011011 | 111001 | 1001001 |
Color Harmonies of #E191A2
Complementary color
Monochromatic Colors of #E191A2
Black with #E191A2
Text Example
Text Example
White with #E191A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191A2; }
p { color: rgb(225,145,162); }
H1.HeaderClassName
{
color: #E191A2;
}
.AnyTagClassName
{
color: #E191A2;
}
</style>
background-color css
<style>
a { background-color: #E191A2; }
a { background-color: rgb(225,145,162); }
div.DivClassName
{
background-color: #E191A2;
}
.BgClassName
{
background-color: #E191A2;
}
</style>
border-color css
<style>
span { border-color: #E191A2; }
span { border-color: rgb(225,145,162); }
td.TdClassName
{
border-color: #E191A2;
}
.TagClassName
{
border-color: #E191A2;
}
</style>