Shades of Kobi #E289A1
Tints of Kobi #E289A1
RGB
CMYK
RGB Variations
Color information
#E289A1 (or 0xE289A1) is known color: Kobi. HEX triplet: E2, 89 and A1. RGB value is (226,137,161). Sum of RGB (Red+Green+Blue) = 226+137+161=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E289A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289A1 is #1D765E. Grayscale: #A6A6A6. Windows color (decimal): -1930847 or 10586594. OLE color: 10586594.
HSL color Cylindrical-coordinate representation of color #E289A1: hue angle of 343.82º 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 #E289A1 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 161 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.11 |
| HSL | 343.82º | 0.61% | 0.71% | - |
| HSV(B) | 343.82º | 0.39% | 0.89% | - |
| XYZ | 46.74 | 36.63 | 38.33 | - |
| YUV | 166.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 161 | 0 | 0.39 | 0.29 | 0.11 | 343.82 | 0.61 | 0.71 |
| Hex | E2 | 89 | A1 | 0 | 27 | 1D | B | 158 | 3D | 47 |
| Octal | 342 | 211 | 241 | 0 | 47 | 35 | 13 | 530 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10100001 | 0 | 100111 | 11101 | 1011 | 101011000 | 111101 | 1000111 |
Color Harmonies of #E289A1
Complementary color
Monochromatic Colors of #E289A1
Black with #E289A1
Text Example
Text Example
White with #E289A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289A1; }
p { color: rgb(226,137,161); }
H1.HeaderClassName
{
color: #E289A1;
}
.AnyTagClassName
{
color: #E289A1;
}
</style>
background-color css
<style>
a { background-color: #E289A1; }
a { background-color: rgb(226,137,161); }
div.DivClassName
{
background-color: #E289A1;
}
.BgClassName
{
background-color: #E289A1;
}
</style>
border-color css
<style>
span { border-color: #E289A1; }
span { border-color: rgb(226,137,161); }
td.TdClassName
{
border-color: #E289A1;
}
.TagClassName
{
border-color: #E289A1;
}
</style>