Shades of Kobi #E38EA0
Tints of Kobi #E38EA0
RGB
CMYK
RGB Variations
Color information
#E38EA0 (or 0xE38EA0) is known color: Kobi. HEX triplet: E3, 8E and A0. RGB value is (227,142,160). Sum of RGB (Red+Green+Blue) = 227+142+160=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38EA0 is #1C715F. Grayscale: #A9A9A9. Windows color (decimal): -1864032 or 10522339. OLE color: 10522339.
HSL color Cylindrical-coordinate representation of color #E38EA0: hue angle of 347.29º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38EA0 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 160 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.11 |
| HSL | 347.29º | 0.6% | 0.72% | - |
| HSV(B) | 347.29º | 0.37% | 0.89% | - |
| XYZ | 47.7 | 38.21 | 38.12 | - |
| YUV | 169.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 160 | 0 | 0.37 | 0.30 | 0.11 | 347.29 | 0.6 | 0.72 |
| Hex | E3 | 8E | A0 | 0 | 25 | 1E | B | 15B | 3C | 48 |
| Octal | 343 | 216 | 240 | 0 | 45 | 36 | 13 | 533 | 74 | 110 |
| Binary | 11100011 | 10001110 | 10100000 | 0 | 100101 | 11110 | 1011 | 101011011 | 111100 | 1001000 |
Color Harmonies of #E38EA0
Complementary color
Monochromatic Colors of #E38EA0
Black with #E38EA0
Text Example
Text Example
White with #E38EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38EA0; }
p { color: rgb(227,142,160); }
H1.HeaderClassName
{
color: #E38EA0;
}
.AnyTagClassName
{
color: #E38EA0;
}
</style>
background-color css
<style>
a { background-color: #E38EA0; }
a { background-color: rgb(227,142,160); }
div.DivClassName
{
background-color: #E38EA0;
}
.BgClassName
{
background-color: #E38EA0;
}
</style>
border-color css
<style>
span { border-color: #E38EA0; }
span { border-color: rgb(227,142,160); }
td.TdClassName
{
border-color: #E38EA0;
}
.TagClassName
{
border-color: #E38EA0;
}
</style>