Shades of Kobi #E39BA4
Tints of Kobi #E39BA4
RGB
CMYK
RGB Variations
Color information
#E39BA4 (or 0xE39BA4) is known color: Kobi. HEX triplet: E3, 9B and A4. RGB value is (227,155,164). Sum of RGB (Red+Green+Blue) = 227+155+164=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39BA4 is #1C645B. Grayscale: #B1B1B1. Windows color (decimal): -1860700 or 10787811. OLE color: 10787811.
HSL color Cylindrical-coordinate representation of color #E39BA4: hue angle of 352.5º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39BA4 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 164 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.11 |
| HSL | 352.5º | 0.56% | 0.75% | - |
| HSV(B) | 352.5º | 0.32% | 0.89% | - |
| XYZ | 50.1 | 42.45 | 40.68 | - |
| YUV | 177.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 164 | 0 | 0.32 | 0.28 | 0.11 | 352.5 | 0.56 | 0.75 |
| Hex | E3 | 9B | A4 | 0 | 20 | 1C | B | 160 | 38 | 4B |
| Octal | 343 | 233 | 244 | 0 | 40 | 34 | 13 | 540 | 70 | 113 |
| Binary | 11100011 | 10011011 | 10100100 | 0 | 100000 | 11100 | 1011 | 101100000 | 111000 | 1001011 |
Color Harmonies of #E39BA4
Complementary color
Monochromatic Colors of #E39BA4
Black with #E39BA4
Text Example
Text Example
White with #E39BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39BA4; }
p { color: rgb(227,155,164); }
H1.HeaderClassName
{
color: #E39BA4;
}
.AnyTagClassName
{
color: #E39BA4;
}
</style>
background-color css
<style>
a { background-color: #E39BA4; }
a { background-color: rgb(227,155,164); }
div.DivClassName
{
background-color: #E39BA4;
}
.BgClassName
{
background-color: #E39BA4;
}
</style>
border-color css
<style>
span { border-color: #E39BA4; }
span { border-color: rgb(227,155,164); }
td.TdClassName
{
border-color: #E39BA4;
}
.TagClassName
{
border-color: #E39BA4;
}
</style>