Shades of Kobi #E08BAE
Tints of Kobi #E08BAE
RGB
CMYK
RGB Variations
Color information
#E08BAE (or 0xE08BAE) is known color: Kobi. HEX triplet: E0, 8B and AE. RGB value is (224,139,174). Sum of RGB (Red+Green+Blue) = 224+139+174=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BAE is #1F7451. Grayscale: #A8A8A8. Windows color (decimal): -2061394 or 11439072. OLE color: 11439072.
HSL color Cylindrical-coordinate representation of color #E08BAE: hue angle of 335.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BAE is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 174 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.12 |
| HSL | 335.29º | 0.58% | 0.71% | - |
| HSV(B) | 335.29º | 0.38% | 0.88% | - |
| XYZ | 47.61 | 37.37 | 44.75 | - |
| YUV | 168.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 174 | 0 | 0.38 | 0.22 | 0.12 | 335.29 | 0.58 | 0.71 |
| Hex | E0 | 8B | AE | 0 | 26 | 16 | C | 14F | 3A | 47 |
| Octal | 340 | 213 | 256 | 0 | 46 | 26 | 14 | 517 | 72 | 107 |
| Binary | 11100000 | 10001011 | 10101110 | 0 | 100110 | 10110 | 1100 | 101001111 | 111010 | 1000111 |
Color Harmonies of #E08BAE
Complementary color
Monochromatic Colors of #E08BAE
Black with #E08BAE
Text Example
Text Example
White with #E08BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BAE; }
p { color: rgb(224,139,174); }
H1.HeaderClassName
{
color: #E08BAE;
}
.AnyTagClassName
{
color: #E08BAE;
}
</style>
background-color css
<style>
a { background-color: #E08BAE; }
a { background-color: rgb(224,139,174); }
div.DivClassName
{
background-color: #E08BAE;
}
.BgClassName
{
background-color: #E08BAE;
}
</style>
border-color css
<style>
span { border-color: #E08BAE; }
span { border-color: rgb(224,139,174); }
td.TdClassName
{
border-color: #E08BAE;
}
.TagClassName
{
border-color: #E08BAE;
}
</style>