Shades of Kobi #E38DAA
Tints of Kobi #E38DAA
RGB
CMYK
RGB Variations
Color information
#E38DAA (or 0xE38DAA) is known color: Kobi. HEX triplet: E3, 8D and AA. RGB value is (227,141,170). Sum of RGB (Red+Green+Blue) = 227+141+170=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38DAA is #1C7255. Grayscale: #A9A9A9. Windows color (decimal): -1864278 or 11177443. OLE color: 11177443.
HSL color Cylindrical-coordinate representation of color #E38DAA: hue angle of 339.77º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38DAA is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 170 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.11 |
| HSL | 339.77º | 0.61% | 0.72% | - |
| HSV(B) | 339.77º | 0.38% | 0.89% | - |
| XYZ | 48.46 | 38.28 | 42.87 | - |
| YUV | 170.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 170 | 0 | 0.38 | 0.25 | 0.11 | 339.77 | 0.61 | 0.72 |
| Hex | E3 | 8D | AA | 0 | 26 | 19 | B | 154 | 3D | 48 |
| Octal | 343 | 215 | 252 | 0 | 46 | 31 | 13 | 524 | 75 | 110 |
| Binary | 11100011 | 10001101 | 10101010 | 0 | 100110 | 11001 | 1011 | 101010100 | 111101 | 1001000 |
Color Harmonies of #E38DAA
Complementary color
Monochromatic Colors of #E38DAA
Black with #E38DAA
Text Example
Text Example
White with #E38DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DAA; }
p { color: rgb(227,141,170); }
H1.HeaderClassName
{
color: #E38DAA;
}
.AnyTagClassName
{
color: #E38DAA;
}
</style>
background-color css
<style>
a { background-color: #E38DAA; }
a { background-color: rgb(227,141,170); }
div.DivClassName
{
background-color: #E38DAA;
}
.BgClassName
{
background-color: #E38DAA;
}
</style>
border-color css
<style>
span { border-color: #E38DAA; }
span { border-color: rgb(227,141,170); }
td.TdClassName
{
border-color: #E38DAA;
}
.TagClassName
{
border-color: #E38DAA;
}
</style>