Shades of Kobi #E198AD
Tints of Kobi #E198AD
RGB
CMYK
RGB Variations
Color information
#E198AD (or 0xE198AD) is known color: Kobi. HEX triplet: E1, 98 and AD. RGB value is (225,152,173). Sum of RGB (Red+Green+Blue) = 225+152+173=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E198AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198AD is #1E6752. Grayscale: #B0B0B0. Windows color (decimal): -1992531 or 11376865. OLE color: 11376865.
HSL color Cylindrical-coordinate representation of color #E198AD: hue angle of 342.74º 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 #E198AD is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 173 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.12 |
| HSL | 342.74º | 0.55% | 0.74% | - |
| HSV(B) | 342.74º | 0.32% | 0.88% | - |
| XYZ | 49.82 | 41.48 | 44.92 | - |
| YUV | 176.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 173 | 0 | 0.32 | 0.23 | 0.12 | 342.74 | 0.55 | 0.74 |
| Hex | E1 | 98 | AD | 0 | 20 | 17 | C | 157 | 37 | 4A |
| Octal | 341 | 230 | 255 | 0 | 40 | 27 | 14 | 527 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10101101 | 0 | 100000 | 10111 | 1100 | 101010111 | 110111 | 1001010 |
Color Harmonies of #E198AD
Complementary color
Monochromatic Colors of #E198AD
Black with #E198AD
Text Example
Text Example
White with #E198AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198AD; }
p { color: rgb(225,152,173); }
H1.HeaderClassName
{
color: #E198AD;
}
.AnyTagClassName
{
color: #E198AD;
}
</style>
background-color css
<style>
a { background-color: #E198AD; }
a { background-color: rgb(225,152,173); }
div.DivClassName
{
background-color: #E198AD;
}
.BgClassName
{
background-color: #E198AD;
}
</style>
border-color css
<style>
span { border-color: #E198AD; }
span { border-color: rgb(225,152,173); }
td.TdClassName
{
border-color: #E198AD;
}
.TagClassName
{
border-color: #E198AD;
}
</style>