Shades of Kobi #E2909F
Tints of Kobi #E2909F
RGB
CMYK
RGB Variations
Color information
#E2909F (or 0xE2909F) is known color: Kobi. HEX triplet: E2, 90 and 9F. RGB value is (226,144,159). Sum of RGB (Red+Green+Blue) = 226+144+159=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2909F is #1D6F60. Grayscale: #AAAAAA. Windows color (decimal): -1929057 or 10457314. OLE color: 10457314.
HSL color Cylindrical-coordinate representation of color #E2909F: hue angle of 349.02º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2909F is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 159 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.11 |
| HSL | 349.02º | 0.59% | 0.73% | - |
| HSV(B) | 349.02º | 0.36% | 0.89% | - |
| XYZ | 47.6 | 38.62 | 37.75 | - |
| YUV | 170.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 159 | 0 | 0.36 | 0.30 | 0.11 | 349.02 | 0.59 | 0.73 |
| Hex | E2 | 90 | 9F | 0 | 24 | 1E | B | 15D | 3B | 49 |
| Octal | 342 | 220 | 237 | 0 | 44 | 36 | 13 | 535 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10011111 | 0 | 100100 | 11110 | 1011 | 101011101 | 111011 | 1001001 |
Color Harmonies of #E2909F
Complementary color
Monochromatic Colors of #E2909F
Black with #E2909F
Text Example
Text Example
White with #E2909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2909F; }
p { color: rgb(226,144,159); }
H1.HeaderClassName
{
color: #E2909F;
}
.AnyTagClassName
{
color: #E2909F;
}
</style>
background-color css
<style>
a { background-color: #E2909F; }
a { background-color: rgb(226,144,159); }
div.DivClassName
{
background-color: #E2909F;
}
.BgClassName
{
background-color: #E2909F;
}
</style>
border-color css
<style>
span { border-color: #E2909F; }
span { border-color: rgb(226,144,159); }
td.TdClassName
{
border-color: #E2909F;
}
.TagClassName
{
border-color: #E2909F;
}
</style>