Shades of Kobi #E198AE
Tints of Kobi #E198AE
RGB
CMYK
RGB Variations
Color information
#E198AE (or 0xE198AE) is known color: Kobi. HEX triplet: E1, 98 and AE. RGB value is (225,152,174). Sum of RGB (Red+Green+Blue) = 225+152+174=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E198AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198AE is #1E6751. Grayscale: #B0B0B0. Windows color (decimal): -1992530 or 11442401. OLE color: 11442401.
HSL color Cylindrical-coordinate representation of color #E198AE: hue angle of 341.92º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198AE is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 174 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.12 |
| HSL | 341.92º | 0.55% | 0.74% | - |
| HSV(B) | 341.92º | 0.32% | 0.88% | - |
| XYZ | 49.92 | 41.52 | 45.43 | - |
| YUV | 176.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 174 | 0 | 0.32 | 0.23 | 0.12 | 341.92 | 0.55 | 0.74 |
| Hex | E1 | 98 | AE | 0 | 20 | 17 | C | 156 | 37 | 4A |
| Octal | 341 | 230 | 256 | 0 | 40 | 27 | 14 | 526 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10101110 | 0 | 100000 | 10111 | 1100 | 101010110 | 110111 | 1001010 |
Color Harmonies of #E198AE
Complementary color
Monochromatic Colors of #E198AE
Black with #E198AE
Text Example
Text Example
White with #E198AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198AE; }
p { color: rgb(225,152,174); }
H1.HeaderClassName
{
color: #E198AE;
}
.AnyTagClassName
{
color: #E198AE;
}
</style>
background-color css
<style>
a { background-color: #E198AE; }
a { background-color: rgb(225,152,174); }
div.DivClassName
{
background-color: #E198AE;
}
.BgClassName
{
background-color: #E198AE;
}
</style>
border-color css
<style>
span { border-color: #E198AE; }
span { border-color: rgb(225,152,174); }
td.TdClassName
{
border-color: #E198AE;
}
.TagClassName
{
border-color: #E198AE;
}
</style>