Shades of Kobi #E08FAE
Tints of Kobi #E08FAE
RGB
CMYK
RGB Variations
Color information
#E08FAE (or 0xE08FAE) is known color: Kobi. HEX triplet: E0, 8F and AE. RGB value is (224,143,174). Sum of RGB (Red+Green+Blue) = 224+143+174=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FAE is #1F7051. Grayscale: #AAAAAA. Windows color (decimal): -2060370 or 11440096. OLE color: 11440096.
HSL color Cylindrical-coordinate representation of color #E08FAE: hue angle of 337.04º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FAE is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 174 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.12 |
| HSL | 337.04º | 0.57% | 0.72% | - |
| HSV(B) | 337.04º | 0.36% | 0.88% | - |
| XYZ | 48.2 | 38.55 | 44.94 | - |
| YUV | 170.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 174 | 0 | 0.36 | 0.22 | 0.12 | 337.04 | 0.57 | 0.72 |
| Hex | E0 | 8F | AE | 0 | 24 | 16 | C | 151 | 39 | 48 |
| Octal | 340 | 217 | 256 | 0 | 44 | 26 | 14 | 521 | 71 | 110 |
| Binary | 11100000 | 10001111 | 10101110 | 0 | 100100 | 10110 | 1100 | 101010001 | 111001 | 1001000 |
Color Harmonies of #E08FAE
Complementary color
Monochromatic Colors of #E08FAE
Black with #E08FAE
Text Example
Text Example
White with #E08FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FAE; }
p { color: rgb(224,143,174); }
H1.HeaderClassName
{
color: #E08FAE;
}
.AnyTagClassName
{
color: #E08FAE;
}
</style>
background-color css
<style>
a { background-color: #E08FAE; }
a { background-color: rgb(224,143,174); }
div.DivClassName
{
background-color: #E08FAE;
}
.BgClassName
{
background-color: #E08FAE;
}
</style>
border-color css
<style>
span { border-color: #E08FAE; }
span { border-color: rgb(224,143,174); }
td.TdClassName
{
border-color: #E08FAE;
}
.TagClassName
{
border-color: #E08FAE;
}
</style>