Shades of Kobi #E08CAA
Tints of Kobi #E08CAA
RGB
CMYK
RGB Variations
Color information
#E08CAA (or 0xE08CAA) is known color: Kobi. HEX triplet: E0, 8C and AA. RGB value is (224,140,170). Sum of RGB (Red+Green+Blue) = 224+140+170=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CAA is #1F7355. Grayscale: #A8A8A8. Windows color (decimal): -2061142 or 11177184. OLE color: 11177184.
HSL color Cylindrical-coordinate representation of color #E08CAA: hue angle of 338.57º 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 #E08CAA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 170 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.12 |
| HSL | 338.57º | 0.58% | 0.71% | - |
| HSV(B) | 338.57º | 0.38% | 0.88% | - |
| XYZ | 47.37 | 37.51 | 42.77 | - |
| YUV | 168.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 170 | 0 | 0.38 | 0.24 | 0.12 | 338.57 | 0.58 | 0.71 |
| Hex | E0 | 8C | AA | 0 | 26 | 18 | C | 153 | 3A | 47 |
| Octal | 340 | 214 | 252 | 0 | 46 | 30 | 14 | 523 | 72 | 107 |
| Binary | 11100000 | 10001100 | 10101010 | 0 | 100110 | 11000 | 1100 | 101010011 | 111010 | 1000111 |
Color Harmonies of #E08CAA
Complementary color
Monochromatic Colors of #E08CAA
Black with #E08CAA
Text Example
Text Example
White with #E08CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CAA; }
p { color: rgb(224,140,170); }
H1.HeaderClassName
{
color: #E08CAA;
}
.AnyTagClassName
{
color: #E08CAA;
}
</style>
background-color css
<style>
a { background-color: #E08CAA; }
a { background-color: rgb(224,140,170); }
div.DivClassName
{
background-color: #E08CAA;
}
.BgClassName
{
background-color: #E08CAA;
}
</style>
border-color css
<style>
span { border-color: #E08CAA; }
span { border-color: rgb(224,140,170); }
td.TdClassName
{
border-color: #E08CAA;
}
.TagClassName
{
border-color: #E08CAA;
}
</style>