Shades of Kobi #E080A7
Tints of Kobi #E080A7
RGB
CMYK
RGB Variations
Color information
#E080A7 (or 0xE080A7) is known color: Kobi. HEX triplet: E0, 80 and A7. RGB value is (224,128,167). Sum of RGB (Red+Green+Blue) = 224+128+167=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E080A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080A7 is #1F7F58. Grayscale: #A1A1A1. Windows color (decimal): -2064217 or 10977504. OLE color: 10977504.
HSL color Cylindrical-coordinate representation of color #E080A7: hue angle of 335.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080A7 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 167 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.12 |
| HSL | 335.63º | 0.61% | 0.69% | - |
| HSV(B) | 335.63º | 0.43% | 0.88% | - |
| XYZ | 45.43 | 34.08 | 40.74 | - |
| YUV | 161.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 167 | 0 | 0.43 | 0.25 | 0.12 | 335.63 | 0.61 | 0.69 |
| Hex | E0 | 80 | A7 | 0 | 2B | 19 | C | 150 | 3D | 45 |
| Octal | 340 | 200 | 247 | 0 | 53 | 31 | 14 | 520 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10100111 | 0 | 101011 | 11001 | 1100 | 101010000 | 111101 | 1000101 |
Color Harmonies of #E080A7
Complementary color
Monochromatic Colors of #E080A7
Black with #E080A7
Text Example
Text Example
White with #E080A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080A7; }
p { color: rgb(224,128,167); }
H1.HeaderClassName
{
color: #E080A7;
}
.AnyTagClassName
{
color: #E080A7;
}
</style>
background-color css
<style>
a { background-color: #E080A7; }
a { background-color: rgb(224,128,167); }
div.DivClassName
{
background-color: #E080A7;
}
.BgClassName
{
background-color: #E080A7;
}
</style>
border-color css
<style>
span { border-color: #E080A7; }
span { border-color: rgb(224,128,167); }
td.TdClassName
{
border-color: #E080A7;
}
.TagClassName
{
border-color: #E080A7;
}
</style>