Shades of Kobi #E18F9F
Tints of Kobi #E18F9F
RGB
CMYK
RGB Variations
Color information
#E18F9F (or 0xE18F9F) is known color: Kobi. HEX triplet: E1, 8F and 9F. RGB value is (225,143,159). Sum of RGB (Red+Green+Blue) = 225+143+159=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F9F is #1E7060. Grayscale: #A9A9A9. Windows color (decimal): -1994849 or 10457057. OLE color: 10457057.
HSL color Cylindrical-coordinate representation of color #E18F9F: hue angle of 348.29º degrees, saturation: 0.58, 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 #E18F9F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 159 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.12 |
| HSL | 348.29º | 0.58% | 0.72% | - |
| HSV(B) | 348.29º | 0.36% | 0.88% | - |
| XYZ | 47.13 | 38.16 | 37.68 | - |
| YUV | 169.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 159 | 0 | 0.36 | 0.29 | 0.12 | 348.29 | 0.58 | 0.72 |
| Hex | E1 | 8F | 9F | 0 | 24 | 1D | C | 15C | 3A | 48 |
| Octal | 341 | 217 | 237 | 0 | 44 | 35 | 14 | 534 | 72 | 110 |
| Binary | 11100001 | 10001111 | 10011111 | 0 | 100100 | 11101 | 1100 | 101011100 | 111010 | 1001000 |
Color Harmonies of #E18F9F
Complementary color
Monochromatic Colors of #E18F9F
Black with #E18F9F
Text Example
Text Example
White with #E18F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F9F; }
p { color: rgb(225,143,159); }
H1.HeaderClassName
{
color: #E18F9F;
}
.AnyTagClassName
{
color: #E18F9F;
}
</style>
background-color css
<style>
a { background-color: #E18F9F; }
a { background-color: rgb(225,143,159); }
div.DivClassName
{
background-color: #E18F9F;
}
.BgClassName
{
background-color: #E18F9F;
}
</style>
border-color css
<style>
span { border-color: #E18F9F; }
span { border-color: rgb(225,143,159); }
td.TdClassName
{
border-color: #E18F9F;
}
.TagClassName
{
border-color: #E18F9F;
}
</style>