Shades of Kobi #E197A5
Tints of Kobi #E197A5
RGB
CMYK
RGB Variations
Color information
#E197A5 (or 0xE197A5) is known color: Kobi. HEX triplet: E1, 97 and A5. RGB value is (225,151,165). Sum of RGB (Red+Green+Blue) = 225+151+165=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E197A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197A5 is #1E685A. Grayscale: #AEAEAE. Windows color (decimal): -1992795 or 10852321. OLE color: 10852321.
HSL color Cylindrical-coordinate representation of color #E197A5: hue angle of 348.65º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E197A5 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 165 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.12 |
| HSL | 348.65º | 0.55% | 0.74% | - |
| HSV(B) | 348.65º | 0.33% | 0.88% | - |
| XYZ | 48.91 | 40.86 | 40.91 | - |
| YUV | 174.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 165 | 0 | 0.33 | 0.27 | 0.12 | 348.65 | 0.55 | 0.74 |
| Hex | E1 | 97 | A5 | 0 | 21 | 1B | C | 15D | 37 | 4A |
| Octal | 341 | 227 | 245 | 0 | 41 | 33 | 14 | 535 | 67 | 112 |
| Binary | 11100001 | 10010111 | 10100101 | 0 | 100001 | 11011 | 1100 | 101011101 | 110111 | 1001010 |
Color Harmonies of #E197A5
Complementary color
Monochromatic Colors of #E197A5
Black with #E197A5
Text Example
Text Example
White with #E197A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197A5; }
p { color: rgb(225,151,165); }
H1.HeaderClassName
{
color: #E197A5;
}
.AnyTagClassName
{
color: #E197A5;
}
</style>
background-color css
<style>
a { background-color: #E197A5; }
a { background-color: rgb(225,151,165); }
div.DivClassName
{
background-color: #E197A5;
}
.BgClassName
{
background-color: #E197A5;
}
</style>
border-color css
<style>
span { border-color: #E197A5; }
span { border-color: rgb(225,151,165); }
td.TdClassName
{
border-color: #E197A5;
}
.TagClassName
{
border-color: #E197A5;
}
</style>