Shades of Kobi #E199AF
Tints of Kobi #E199AF
RGB
CMYK
RGB Variations
Color information
#E199AF (or 0xE199AF) is known color: Kobi. HEX triplet: E1, 99 and AF. RGB value is (225,153,175). Sum of RGB (Red+Green+Blue) = 225+153+175=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E199AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199AF is #1E6650. Grayscale: #B1B1B1. Windows color (decimal): -1992273 or 11508193. OLE color: 11508193.
HSL color Cylindrical-coordinate representation of color #E199AF: hue angle of 341.67º 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 #E199AF is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 175 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.12 |
| HSL | 341.67º | 0.55% | 0.74% | - |
| HSV(B) | 341.67º | 0.32% | 0.88% | - |
| XYZ | 50.18 | 41.89 | 46 | - |
| YUV | 177.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 175 | 0 | 0.32 | 0.22 | 0.12 | 341.67 | 0.55 | 0.74 |
| Hex | E1 | 99 | AF | 0 | 20 | 16 | C | 156 | 37 | 4A |
| Octal | 341 | 231 | 257 | 0 | 40 | 26 | 14 | 526 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10101111 | 0 | 100000 | 10110 | 1100 | 101010110 | 110111 | 1001010 |
Color Harmonies of #E199AF
Complementary color
Monochromatic Colors of #E199AF
Black with #E199AF
Text Example
Text Example
White with #E199AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199AF; }
p { color: rgb(225,153,175); }
H1.HeaderClassName
{
color: #E199AF;
}
.AnyTagClassName
{
color: #E199AF;
}
</style>
background-color css
<style>
a { background-color: #E199AF; }
a { background-color: rgb(225,153,175); }
div.DivClassName
{
background-color: #E199AF;
}
.BgClassName
{
background-color: #E199AF;
}
</style>
border-color css
<style>
span { border-color: #E199AF; }
span { border-color: rgb(225,153,175); }
td.TdClassName
{
border-color: #E199AF;
}
.TagClassName
{
border-color: #E199AF;
}
</style>