Shades of Kobi #E27FAB
Tints of Kobi #E27FAB
RGB
CMYK
RGB Variations
Color information
#E27FAB (or 0xE27FAB) is known color: Kobi. HEX triplet: E2, 7F and AB. RGB value is (226,127,171). Sum of RGB (Red+Green+Blue) = 226+127+171=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27FAB is #1D8054. Grayscale: #A1A1A1. Windows color (decimal): -1933397 or 11239394. OLE color: 11239394.
HSL color Cylindrical-coordinate representation of color #E27FAB: hue angle of 333.33º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FAB is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 171 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.11 |
| HSL | 333.33º | 0.63% | 0.69% | - |
| HSV(B) | 333.33º | 0.44% | 0.89% | - |
| XYZ | 46.3 | 34.29 | 42.71 | - |
| YUV | 161.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 171 | 0 | 0.44 | 0.24 | 0.11 | 333.33 | 0.63 | 0.69 |
| Hex | E2 | 7F | AB | 0 | 2C | 18 | B | 14D | 3F | 45 |
| Octal | 342 | 177 | 253 | 0 | 54 | 30 | 13 | 515 | 77 | 105 |
| Binary | 11100010 | 1111111 | 10101011 | 0 | 101100 | 11000 | 1011 | 101001101 | 111111 | 1000101 |
Color Harmonies of #E27FAB
Complementary color
Monochromatic Colors of #E27FAB
Black with #E27FAB
Text Example
Text Example
White with #E27FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FAB; }
p { color: rgb(226,127,171); }
H1.HeaderClassName
{
color: #E27FAB;
}
.AnyTagClassName
{
color: #E27FAB;
}
</style>
background-color css
<style>
a { background-color: #E27FAB; }
a { background-color: rgb(226,127,171); }
div.DivClassName
{
background-color: #E27FAB;
}
.BgClassName
{
background-color: #E27FAB;
}
</style>
border-color css
<style>
span { border-color: #E27FAB; }
span { border-color: rgb(226,127,171); }
td.TdClassName
{
border-color: #E27FAB;
}
.TagClassName
{
border-color: #E27FAB;
}
</style>