Shades of Kobi #E080AF
Tints of Kobi #E080AF
RGB
CMYK
RGB Variations
Color information
#E080AF (or 0xE080AF) is known color: Kobi. HEX triplet: E0, 80 and AF. RGB value is (224,128,175). Sum of RGB (Red+Green+Blue) = 224+128+175=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E080AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080AF is #1F7F50. Grayscale: #A1A1A1. Windows color (decimal): -2064209 or 11501792. OLE color: 11501792.
HSL color Cylindrical-coordinate representation of color #E080AF: hue angle of 330.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 #E080AF is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 175 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.12 |
| HSL | 330.63º | 0.61% | 0.69% | - |
| HSV(B) | 330.63º | 0.43% | 0.88% | - |
| XYZ | 46.2 | 34.38 | 44.76 | - |
| YUV | 162.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 175 | 0 | 0.43 | 0.22 | 0.12 | 330.63 | 0.61 | 0.69 |
| Hex | E0 | 80 | AF | 0 | 2B | 16 | C | 14B | 3D | 45 |
| Octal | 340 | 200 | 257 | 0 | 53 | 26 | 14 | 513 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10101111 | 0 | 101011 | 10110 | 1100 | 101001011 | 111101 | 1000101 |
Color Harmonies of #E080AF
Complementary color
Monochromatic Colors of #E080AF
Black with #E080AF
Text Example
Text Example
White with #E080AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080AF; }
p { color: rgb(224,128,175); }
H1.HeaderClassName
{
color: #E080AF;
}
.AnyTagClassName
{
color: #E080AF;
}
</style>
background-color css
<style>
a { background-color: #E080AF; }
a { background-color: rgb(224,128,175); }
div.DivClassName
{
background-color: #E080AF;
}
.BgClassName
{
background-color: #E080AF;
}
</style>
border-color css
<style>
span { border-color: #E080AF; }
span { border-color: rgb(224,128,175); }
td.TdClassName
{
border-color: #E080AF;
}
.TagClassName
{
border-color: #E080AF;
}
</style>