Shades of Kobi #E38F9F
Tints of Kobi #E38F9F
RGB
CMYK
RGB Variations
Color information
#E38F9F (or 0xE38F9F) is known color: Kobi. HEX triplet: E3, 8F and 9F. RGB value is (227,143,159). Sum of RGB (Red+Green+Blue) = 227+143+159=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38F9F is #1C7060. Grayscale: #A9A9A9. Windows color (decimal): -1863777 or 10457059. OLE color: 10457059.
HSL color Cylindrical-coordinate representation of color #E38F9F: hue angle of 348.57º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38F9F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 159 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.11 |
| HSL | 348.57º | 0.6% | 0.73% | - |
| HSV(B) | 348.57º | 0.37% | 0.89% | - |
| XYZ | 47.76 | 38.48 | 37.71 | - |
| YUV | 169.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 159 | 0 | 0.37 | 0.30 | 0.11 | 348.57 | 0.6 | 0.73 |
| Hex | E3 | 8F | 9F | 0 | 25 | 1E | B | 15D | 3C | 49 |
| Octal | 343 | 217 | 237 | 0 | 45 | 36 | 13 | 535 | 74 | 111 |
| Binary | 11100011 | 10001111 | 10011111 | 0 | 100101 | 11110 | 1011 | 101011101 | 111100 | 1001001 |
Color Harmonies of #E38F9F
Complementary color
Monochromatic Colors of #E38F9F
Black with #E38F9F
Text Example
Text Example
White with #E38F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38F9F; }
p { color: rgb(227,143,159); }
H1.HeaderClassName
{
color: #E38F9F;
}
.AnyTagClassName
{
color: #E38F9F;
}
</style>
background-color css
<style>
a { background-color: #E38F9F; }
a { background-color: rgb(227,143,159); }
div.DivClassName
{
background-color: #E38F9F;
}
.BgClassName
{
background-color: #E38F9F;
}
</style>
border-color css
<style>
span { border-color: #E38F9F; }
span { border-color: rgb(227,143,159); }
td.TdClassName
{
border-color: #E38F9F;
}
.TagClassName
{
border-color: #E38F9F;
}
</style>