Shades of Kobi #E197AF
Tints of Kobi #E197AF
RGB
CMYK
RGB Variations
Color information
#E197AF (or 0xE197AF) is known color: Kobi. HEX triplet: E1, 97 and AF. RGB value is (225,151,175). Sum of RGB (Red+Green+Blue) = 225+151+175=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E197AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E197AF is #1E6850. Grayscale: #AFAFAF. Windows color (decimal): -1992785 or 11507681. OLE color: 11507681.
HSL color Cylindrical-coordinate representation of color #E197AF: hue angle of 340.54º 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 #E197AF is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 175 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.12 |
| HSL | 340.54º | 0.55% | 0.74% | - |
| HSV(B) | 340.54º | 0.33% | 0.88% | - |
| XYZ | 49.86 | 41.24 | 45.89 | - |
| YUV | 175.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 175 | 0 | 0.33 | 0.22 | 0.12 | 340.54 | 0.55 | 0.74 |
| Hex | E1 | 97 | AF | 0 | 21 | 16 | C | 155 | 37 | 4A |
| Octal | 341 | 227 | 257 | 0 | 41 | 26 | 14 | 525 | 67 | 112 |
| Binary | 11100001 | 10010111 | 10101111 | 0 | 100001 | 10110 | 1100 | 101010101 | 110111 | 1001010 |
Color Harmonies of #E197AF
Complementary color
Monochromatic Colors of #E197AF
Black with #E197AF
Text Example
Text Example
White with #E197AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197AF; }
p { color: rgb(225,151,175); }
H1.HeaderClassName
{
color: #E197AF;
}
.AnyTagClassName
{
color: #E197AF;
}
</style>
background-color css
<style>
a { background-color: #E197AF; }
a { background-color: rgb(225,151,175); }
div.DivClassName
{
background-color: #E197AF;
}
.BgClassName
{
background-color: #E197AF;
}
</style>
border-color css
<style>
span { border-color: #E197AF; }
span { border-color: rgb(225,151,175); }
td.TdClassName
{
border-color: #E197AF;
}
.TagClassName
{
border-color: #E197AF;
}
</style>