Shades of Kobi #E288B0
Tints of Kobi #E288B0
RGB
CMYK
RGB Variations
Color information
#E288B0 (or 0xE288B0) is known color: Kobi. HEX triplet: E2, 88 and B0. RGB value is (226,136,176). Sum of RGB (Red+Green+Blue) = 226+136+176=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E288B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E288B0 is #1D774F. Grayscale: #A7A7A7. Windows color (decimal): -1931088 or 11569378. OLE color: 11569378.
HSL color Cylindrical-coordinate representation of color #E288B0: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288B0 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 176 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.11 |
| HSL | 333.33º | 0.61% | 0.71% | - |
| HSV(B) | 333.33º | 0.4% | 0.89% | - |
| XYZ | 48 | 36.91 | 45.67 | - |
| YUV | 167.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 176 | 0 | 0.40 | 0.22 | 0.11 | 333.33 | 0.61 | 0.71 |
| Hex | E2 | 88 | B0 | 0 | 28 | 16 | B | 14D | 3D | 47 |
| Octal | 342 | 210 | 260 | 0 | 50 | 26 | 13 | 515 | 75 | 107 |
| Binary | 11100010 | 10001000 | 10110000 | 0 | 101000 | 10110 | 1011 | 101001101 | 111101 | 1000111 |
Color Harmonies of #E288B0
Complementary color
Monochromatic Colors of #E288B0
Black with #E288B0
Text Example
Text Example
White with #E288B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288B0; }
p { color: rgb(226,136,176); }
H1.HeaderClassName
{
color: #E288B0;
}
.AnyTagClassName
{
color: #E288B0;
}
</style>
background-color css
<style>
a { background-color: #E288B0; }
a { background-color: rgb(226,136,176); }
div.DivClassName
{
background-color: #E288B0;
}
.BgClassName
{
background-color: #E288B0;
}
</style>
border-color css
<style>
span { border-color: #E288B0; }
span { border-color: rgb(226,136,176); }
td.TdClassName
{
border-color: #E288B0;
}
.TagClassName
{
border-color: #E288B0;
}
</style>