Shades of Kobi #E28CAB
Tints of Kobi #E28CAB
RGB
CMYK
RGB Variations
Color information
#E28CAB (or 0xE28CAB) is known color: Kobi. HEX triplet: E2, 8C and AB. RGB value is (226,140,171). Sum of RGB (Red+Green+Blue) = 226+140+171=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28CAB is #1D7354. Grayscale: #A9A9A9. Windows color (decimal): -1930069 or 11242722. OLE color: 11242722.
HSL color Cylindrical-coordinate representation of color #E28CAB: hue angle of 338.37º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28CAB is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 171 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.11 |
| HSL | 338.37º | 0.6% | 0.72% | - |
| HSV(B) | 338.37º | 0.38% | 0.89% | - |
| XYZ | 48.09 | 37.87 | 43.3 | - |
| YUV | 169.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 171 | 0 | 0.38 | 0.24 | 0.11 | 338.37 | 0.6 | 0.72 |
| Hex | E2 | 8C | AB | 0 | 26 | 18 | B | 152 | 3C | 48 |
| Octal | 342 | 214 | 253 | 0 | 46 | 30 | 13 | 522 | 74 | 110 |
| Binary | 11100010 | 10001100 | 10101011 | 0 | 100110 | 11000 | 1011 | 101010010 | 111100 | 1001000 |
Color Harmonies of #E28CAB
Complementary color
Monochromatic Colors of #E28CAB
Black with #E28CAB
Text Example
Text Example
White with #E28CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CAB; }
p { color: rgb(226,140,171); }
H1.HeaderClassName
{
color: #E28CAB;
}
.AnyTagClassName
{
color: #E28CAB;
}
</style>
background-color css
<style>
a { background-color: #E28CAB; }
a { background-color: rgb(226,140,171); }
div.DivClassName
{
background-color: #E28CAB;
}
.BgClassName
{
background-color: #E28CAB;
}
</style>
border-color css
<style>
span { border-color: #E28CAB; }
span { border-color: rgb(226,140,171); }
td.TdClassName
{
border-color: #E28CAB;
}
.TagClassName
{
border-color: #E28CAB;
}
</style>