Shades of Kobi #E080AC
Tints of Kobi #E080AC
RGB
CMYK
RGB Variations
Color information
#E080AC (or 0xE080AC) is known color: Kobi. HEX triplet: E0, 80 and AC. RGB value is (224,128,172). Sum of RGB (Red+Green+Blue) = 224+128+172=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E080AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080AC is #1F7F53. Grayscale: #A1A1A1. Windows color (decimal): -2064212 or 11305184. OLE color: 11305184.
HSL color Cylindrical-coordinate representation of color #E080AC: hue angle of 332.5º 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 #E080AC is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 172 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.12 |
| HSL | 332.5º | 0.61% | 0.69% | - |
| HSV(B) | 332.5º | 0.43% | 0.88% | - |
| XYZ | 45.91 | 34.26 | 43.22 | - |
| YUV | 161.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 172 | 0 | 0.43 | 0.23 | 0.12 | 332.5 | 0.61 | 0.69 |
| Hex | E0 | 80 | AC | 0 | 2B | 17 | C | 14C | 3D | 45 |
| Octal | 340 | 200 | 254 | 0 | 53 | 27 | 14 | 514 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10101100 | 0 | 101011 | 10111 | 1100 | 101001100 | 111101 | 1000101 |
Color Harmonies of #E080AC
Complementary color
Monochromatic Colors of #E080AC
Black with #E080AC
Text Example
Text Example
White with #E080AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080AC; }
p { color: rgb(224,128,172); }
H1.HeaderClassName
{
color: #E080AC;
}
.AnyTagClassName
{
color: #E080AC;
}
</style>
background-color css
<style>
a { background-color: #E080AC; }
a { background-color: rgb(224,128,172); }
div.DivClassName
{
background-color: #E080AC;
}
.BgClassName
{
background-color: #E080AC;
}
</style>
border-color css
<style>
span { border-color: #E080AC; }
span { border-color: rgb(224,128,172); }
td.TdClassName
{
border-color: #E080AC;
}
.TagClassName
{
border-color: #E080AC;
}
</style>