Shades of Kobi #E28AA5
Tints of Kobi #E28AA5
RGB
CMYK
RGB Variations
Color information
#E28AA5 (or 0xE28AA5) is known color: Kobi. HEX triplet: E2, 8A and A5. RGB value is (226,138,165). Sum of RGB (Red+Green+Blue) = 226+138+165=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E28AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28AA5 is #1D755A. Grayscale: #A7A7A7. Windows color (decimal): -1930587 or 10848994. OLE color: 10848994.
HSL color Cylindrical-coordinate representation of color #E28AA5: hue angle of 341.59º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28AA5 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 165 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.11 |
| HSL | 341.59º | 0.6% | 0.71% | - |
| HSV(B) | 341.59º | 0.39% | 0.89% | - |
| XYZ | 47.24 | 37.06 | 40.26 | - |
| YUV | 167.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 165 | 0 | 0.39 | 0.27 | 0.11 | 341.59 | 0.6 | 0.71 |
| Hex | E2 | 8A | A5 | 0 | 27 | 1B | B | 156 | 3C | 47 |
| Octal | 342 | 212 | 245 | 0 | 47 | 33 | 13 | 526 | 74 | 107 |
| Binary | 11100010 | 10001010 | 10100101 | 0 | 100111 | 11011 | 1011 | 101010110 | 111100 | 1000111 |
Color Harmonies of #E28AA5
Complementary color
Monochromatic Colors of #E28AA5
Black with #E28AA5
Text Example
Text Example
White with #E28AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28AA5; }
p { color: rgb(226,138,165); }
H1.HeaderClassName
{
color: #E28AA5;
}
.AnyTagClassName
{
color: #E28AA5;
}
</style>
background-color css
<style>
a { background-color: #E28AA5; }
a { background-color: rgb(226,138,165); }
div.DivClassName
{
background-color: #E28AA5;
}
.BgClassName
{
background-color: #E28AA5;
}
</style>
border-color css
<style>
span { border-color: #E28AA5; }
span { border-color: rgb(226,138,165); }
td.TdClassName
{
border-color: #E28AA5;
}
.TagClassName
{
border-color: #E28AA5;
}
</style>