Shades of Kobi #E07FA5
Tints of Kobi #E07FA5
RGB
CMYK
RGB Variations
Color information
#E07FA5 (or 0xE07FA5) is known color: Kobi. HEX triplet: E0, 7F and A5. RGB value is (224,127,165). Sum of RGB (Red+Green+Blue) = 224+127+165=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FA5 is #1F805A. Grayscale: #A0A0A0. Windows color (decimal): -2064475 or 10846176. OLE color: 10846176.
HSL color Cylindrical-coordinate representation of color #E07FA5: hue angle of 336.49º 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 #E07FA5 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 165 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.12 |
| HSL | 336.49º | 0.61% | 0.69% | - |
| HSV(B) | 336.49º | 0.43% | 0.88% | - |
| XYZ | 45.12 | 33.74 | 39.73 | - |
| YUV | 160.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 165 | 0 | 0.43 | 0.26 | 0.12 | 336.49 | 0.61 | 0.69 |
| Hex | E0 | 7F | A5 | 0 | 2B | 1A | C | 150 | 3D | 45 |
| Octal | 340 | 177 | 245 | 0 | 53 | 32 | 14 | 520 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10100101 | 0 | 101011 | 11010 | 1100 | 101010000 | 111101 | 1000101 |
Color Harmonies of #E07FA5
Complementary color
Monochromatic Colors of #E07FA5
Black with #E07FA5
Text Example
Text Example
White with #E07FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FA5; }
p { color: rgb(224,127,165); }
H1.HeaderClassName
{
color: #E07FA5;
}
.AnyTagClassName
{
color: #E07FA5;
}
</style>
background-color css
<style>
a { background-color: #E07FA5; }
a { background-color: rgb(224,127,165); }
div.DivClassName
{
background-color: #E07FA5;
}
.BgClassName
{
background-color: #E07FA5;
}
</style>
border-color css
<style>
span { border-color: #E07FA5; }
span { border-color: rgb(224,127,165); }
td.TdClassName
{
border-color: #E07FA5;
}
.TagClassName
{
border-color: #E07FA5;
}
</style>