Shades of Kobi #E38BAA
Tints of Kobi #E38BAA
RGB
CMYK
RGB Variations
Color information
#E38BAA (or 0xE38BAA) is known color: Kobi. HEX triplet: E3, 8B and AA. RGB value is (227,139,170). Sum of RGB (Red+Green+Blue) = 227+139+170=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38BAA is #1C7455. Grayscale: #A8A8A8. Windows color (decimal): -1864790 or 11176931. OLE color: 11176931.
HSL color Cylindrical-coordinate representation of color #E38BAA: hue angle of 338.86º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38BAA is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 170 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.11 |
| HSL | 338.86º | 0.61% | 0.72% | - |
| HSV(B) | 338.86º | 0.39% | 0.89% | - |
| XYZ | 48.17 | 37.7 | 42.77 | - |
| YUV | 168.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 170 | 0 | 0.39 | 0.25 | 0.11 | 338.86 | 0.61 | 0.72 |
| Hex | E3 | 8B | AA | 0 | 27 | 19 | B | 153 | 3D | 48 |
| Octal | 343 | 213 | 252 | 0 | 47 | 31 | 13 | 523 | 75 | 110 |
| Binary | 11100011 | 10001011 | 10101010 | 0 | 100111 | 11001 | 1011 | 101010011 | 111101 | 1001000 |
Color Harmonies of #E38BAA
Complementary color
Monochromatic Colors of #E38BAA
Black with #E38BAA
Text Example
Text Example
White with #E38BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BAA; }
p { color: rgb(227,139,170); }
H1.HeaderClassName
{
color: #E38BAA;
}
.AnyTagClassName
{
color: #E38BAA;
}
</style>
background-color css
<style>
a { background-color: #E38BAA; }
a { background-color: rgb(227,139,170); }
div.DivClassName
{
background-color: #E38BAA;
}
.BgClassName
{
background-color: #E38BAA;
}
</style>
border-color css
<style>
span { border-color: #E38BAA; }
span { border-color: rgb(227,139,170); }
td.TdClassName
{
border-color: #E38BAA;
}
.TagClassName
{
border-color: #E38BAA;
}
</style>