Shades of Kobi #E198A4
Tints of Kobi #E198A4
RGB
CMYK
RGB Variations
Color information
#E198A4 (or 0xE198A4) is known color: Kobi. HEX triplet: E1, 98 and A4. RGB value is (225,152,164). Sum of RGB (Red+Green+Blue) = 225+152+164=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E198A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198A4 is #1E675B. Grayscale: #AFAFAF. Windows color (decimal): -1992540 or 10787041. OLE color: 10787041.
HSL color Cylindrical-coordinate representation of color #E198A4: hue angle of 350.14º 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 #E198A4 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 164 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.12 |
| HSL | 350.14º | 0.55% | 0.74% | - |
| HSV(B) | 350.14º | 0.32% | 0.88% | - |
| XYZ | 48.98 | 41.14 | 40.48 | - |
| YUV | 175.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 164 | 0 | 0.32 | 0.27 | 0.12 | 350.14 | 0.55 | 0.74 |
| Hex | E1 | 98 | A4 | 0 | 20 | 1B | C | 15E | 37 | 4A |
| Octal | 341 | 230 | 244 | 0 | 40 | 33 | 14 | 536 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10100100 | 0 | 100000 | 11011 | 1100 | 101011110 | 110111 | 1001010 |
Color Harmonies of #E198A4
Complementary color
Monochromatic Colors of #E198A4
Black with #E198A4
Text Example
Text Example
White with #E198A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198A4; }
p { color: rgb(225,152,164); }
H1.HeaderClassName
{
color: #E198A4;
}
.AnyTagClassName
{
color: #E198A4;
}
</style>
background-color css
<style>
a { background-color: #E198A4; }
a { background-color: rgb(225,152,164); }
div.DivClassName
{
background-color: #E198A4;
}
.BgClassName
{
background-color: #E198A4;
}
</style>
border-color css
<style>
span { border-color: #E198A4; }
span { border-color: rgb(225,152,164); }
td.TdClassName
{
border-color: #E198A4;
}
.TagClassName
{
border-color: #E198A4;
}
</style>