Shades of Kobi #E07FAB
Tints of Kobi #E07FAB
RGB
CMYK
RGB Variations
Color information
#E07FAB (or 0xE07FAB) is known color: Kobi. HEX triplet: E0, 7F and AB. RGB value is (224,127,171). Sum of RGB (Red+Green+Blue) = 224+127+171=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FAB is #1F8054. Grayscale: #A0A0A0. Windows color (decimal): -2064469 or 11239392. OLE color: 11239392.
HSL color Cylindrical-coordinate representation of color #E07FAB: hue angle of 332.78º 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 #E07FAB is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 171 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.12 |
| HSL | 332.78º | 0.61% | 0.69% | - |
| HSV(B) | 332.78º | 0.43% | 0.88% | - |
| XYZ | 45.68 | 33.97 | 42.68 | - |
| YUV | 161.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 171 | 0 | 0.43 | 0.24 | 0.12 | 332.78 | 0.61 | 0.69 |
| Hex | E0 | 7F | AB | 0 | 2B | 18 | C | 14D | 3D | 45 |
| Octal | 340 | 177 | 253 | 0 | 53 | 30 | 14 | 515 | 75 | 105 |
| Binary | 11100000 | 1111111 | 10101011 | 0 | 101011 | 11000 | 1100 | 101001101 | 111101 | 1000101 |
Color Harmonies of #E07FAB
Complementary color
Monochromatic Colors of #E07FAB
Black with #E07FAB
Text Example
Text Example
White with #E07FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FAB; }
p { color: rgb(224,127,171); }
H1.HeaderClassName
{
color: #E07FAB;
}
.AnyTagClassName
{
color: #E07FAB;
}
</style>
background-color css
<style>
a { background-color: #E07FAB; }
a { background-color: rgb(224,127,171); }
div.DivClassName
{
background-color: #E07FAB;
}
.BgClassName
{
background-color: #E07FAB;
}
</style>
border-color css
<style>
span { border-color: #E07FAB; }
span { border-color: rgb(224,127,171); }
td.TdClassName
{
border-color: #E07FAB;
}
.TagClassName
{
border-color: #E07FAB;
}
</style>