Shades of Kobi #E39BAE
Tints of Kobi #E39BAE
RGB
CMYK
RGB Variations
Color information
#E39BAE (or 0xE39BAE) is known color: Kobi. HEX triplet: E3, 9B and AE. RGB value is (227,155,174). Sum of RGB (Red+Green+Blue) = 227+155+174=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39BAE is #1C6451. Grayscale: #B2B2B2. Windows color (decimal): -1860690 or 11443171. OLE color: 11443171.
HSL color Cylindrical-coordinate representation of color #E39BAE: hue angle of 344.17º 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 #E39BAE is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 174 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.11 |
| HSL | 344.17º | 0.56% | 0.75% | - |
| HSV(B) | 344.17º | 0.32% | 0.89% | - |
| XYZ | 51.04 | 42.83 | 45.62 | - |
| YUV | 178.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 174 | 0 | 0.32 | 0.23 | 0.11 | 344.17 | 0.56 | 0.75 |
| Hex | E3 | 9B | AE | 0 | 20 | 17 | B | 158 | 38 | 4B |
| Octal | 343 | 233 | 256 | 0 | 40 | 27 | 13 | 530 | 70 | 113 |
| Binary | 11100011 | 10011011 | 10101110 | 0 | 100000 | 10111 | 1011 | 101011000 | 111000 | 1001011 |
Color Harmonies of #E39BAE
Complementary color
Monochromatic Colors of #E39BAE
Black with #E39BAE
Text Example
Text Example
White with #E39BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39BAE; }
p { color: rgb(227,155,174); }
H1.HeaderClassName
{
color: #E39BAE;
}
.AnyTagClassName
{
color: #E39BAE;
}
</style>
background-color css
<style>
a { background-color: #E39BAE; }
a { background-color: rgb(227,155,174); }
div.DivClassName
{
background-color: #E39BAE;
}
.BgClassName
{
background-color: #E39BAE;
}
</style>
border-color css
<style>
span { border-color: #E39BAE; }
span { border-color: rgb(227,155,174); }
td.TdClassName
{
border-color: #E39BAE;
}
.TagClassName
{
border-color: #E39BAE;
}
</style>