Shades of Kobi #E37BAA
Tints of Kobi #E37BAA
RGB
CMYK
RGB Variations
Color information
#E37BAA (or 0xE37BAA) is known color: Kobi. HEX triplet: E3, 7B and AA. RGB value is (227,123,170). Sum of RGB (Red+Green+Blue) = 227+123+170=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37BAA is #1C8455. Grayscale: #9F9F9F. Windows color (decimal): -1868886 or 11172835. OLE color: 11172835.
HSL color Cylindrical-coordinate representation of color #E37BAA: hue angle of 332.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37BAA is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 170 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.11 |
| HSL | 332.88º | 0.65% | 0.69% | - |
| HSV(B) | 332.88º | 0.46% | 0.89% | - |
| XYZ | 46.02 | 33.4 | 42.05 | - |
| YUV | 159.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 170 | 0 | 0.46 | 0.25 | 0.11 | 332.88 | 0.65 | 0.69 |
| Hex | E3 | 7B | AA | 0 | 2E | 19 | B | 14D | 41 | 45 |
| Octal | 343 | 173 | 252 | 0 | 56 | 31 | 13 | 515 | 101 | 105 |
| Binary | 11100011 | 1111011 | 10101010 | 0 | 101110 | 11001 | 1011 | 101001101 | 1000001 | 1000101 |
Color Harmonies of #E37BAA
Complementary color
Monochromatic Colors of #E37BAA
Black with #E37BAA
Text Example
Text Example
White with #E37BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BAA; }
p { color: rgb(227,123,170); }
H1.HeaderClassName
{
color: #E37BAA;
}
.AnyTagClassName
{
color: #E37BAA;
}
</style>
background-color css
<style>
a { background-color: #E37BAA; }
a { background-color: rgb(227,123,170); }
div.DivClassName
{
background-color: #E37BAA;
}
.BgClassName
{
background-color: #E37BAA;
}
</style>
border-color css
<style>
span { border-color: #E37BAA; }
span { border-color: rgb(227,123,170); }
td.TdClassName
{
border-color: #E37BAA;
}
.TagClassName
{
border-color: #E37BAA;
}
</style>