Shades of Kobi #E08EAE
Tints of Kobi #E08EAE
RGB
CMYK
RGB Variations
Color information
#E08EAE (or 0xE08EAE) is known color: Kobi. HEX triplet: E0, 8E and AE. RGB value is (224,142,174). Sum of RGB (Red+Green+Blue) = 224+142+174=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EAE is #1F7151. Grayscale: #AAAAAA. Windows color (decimal): -2060626 or 11439840. OLE color: 11439840.
HSL color Cylindrical-coordinate representation of color #E08EAE: hue angle of 336.59º 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 #E08EAE is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 174 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.12 |
| HSL | 336.59º | 0.57% | 0.72% | - |
| HSV(B) | 336.59º | 0.37% | 0.88% | - |
| XYZ | 48.05 | 38.25 | 44.89 | - |
| YUV | 170.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 174 | 0 | 0.37 | 0.22 | 0.12 | 336.59 | 0.57 | 0.72 |
| Hex | E0 | 8E | AE | 0 | 25 | 16 | C | 151 | 39 | 48 |
| Octal | 340 | 216 | 256 | 0 | 45 | 26 | 14 | 521 | 71 | 110 |
| Binary | 11100000 | 10001110 | 10101110 | 0 | 100101 | 10110 | 1100 | 101010001 | 111001 | 1001000 |
Color Harmonies of #E08EAE
Complementary color
Monochromatic Colors of #E08EAE
Black with #E08EAE
Text Example
Text Example
White with #E08EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EAE; }
p { color: rgb(224,142,174); }
H1.HeaderClassName
{
color: #E08EAE;
}
.AnyTagClassName
{
color: #E08EAE;
}
</style>
background-color css
<style>
a { background-color: #E08EAE; }
a { background-color: rgb(224,142,174); }
div.DivClassName
{
background-color: #E08EAE;
}
.BgClassName
{
background-color: #E08EAE;
}
</style>
border-color css
<style>
span { border-color: #E08EAE; }
span { border-color: rgb(224,142,174); }
td.TdClassName
{
border-color: #E08EAE;
}
.TagClassName
{
border-color: #E08EAE;
}
</style>