Shades of Kobi #E07EA5
Tints of Kobi #E07EA5
RGB
CMYK
RGB Variations
Color information
#E07EA5 (or 0xE07EA5) is known color: Kobi. HEX triplet: E0, 7E and A5. RGB value is (224,126,165). Sum of RGB (Red+Green+Blue) = 224+126+165=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EA5 is #1F815A. Grayscale: #9F9F9F. Windows color (decimal): -2064731 or 10845920. OLE color: 10845920.
HSL color Cylindrical-coordinate representation of color #E07EA5: hue angle of 336.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07EA5 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 165 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.12 |
| HSL | 336.12º | 0.61% | 0.69% | - |
| HSV(B) | 336.12º | 0.44% | 0.88% | - |
| XYZ | 44.99 | 33.49 | 39.69 | - |
| YUV | 159.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 165 | 0 | 0.44 | 0.26 | 0.12 | 336.12 | 0.61 | 0.69 |
| Hex | E0 | 7E | A5 | 0 | 2C | 1A | C | 150 | 3D | 45 |
| Octal | 340 | 176 | 245 | 0 | 54 | 32 | 14 | 520 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10100101 | 0 | 101100 | 11010 | 1100 | 101010000 | 111101 | 1000101 |
Color Harmonies of #E07EA5
Complementary color
Monochromatic Colors of #E07EA5
Black with #E07EA5
Text Example
Text Example
White with #E07EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EA5; }
p { color: rgb(224,126,165); }
H1.HeaderClassName
{
color: #E07EA5;
}
.AnyTagClassName
{
color: #E07EA5;
}
</style>
background-color css
<style>
a { background-color: #E07EA5; }
a { background-color: rgb(224,126,165); }
div.DivClassName
{
background-color: #E07EA5;
}
.BgClassName
{
background-color: #E07EA5;
}
</style>
border-color css
<style>
span { border-color: #E07EA5; }
span { border-color: rgb(224,126,165); }
td.TdClassName
{
border-color: #E07EA5;
}
.TagClassName
{
border-color: #E07EA5;
}
</style>