Shades of Kobi #E199AD
Tints of Kobi #E199AD
RGB
CMYK
RGB Variations
Color information
#E199AD (or 0xE199AD) is known color: Kobi. HEX triplet: E1, 99 and AD. RGB value is (225,153,173). Sum of RGB (Red+Green+Blue) = 225+153+173=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E199AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199AD is #1E6652. Grayscale: #B0B0B0. Windows color (decimal): -1992275 or 11377121. OLE color: 11377121.
HSL color Cylindrical-coordinate representation of color #E199AD: hue angle of 343.33º 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 #E199AD is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 173 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.12 |
| HSL | 343.33º | 0.55% | 0.74% | - |
| HSV(B) | 343.33º | 0.32% | 0.88% | - |
| XYZ | 49.99 | 41.81 | 44.97 | - |
| YUV | 176.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 173 | 0 | 0.32 | 0.23 | 0.12 | 343.33 | 0.55 | 0.74 |
| Hex | E1 | 99 | AD | 0 | 20 | 17 | C | 157 | 37 | 4A |
| Octal | 341 | 231 | 255 | 0 | 40 | 27 | 14 | 527 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10101101 | 0 | 100000 | 10111 | 1100 | 101010111 | 110111 | 1001010 |
Color Harmonies of #E199AD
Complementary color
Monochromatic Colors of #E199AD
Black with #E199AD
Text Example
Text Example
White with #E199AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199AD; }
p { color: rgb(225,153,173); }
H1.HeaderClassName
{
color: #E199AD;
}
.AnyTagClassName
{
color: #E199AD;
}
</style>
background-color css
<style>
a { background-color: #E199AD; }
a { background-color: rgb(225,153,173); }
div.DivClassName
{
background-color: #E199AD;
}
.BgClassName
{
background-color: #E199AD;
}
</style>
border-color css
<style>
span { border-color: #E199AD; }
span { border-color: rgb(225,153,173); }
td.TdClassName
{
border-color: #E199AD;
}
.TagClassName
{
border-color: #E199AD;
}
</style>