Shades of Kobi #E1909F
Tints of Kobi #E1909F
RGB
CMYK
RGB Variations
Color information
#E1909F (or 0xE1909F) is known color: Kobi. HEX triplet: E1, 90 and 9F. RGB value is (225,144,159). Sum of RGB (Red+Green+Blue) = 225+144+159=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1909F is #1E6F60. Grayscale: #A9A9A9. Windows color (decimal): -1994593 or 10457313. OLE color: 10457313.
HSL color Cylindrical-coordinate representation of color #E1909F: hue angle of 348.89º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1909F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 159 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.12 |
| HSL | 348.89º | 0.57% | 0.72% | - |
| HSV(B) | 348.89º | 0.36% | 0.88% | - |
| XYZ | 47.28 | 38.46 | 37.73 | - |
| YUV | 169.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 159 | 0 | 0.36 | 0.29 | 0.12 | 348.89 | 0.57 | 0.72 |
| Hex | E1 | 90 | 9F | 0 | 24 | 1D | C | 15D | 39 | 48 |
| Octal | 341 | 220 | 237 | 0 | 44 | 35 | 14 | 535 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10011111 | 0 | 100100 | 11101 | 1100 | 101011101 | 111001 | 1001000 |
Color Harmonies of #E1909F
Complementary color
Monochromatic Colors of #E1909F
Black with #E1909F
Text Example
Text Example
White with #E1909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1909F; }
p { color: rgb(225,144,159); }
H1.HeaderClassName
{
color: #E1909F;
}
.AnyTagClassName
{
color: #E1909F;
}
</style>
background-color css
<style>
a { background-color: #E1909F; }
a { background-color: rgb(225,144,159); }
div.DivClassName
{
background-color: #E1909F;
}
.BgClassName
{
background-color: #E1909F;
}
</style>
border-color css
<style>
span { border-color: #E1909F; }
span { border-color: rgb(225,144,159); }
td.TdClassName
{
border-color: #E1909F;
}
.TagClassName
{
border-color: #E1909F;
}
</style>