Shades of Kobi #E199A5
Tints of Kobi #E199A5
RGB
CMYK
RGB Variations
Color information
#E199A5 (or 0xE199A5) is known color: Kobi. HEX triplet: E1, 99 and A5. RGB value is (225,153,165). Sum of RGB (Red+Green+Blue) = 225+153+165=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A5 is #1E665A. Grayscale: #AFAFAF. Windows color (decimal): -1992283 or 10852833. OLE color: 10852833.
HSL color Cylindrical-coordinate representation of color #E199A5: hue angle of 350º 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 #E199A5 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 165 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.12 |
| HSL | 350º | 0.55% | 0.74% | - |
| HSV(B) | 350º | 0.32% | 0.88% | - |
| XYZ | 49.23 | 41.51 | 41.01 | - |
| YUV | 175.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 165 | 0 | 0.32 | 0.27 | 0.12 | 350 | 0.55 | 0.74 |
| Hex | E1 | 99 | A5 | 0 | 20 | 1B | C | 15E | 37 | 4A |
| Octal | 341 | 231 | 245 | 0 | 40 | 33 | 14 | 536 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10100101 | 0 | 100000 | 11011 | 1100 | 101011110 | 110111 | 1001010 |
Color Harmonies of #E199A5
Complementary color
Monochromatic Colors of #E199A5
Black with #E199A5
Text Example
Text Example
White with #E199A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199A5; }
p { color: rgb(225,153,165); }
H1.HeaderClassName
{
color: #E199A5;
}
.AnyTagClassName
{
color: #E199A5;
}
</style>
background-color css
<style>
a { background-color: #E199A5; }
a { background-color: rgb(225,153,165); }
div.DivClassName
{
background-color: #E199A5;
}
.BgClassName
{
background-color: #E199A5;
}
</style>
border-color css
<style>
span { border-color: #E199A5; }
span { border-color: rgb(225,153,165); }
td.TdClassName
{
border-color: #E199A5;
}
.TagClassName
{
border-color: #E199A5;
}
</style>