Shades of Kobi #E38DAE
Tints of Kobi #E38DAE
RGB
CMYK
RGB Variations
Color information
#E38DAE (or 0xE38DAE) is known color: Kobi. HEX triplet: E3, 8D and AE. RGB value is (227,141,174). Sum of RGB (Red+Green+Blue) = 227+141+174=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38DAE is #1C7251. Grayscale: #AAAAAA. Windows color (decimal): -1864274 or 11439587. OLE color: 11439587.
HSL color Cylindrical-coordinate representation of color #E38DAE: hue angle of 336.98º 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 #E38DAE is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 174 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.11 |
| HSL | 336.98º | 0.61% | 0.72% | - |
| HSV(B) | 336.98º | 0.38% | 0.89% | - |
| XYZ | 48.84 | 38.44 | 44.89 | - |
| YUV | 170.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 174 | 0 | 0.38 | 0.23 | 0.11 | 336.98 | 0.61 | 0.72 |
| Hex | E3 | 8D | AE | 0 | 26 | 17 | B | 151 | 3D | 48 |
| Octal | 343 | 215 | 256 | 0 | 46 | 27 | 13 | 521 | 75 | 110 |
| Binary | 11100011 | 10001101 | 10101110 | 0 | 100110 | 10111 | 1011 | 101010001 | 111101 | 1001000 |
Color Harmonies of #E38DAE
Complementary color
Monochromatic Colors of #E38DAE
Black with #E38DAE
Text Example
Text Example
White with #E38DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DAE; }
p { color: rgb(227,141,174); }
H1.HeaderClassName
{
color: #E38DAE;
}
.AnyTagClassName
{
color: #E38DAE;
}
</style>
background-color css
<style>
a { background-color: #E38DAE; }
a { background-color: rgb(227,141,174); }
div.DivClassName
{
background-color: #E38DAE;
}
.BgClassName
{
background-color: #E38DAE;
}
</style>
border-color css
<style>
span { border-color: #E38DAE; }
span { border-color: rgb(227,141,174); }
td.TdClassName
{
border-color: #E38DAE;
}
.TagClassName
{
border-color: #E38DAE;
}
</style>