Shades of Kobi #E07FA9
Tints of Kobi #E07FA9
RGB
CMYK
RGB Variations
Color information
#E07FA9 (or 0xE07FA9) is known color: Kobi. HEX triplet: E0, 7F and A9. RGB value is (224,127,169). Sum of RGB (Red+Green+Blue) = 224+127+169=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FA9 is #1F8056. Grayscale: #A0A0A0. Windows color (decimal): -2064471 or 11108320. OLE color: 11108320.
HSL color Cylindrical-coordinate representation of color #E07FA9: hue angle of 334.02º 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 #E07FA9 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 169 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.12 |
| HSL | 334.02º | 0.61% | 0.69% | - |
| HSV(B) | 334.02º | 0.43% | 0.88% | - |
| XYZ | 45.49 | 33.89 | 41.68 | - |
| YUV | 160.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 169 | 0 | 0.43 | 0.25 | 0.12 | 334.02 | 0.61 | 0.69 |
| Hex | E0 | 7F | A9 | 0 | 2B | 19 | C | 14E | 3D | 45 |
| Octal | 340 | 177 | 251 | 0 | 53 | 31 | 14 | 516 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10101001 | 0 | 101011 | 11001 | 1100 | 101001110 | 111101 | 1000101 |
Color Harmonies of #E07FA9
Complementary color
Monochromatic Colors of #E07FA9
Black with #E07FA9
Text Example
Text Example
White with #E07FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FA9; }
p { color: rgb(224,127,169); }
H1.HeaderClassName
{
color: #E07FA9;
}
.AnyTagClassName
{
color: #E07FA9;
}
</style>
background-color css
<style>
a { background-color: #E07FA9; }
a { background-color: rgb(224,127,169); }
div.DivClassName
{
background-color: #E07FA9;
}
.BgClassName
{
background-color: #E07FA9;
}
</style>
border-color css
<style>
span { border-color: #E07FA9; }
span { border-color: rgb(224,127,169); }
td.TdClassName
{
border-color: #E07FA9;
}
.TagClassName
{
border-color: #E07FA9;
}
</style>