Shades of Kobi #E28CAC
Tints of Kobi #E28CAC
RGB
CMYK
RGB Variations
Color information
#E28CAC (or 0xE28CAC) is known color: Kobi. HEX triplet: E2, 8C and AC. RGB value is (226,140,172). Sum of RGB (Red+Green+Blue) = 226+140+172=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28CAC is #1D7353. Grayscale: #A9A9A9. Windows color (decimal): -1930068 or 11308258. OLE color: 11308258.
HSL color Cylindrical-coordinate representation of color #E28CAC: hue angle of 337.67º 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 #E28CAC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 172 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.11 |
| HSL | 337.67º | 0.6% | 0.72% | - |
| HSV(B) | 337.67º | 0.38% | 0.89% | - |
| XYZ | 48.19 | 37.9 | 43.81 | - |
| YUV | 169.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 172 | 0 | 0.38 | 0.24 | 0.11 | 337.67 | 0.6 | 0.72 |
| Hex | E2 | 8C | AC | 0 | 26 | 18 | B | 152 | 3C | 48 |
| Octal | 342 | 214 | 254 | 0 | 46 | 30 | 13 | 522 | 74 | 110 |
| Binary | 11100010 | 10001100 | 10101100 | 0 | 100110 | 11000 | 1011 | 101010010 | 111100 | 1001000 |
Color Harmonies of #E28CAC
Complementary color
Monochromatic Colors of #E28CAC
Black with #E28CAC
Text Example
Text Example
White with #E28CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CAC; }
p { color: rgb(226,140,172); }
H1.HeaderClassName
{
color: #E28CAC;
}
.AnyTagClassName
{
color: #E28CAC;
}
</style>
background-color css
<style>
a { background-color: #E28CAC; }
a { background-color: rgb(226,140,172); }
div.DivClassName
{
background-color: #E28CAC;
}
.BgClassName
{
background-color: #E28CAC;
}
</style>
border-color css
<style>
span { border-color: #E28CAC; }
span { border-color: rgb(226,140,172); }
td.TdClassName
{
border-color: #E28CAC;
}
.TagClassName
{
border-color: #E28CAC;
}
</style>