Shades of Kobi #E07EAC
Tints of Kobi #E07EAC
RGB
CMYK
RGB Variations
Color information
#E07EAC (or 0xE07EAC) is known color: Kobi. HEX triplet: E0, 7E and AC. RGB value is (224,126,172). Sum of RGB (Red+Green+Blue) = 224+126+172=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EAC is #1F8153. Grayscale: #A0A0A0. Windows color (decimal): -2064724 or 11304672. OLE color: 11304672.
HSL color Cylindrical-coordinate representation of color #E07EAC: hue angle of 331.84º 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 #E07EAC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 172 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.12 |
| HSL | 331.84º | 0.61% | 0.69% | - |
| HSV(B) | 331.84º | 0.44% | 0.88% | - |
| XYZ | 45.65 | 33.75 | 43.14 | - |
| YUV | 160.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 172 | 0 | 0.44 | 0.23 | 0.12 | 331.84 | 0.61 | 0.69 |
| Hex | E0 | 7E | AC | 0 | 2C | 17 | C | 14C | 3D | 45 |
| Octal | 340 | 176 | 254 | 0 | 54 | 27 | 14 | 514 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10101100 | 0 | 101100 | 10111 | 1100 | 101001100 | 111101 | 1000101 |
Color Harmonies of #E07EAC
Complementary color
Monochromatic Colors of #E07EAC
Black with #E07EAC
Text Example
Text Example
White with #E07EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EAC; }
p { color: rgb(224,126,172); }
H1.HeaderClassName
{
color: #E07EAC;
}
.AnyTagClassName
{
color: #E07EAC;
}
</style>
background-color css
<style>
a { background-color: #E07EAC; }
a { background-color: rgb(224,126,172); }
div.DivClassName
{
background-color: #E07EAC;
}
.BgClassName
{
background-color: #E07EAC;
}
</style>
border-color css
<style>
span { border-color: #E07EAC; }
span { border-color: rgb(224,126,172); }
td.TdClassName
{
border-color: #E07EAC;
}
.TagClassName
{
border-color: #E07EAC;
}
</style>