Shades of Kobi #E08AAA
Tints of Kobi #E08AAA
RGB
CMYK
RGB Variations
Color information
#E08AAA (or 0xE08AAA) is known color: Kobi. HEX triplet: E0, 8A and AA. RGB value is (224,138,170). Sum of RGB (Red+Green+Blue) = 224+138+170=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AAA is #1F7555. Grayscale: #A7A7A7. Windows color (decimal): -2061654 or 11176672. OLE color: 11176672.
HSL color Cylindrical-coordinate representation of color #E08AAA: hue angle of 337.67º 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 #E08AAA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 170 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.12 |
| HSL | 337.67º | 0.58% | 0.71% | - |
| HSV(B) | 337.67º | 0.38% | 0.88% | - |
| XYZ | 47.08 | 36.93 | 42.68 | - |
| YUV | 167.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 170 | 0 | 0.38 | 0.24 | 0.12 | 337.67 | 0.58 | 0.71 |
| Hex | E0 | 8A | AA | 0 | 26 | 18 | C | 152 | 3A | 47 |
| Octal | 340 | 212 | 252 | 0 | 46 | 30 | 14 | 522 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10101010 | 0 | 100110 | 11000 | 1100 | 101010010 | 111010 | 1000111 |
Color Harmonies of #E08AAA
Complementary color
Monochromatic Colors of #E08AAA
Black with #E08AAA
Text Example
Text Example
White with #E08AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AAA; }
p { color: rgb(224,138,170); }
H1.HeaderClassName
{
color: #E08AAA;
}
.AnyTagClassName
{
color: #E08AAA;
}
</style>
background-color css
<style>
a { background-color: #E08AAA; }
a { background-color: rgb(224,138,170); }
div.DivClassName
{
background-color: #E08AAA;
}
.BgClassName
{
background-color: #E08AAA;
}
</style>
border-color css
<style>
span { border-color: #E08AAA; }
span { border-color: rgb(224,138,170); }
td.TdClassName
{
border-color: #E08AAA;
}
.TagClassName
{
border-color: #E08AAA;
}
</style>