Shades of Kobi #E197AD
Tints of Kobi #E197AD
RGB
CMYK
RGB Variations
Color information
#E197AD (or 0xE197AD) is known color: Kobi. HEX triplet: E1, 97 and AD. RGB value is (225,151,173). Sum of RGB (Red+Green+Blue) = 225+151+173=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E197AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197AD is #1E6852. Grayscale: #AFAFAF. Windows color (decimal): -1992787 or 11376609. OLE color: 11376609.
HSL color Cylindrical-coordinate representation of color #E197AD: hue angle of 342.16º 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 #E197AD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 173 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.12 |
| HSL | 342.16º | 0.55% | 0.74% | - |
| HSV(B) | 342.16º | 0.33% | 0.88% | - |
| XYZ | 49.66 | 41.16 | 44.86 | - |
| YUV | 175.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 173 | 0 | 0.33 | 0.23 | 0.12 | 342.16 | 0.55 | 0.74 |
| Hex | E1 | 97 | AD | 0 | 21 | 17 | C | 156 | 37 | 4A |
| Octal | 341 | 227 | 255 | 0 | 41 | 27 | 14 | 526 | 67 | 112 |
| Binary | 11100001 | 10010111 | 10101101 | 0 | 100001 | 10111 | 1100 | 101010110 | 110111 | 1001010 |
Color Harmonies of #E197AD
Complementary color
Monochromatic Colors of #E197AD
Black with #E197AD
Text Example
Text Example
White with #E197AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197AD; }
p { color: rgb(225,151,173); }
H1.HeaderClassName
{
color: #E197AD;
}
.AnyTagClassName
{
color: #E197AD;
}
</style>
background-color css
<style>
a { background-color: #E197AD; }
a { background-color: rgb(225,151,173); }
div.DivClassName
{
background-color: #E197AD;
}
.BgClassName
{
background-color: #E197AD;
}
</style>
border-color css
<style>
span { border-color: #E197AD; }
span { border-color: rgb(225,151,173); }
td.TdClassName
{
border-color: #E197AD;
}
.TagClassName
{
border-color: #E197AD;
}
</style>