Shades of Kobi #E08DAE
Tints of Kobi #E08DAE
RGB
CMYK
RGB Variations
Color information
#E08DAE (or 0xE08DAE) is known color: Kobi. HEX triplet: E0, 8D and AE. RGB value is (224,141,174). Sum of RGB (Red+Green+Blue) = 224+141+174=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08DAE is #1F7251. Grayscale: #A9A9A9. Windows color (decimal): -2060882 or 11439584. OLE color: 11439584.
HSL color Cylindrical-coordinate representation of color #E08DAE: hue angle of 336.14º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DAE is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 174 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.12 |
| HSL | 336.14º | 0.57% | 0.72% | - |
| HSV(B) | 336.14º | 0.37% | 0.88% | - |
| XYZ | 47.91 | 37.95 | 44.85 | - |
| YUV | 169.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 174 | 0 | 0.37 | 0.22 | 0.12 | 336.14 | 0.57 | 0.72 |
| Hex | E0 | 8D | AE | 0 | 25 | 16 | C | 150 | 39 | 48 |
| Octal | 340 | 215 | 256 | 0 | 45 | 26 | 14 | 520 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10101110 | 0 | 100101 | 10110 | 1100 | 101010000 | 111001 | 1001000 |
Color Harmonies of #E08DAE
Complementary color
Monochromatic Colors of #E08DAE
Black with #E08DAE
Text Example
Text Example
White with #E08DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DAE; }
p { color: rgb(224,141,174); }
H1.HeaderClassName
{
color: #E08DAE;
}
.AnyTagClassName
{
color: #E08DAE;
}
</style>
background-color css
<style>
a { background-color: #E08DAE; }
a { background-color: rgb(224,141,174); }
div.DivClassName
{
background-color: #E08DAE;
}
.BgClassName
{
background-color: #E08DAE;
}
</style>
border-color css
<style>
span { border-color: #E08DAE; }
span { border-color: rgb(224,141,174); }
td.TdClassName
{
border-color: #E08DAE;
}
.TagClassName
{
border-color: #E08DAE;
}
</style>