Shades of Kobi #E27BAB
Tints of Kobi #E27BAB
RGB
CMYK
RGB Variations
Color information
#E27BAB (or 0xE27BAB) is known color: Kobi. HEX triplet: E2, 7B and AB. RGB value is (226,123,171). Sum of RGB (Red+Green+Blue) = 226+123+171=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27BAB is #1D8454. Grayscale: #9F9F9F. Windows color (decimal): -1934421 or 11238370. OLE color: 11238370.
HSL color Cylindrical-coordinate representation of color #E27BAB: hue angle of 332.04º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BAB is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 171 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.11 |
| HSL | 332.04º | 0.64% | 0.68% | - |
| HSV(B) | 332.04º | 0.46% | 0.89% | - |
| XYZ | 45.8 | 33.27 | 42.54 | - |
| YUV | 159.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 171 | 0 | 0.46 | 0.24 | 0.11 | 332.04 | 0.64 | 0.68 |
| Hex | E2 | 7B | AB | 0 | 2E | 18 | B | 14C | 40 | 44 |
| Octal | 342 | 173 | 253 | 0 | 56 | 30 | 13 | 514 | 100 | 104 |
| Binary | 11100010 | 1111011 | 10101011 | 0 | 101110 | 11000 | 1011 | 101001100 | 1000000 | 1000100 |
Color Harmonies of #E27BAB
Complementary color
Monochromatic Colors of #E27BAB
Black with #E27BAB
Text Example
Text Example
White with #E27BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BAB; }
p { color: rgb(226,123,171); }
H1.HeaderClassName
{
color: #E27BAB;
}
.AnyTagClassName
{
color: #E27BAB;
}
</style>
background-color css
<style>
a { background-color: #E27BAB; }
a { background-color: rgb(226,123,171); }
div.DivClassName
{
background-color: #E27BAB;
}
.BgClassName
{
background-color: #E27BAB;
}
</style>
border-color css
<style>
span { border-color: #E27BAB; }
span { border-color: rgb(226,123,171); }
td.TdClassName
{
border-color: #E27BAB;
}
.TagClassName
{
border-color: #E27BAB;
}
</style>