Shades of Kobi #E289AD
Tints of Kobi #E289AD
RGB
CMYK
RGB Variations
Color information
#E289AD (or 0xE289AD) is known color: Kobi. HEX triplet: E2, 89 and AD. RGB value is (226,137,173). Sum of RGB (Red+Green+Blue) = 226+137+173=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E289AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289AD is #1D7652. Grayscale: #A7A7A7. Windows color (decimal): -1930835 or 11373026. OLE color: 11373026.
HSL color Cylindrical-coordinate representation of color #E289AD: hue angle of 335.73º 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 #E289AD is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 173 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.11 |
| HSL | 335.73º | 0.61% | 0.71% | - |
| HSV(B) | 335.73º | 0.39% | 0.89% | - |
| XYZ | 47.85 | 37.08 | 44.17 | - |
| YUV | 167.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 173 | 0 | 0.39 | 0.23 | 0.11 | 335.73 | 0.61 | 0.71 |
| Hex | E2 | 89 | AD | 0 | 27 | 17 | B | 150 | 3D | 47 |
| Octal | 342 | 211 | 255 | 0 | 47 | 27 | 13 | 520 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10101101 | 0 | 100111 | 10111 | 1011 | 101010000 | 111101 | 1000111 |
Color Harmonies of #E289AD
Complementary color
Monochromatic Colors of #E289AD
Black with #E289AD
Text Example
Text Example
White with #E289AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289AD; }
p { color: rgb(226,137,173); }
H1.HeaderClassName
{
color: #E289AD;
}
.AnyTagClassName
{
color: #E289AD;
}
</style>
background-color css
<style>
a { background-color: #E289AD; }
a { background-color: rgb(226,137,173); }
div.DivClassName
{
background-color: #E289AD;
}
.BgClassName
{
background-color: #E289AD;
}
</style>
border-color css
<style>
span { border-color: #E289AD; }
span { border-color: rgb(226,137,173); }
td.TdClassName
{
border-color: #E289AD;
}
.TagClassName
{
border-color: #E289AD;
}
</style>