Shades of Kobi #E08AB0
Tints of Kobi #E08AB0
RGB
CMYK
RGB Variations
Color information
#E08AB0 (or 0xE08AB0) is known color: Kobi. HEX triplet: E0, 8A and B0. RGB value is (224,138,176). Sum of RGB (Red+Green+Blue) = 224+138+176=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08AB0 is #1F754F. Grayscale: #A7A7A7. Windows color (decimal): -2061648 or 11569888. OLE color: 11569888.
HSL color Cylindrical-coordinate representation of color #E08AB0: hue angle of 333.49º 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 #E08AB0 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 176 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.12 |
| HSL | 333.49º | 0.58% | 0.71% | - |
| HSV(B) | 333.49º | 0.38% | 0.88% | - |
| XYZ | 47.67 | 37.16 | 45.73 | - |
| YUV | 168.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 176 | 0 | 0.38 | 0.21 | 0.12 | 333.49 | 0.58 | 0.71 |
| Hex | E0 | 8A | B0 | 0 | 26 | 15 | C | 14D | 3A | 47 |
| Octal | 340 | 212 | 260 | 0 | 46 | 25 | 14 | 515 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10110000 | 0 | 100110 | 10101 | 1100 | 101001101 | 111010 | 1000111 |
Color Harmonies of #E08AB0
Complementary color
Monochromatic Colors of #E08AB0
Black with #E08AB0
Text Example
Text Example
White with #E08AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AB0; }
p { color: rgb(224,138,176); }
H1.HeaderClassName
{
color: #E08AB0;
}
.AnyTagClassName
{
color: #E08AB0;
}
</style>
background-color css
<style>
a { background-color: #E08AB0; }
a { background-color: rgb(224,138,176); }
div.DivClassName
{
background-color: #E08AB0;
}
.BgClassName
{
background-color: #E08AB0;
}
</style>
border-color css
<style>
span { border-color: #E08AB0; }
span { border-color: rgb(224,138,176); }
td.TdClassName
{
border-color: #E08AB0;
}
.TagClassName
{
border-color: #E08AB0;
}
</style>