Shades of Kobi #E07EAB
Tints of Kobi #E07EAB
RGB
CMYK
RGB Variations
Color information
#E07EAB (or 0xE07EAB) is known color: Kobi. HEX triplet: E0, 7E and AB. RGB value is (224,126,171). Sum of RGB (Red+Green+Blue) = 224+126+171=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EAB is #1F8154. Grayscale: #A0A0A0. Windows color (decimal): -2064725 or 11239136. OLE color: 11239136.
HSL color Cylindrical-coordinate representation of color #E07EAB: hue angle of 332.45º 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 #E07EAB is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 171 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.12 |
| HSL | 332.45º | 0.61% | 0.69% | - |
| HSV(B) | 332.45º | 0.44% | 0.88% | - |
| XYZ | 45.55 | 33.71 | 42.63 | - |
| YUV | 160.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 171 | 0 | 0.44 | 0.24 | 0.12 | 332.45 | 0.61 | 0.69 |
| Hex | E0 | 7E | AB | 0 | 2C | 18 | C | 14C | 3D | 45 |
| Octal | 340 | 176 | 253 | 0 | 54 | 30 | 14 | 514 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10101011 | 0 | 101100 | 11000 | 1100 | 101001100 | 111101 | 1000101 |
Color Harmonies of #E07EAB
Complementary color
Monochromatic Colors of #E07EAB
Black with #E07EAB
Text Example
Text Example
White with #E07EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EAB; }
p { color: rgb(224,126,171); }
H1.HeaderClassName
{
color: #E07EAB;
}
.AnyTagClassName
{
color: #E07EAB;
}
</style>
background-color css
<style>
a { background-color: #E07EAB; }
a { background-color: rgb(224,126,171); }
div.DivClassName
{
background-color: #E07EAB;
}
.BgClassName
{
background-color: #E07EAB;
}
</style>
border-color css
<style>
span { border-color: #E07EAB; }
span { border-color: rgb(224,126,171); }
td.TdClassName
{
border-color: #E07EAB;
}
.TagClassName
{
border-color: #E07EAB;
}
</style>