Shades of Kobi #E080A5
Tints of Kobi #E080A5
RGB
CMYK
RGB Variations
Color information
#E080A5 (or 0xE080A5) is known color: Kobi. HEX triplet: E0, 80 and A5. RGB value is (224,128,165). Sum of RGB (Red+Green+Blue) = 224+128+165=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E080A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080A5 is #1F7F5A. Grayscale: #A0A0A0. Windows color (decimal): -2064219 or 10846432. OLE color: 10846432.
HSL color Cylindrical-coordinate representation of color #E080A5: hue angle of 336.88º 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 #E080A5 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 165 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.12 |
| HSL | 336.88º | 0.61% | 0.69% | - |
| HSV(B) | 336.88º | 0.43% | 0.88% | - |
| XYZ | 45.25 | 34 | 39.78 | - |
| YUV | 160.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 165 | 0 | 0.43 | 0.26 | 0.12 | 336.88 | 0.61 | 0.69 |
| Hex | E0 | 80 | A5 | 0 | 2B | 1A | C | 151 | 3D | 45 |
| Octal | 340 | 200 | 245 | 0 | 53 | 32 | 14 | 521 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10100101 | 0 | 101011 | 11010 | 1100 | 101010001 | 111101 | 1000101 |
Color Harmonies of #E080A5
Complementary color
Monochromatic Colors of #E080A5
Black with #E080A5
Text Example
Text Example
White with #E080A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080A5; }
p { color: rgb(224,128,165); }
H1.HeaderClassName
{
color: #E080A5;
}
.AnyTagClassName
{
color: #E080A5;
}
</style>
background-color css
<style>
a { background-color: #E080A5; }
a { background-color: rgb(224,128,165); }
div.DivClassName
{
background-color: #E080A5;
}
.BgClassName
{
background-color: #E080A5;
}
</style>
border-color css
<style>
span { border-color: #E080A5; }
span { border-color: rgb(224,128,165); }
td.TdClassName
{
border-color: #E080A5;
}
.TagClassName
{
border-color: #E080A5;
}
</style>