Shades of Kobi #E199AC
Tints of Kobi #E199AC
RGB
CMYK
RGB Variations
Color information
#E199AC (or 0xE199AC) is known color: Kobi. HEX triplet: E1, 99 and AC. RGB value is (225,153,172). Sum of RGB (Red+Green+Blue) = 225+153+172=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E199AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199AC is #1E6653. Grayscale: #B0B0B0. Windows color (decimal): -1992276 or 11311585. OLE color: 11311585.
HSL color Cylindrical-coordinate representation of color #E199AC: hue angle of 344.17º 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 #E199AC is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 172 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.12 |
| HSL | 344.17º | 0.55% | 0.74% | - |
| HSV(B) | 344.17º | 0.32% | 0.88% | - |
| XYZ | 49.89 | 41.77 | 44.46 | - |
| YUV | 176.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 172 | 0 | 0.32 | 0.24 | 0.12 | 344.17 | 0.55 | 0.74 |
| Hex | E1 | 99 | AC | 0 | 20 | 18 | C | 158 | 37 | 4A |
| Octal | 341 | 231 | 254 | 0 | 40 | 30 | 14 | 530 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10101100 | 0 | 100000 | 11000 | 1100 | 101011000 | 110111 | 1001010 |
Color Harmonies of #E199AC
Complementary color
Monochromatic Colors of #E199AC
Black with #E199AC
Text Example
Text Example
White with #E199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199AC; }
p { color: rgb(225,153,172); }
H1.HeaderClassName
{
color: #E199AC;
}
.AnyTagClassName
{
color: #E199AC;
}
</style>
background-color css
<style>
a { background-color: #E199AC; }
a { background-color: rgb(225,153,172); }
div.DivClassName
{
background-color: #E199AC;
}
.BgClassName
{
background-color: #E199AC;
}
</style>
border-color css
<style>
span { border-color: #E199AC; }
span { border-color: rgb(225,153,172); }
td.TdClassName
{
border-color: #E199AC;
}
.TagClassName
{
border-color: #E199AC;
}
</style>