Shades of Kobi #E28CA8
Tints of Kobi #E28CA8
RGB
CMYK
RGB Variations
Color information
#E28CA8 (or 0xE28CA8) is known color: Kobi. HEX triplet: E2, 8C and A8. RGB value is (226,140,168). Sum of RGB (Red+Green+Blue) = 226+140+168=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28CA8 is #1D7357. Grayscale: #A8A8A8. Windows color (decimal): -1930072 or 11046114. OLE color: 11046114.
HSL color Cylindrical-coordinate representation of color #E28CA8: hue angle of 340.47º 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 #E28CA8 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 168 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.11 |
| HSL | 340.47º | 0.6% | 0.72% | - |
| HSV(B) | 340.47º | 0.38% | 0.89% | - |
| XYZ | 47.81 | 37.75 | 41.81 | - |
| YUV | 168.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 168 | 0 | 0.38 | 0.26 | 0.11 | 340.47 | 0.6 | 0.72 |
| Hex | E2 | 8C | A8 | 0 | 26 | 1A | B | 154 | 3C | 48 |
| Octal | 342 | 214 | 250 | 0 | 46 | 32 | 13 | 524 | 74 | 110 |
| Binary | 11100010 | 10001100 | 10101000 | 0 | 100110 | 11010 | 1011 | 101010100 | 111100 | 1001000 |
Color Harmonies of #E28CA8
Complementary color
Monochromatic Colors of #E28CA8
Black with #E28CA8
Text Example
Text Example
White with #E28CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CA8; }
p { color: rgb(226,140,168); }
H1.HeaderClassName
{
color: #E28CA8;
}
.AnyTagClassName
{
color: #E28CA8;
}
</style>
background-color css
<style>
a { background-color: #E28CA8; }
a { background-color: rgb(226,140,168); }
div.DivClassName
{
background-color: #E28CA8;
}
.BgClassName
{
background-color: #E28CA8;
}
</style>
border-color css
<style>
span { border-color: #E28CA8; }
span { border-color: rgb(226,140,168); }
td.TdClassName
{
border-color: #E28CA8;
}
.TagClassName
{
border-color: #E28CA8;
}
</style>