Shades of Kobi #E289A5
Tints of Kobi #E289A5
RGB
CMYK
RGB Variations
Color information
#E289A5 (or 0xE289A5) is known color: Kobi. HEX triplet: E2, 89 and A5. RGB value is (226,137,165). Sum of RGB (Red+Green+Blue) = 226+137+165=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E289A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289A5 is #1D765A. Grayscale: #A6A6A6. Windows color (decimal): -1930843 or 10848738. OLE color: 10848738.
HSL color Cylindrical-coordinate representation of color #E289A5: hue angle of 341.12º degrees, saturation: 0.61, 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 #E289A5 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 165 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.11 |
| HSL | 341.12º | 0.61% | 0.71% | - |
| HSV(B) | 341.12º | 0.39% | 0.89% | - |
| XYZ | 47.1 | 36.78 | 40.21 | - |
| YUV | 166.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 165 | 0 | 0.39 | 0.27 | 0.11 | 341.12 | 0.61 | 0.71 |
| Hex | E2 | 89 | A5 | 0 | 27 | 1B | B | 155 | 3D | 47 |
| Octal | 342 | 211 | 245 | 0 | 47 | 33 | 13 | 525 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10100101 | 0 | 100111 | 11011 | 1011 | 101010101 | 111101 | 1000111 |
Color Harmonies of #E289A5
Complementary color
Monochromatic Colors of #E289A5
Black with #E289A5
Text Example
Text Example
White with #E289A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289A5; }
p { color: rgb(226,137,165); }
H1.HeaderClassName
{
color: #E289A5;
}
.AnyTagClassName
{
color: #E289A5;
}
</style>
background-color css
<style>
a { background-color: #E289A5; }
a { background-color: rgb(226,137,165); }
div.DivClassName
{
background-color: #E289A5;
}
.BgClassName
{
background-color: #E289A5;
}
</style>
border-color css
<style>
span { border-color: #E289A5; }
span { border-color: rgb(226,137,165); }
td.TdClassName
{
border-color: #E289A5;
}
.TagClassName
{
border-color: #E289A5;
}
</style>