Shades of Kobi #E08AB3
Tints of Kobi #E08AB3
RGB
CMYK
RGB Variations
Color information
#E08AB3 (or 0xE08AB3) is known color: Kobi. HEX triplet: E0, 8A and B3. RGB value is (224,138,179). Sum of RGB (Red+Green+Blue) = 224+138+179=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08AB3 is #1F754C. Grayscale: #A8A8A8. Windows color (decimal): -2061645 or 11766496. OLE color: 11766496.
HSL color Cylindrical-coordinate representation of color #E08AB3: hue angle of 331.4º 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 #E08AB3 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 179 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.12 |
| HSL | 331.4º | 0.58% | 0.71% | - |
| HSV(B) | 331.4º | 0.38% | 0.88% | - |
| XYZ | 47.97 | 37.28 | 47.32 | - |
| YUV | 168.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 179 | 0 | 0.38 | 0.20 | 0.12 | 331.4 | 0.58 | 0.71 |
| Hex | E0 | 8A | B3 | 0 | 26 | 14 | C | 14B | 3A | 47 |
| Octal | 340 | 212 | 263 | 0 | 46 | 24 | 14 | 513 | 72 | 107 |
| Binary | 11100000 | 10001010 | 10110011 | 0 | 100110 | 10100 | 1100 | 101001011 | 111010 | 1000111 |
Color Harmonies of #E08AB3
Complementary color
Monochromatic Colors of #E08AB3
Black with #E08AB3
Text Example
Text Example
White with #E08AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AB3; }
p { color: rgb(224,138,179); }
H1.HeaderClassName
{
color: #E08AB3;
}
.AnyTagClassName
{
color: #E08AB3;
}
</style>
background-color css
<style>
a { background-color: #E08AB3; }
a { background-color: rgb(224,138,179); }
div.DivClassName
{
background-color: #E08AB3;
}
.BgClassName
{
background-color: #E08AB3;
}
</style>
border-color css
<style>
span { border-color: #E08AB3; }
span { border-color: rgb(224,138,179); }
td.TdClassName
{
border-color: #E08AB3;
}
.TagClassName
{
border-color: #E08AB3;
}
</style>