Shades of Kobi #E08AAF
Tints of Kobi #E08AAF
RGB
CMYK
RGB Variations
Color information
#E08AAF (or 0xE08AAF) is known color: Kobi. HEX triplet: E0, 8A and AF. RGB value is (224,138,175). Sum of RGB (Red+Green+Blue) = 224+138+175=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AAF is #1F7550. Grayscale: #A7A7A7. Windows color (decimal): -2061649 or 11504352. OLE color: 11504352.
HSL color Cylindrical-coordinate representation of color #E08AAF: hue angle of 334.19º 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 #E08AAF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 175 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.12 |
| HSL | 334.19º | 0.58% | 0.71% | - |
| HSV(B) | 334.19º | 0.38% | 0.88% | - |
| XYZ | 47.57 | 37.12 | 45.22 | - |
| YUV | 167.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 175 | 0 | 0.38 | 0.22 | 0.12 | 334.19 | 0.58 | 0.71 |
| Hex | E0 | 8A | AF | 0 | 26 | 16 | C | 14E | 3A | 47 |
| Octal | 340 | 212 | 257 | 0 | 46 | 26 | 14 | 516 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10101111 | 0 | 100110 | 10110 | 1100 | 101001110 | 111010 | 1000111 |
Color Harmonies of #E08AAF
Complementary color
Monochromatic Colors of #E08AAF
Black with #E08AAF
Text Example
Text Example
White with #E08AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AAF; }
p { color: rgb(224,138,175); }
H1.HeaderClassName
{
color: #E08AAF;
}
.AnyTagClassName
{
color: #E08AAF;
}
</style>
background-color css
<style>
a { background-color: #E08AAF; }
a { background-color: rgb(224,138,175); }
div.DivClassName
{
background-color: #E08AAF;
}
.BgClassName
{
background-color: #E08AAF;
}
</style>
border-color css
<style>
span { border-color: #E08AAF; }
span { border-color: rgb(224,138,175); }
td.TdClassName
{
border-color: #E08AAF;
}
.TagClassName
{
border-color: #E08AAF;
}
</style>