Shades of Kobi #E288AD
Tints of Kobi #E288AD
RGB
CMYK
RGB Variations
Color information
#E288AD (or 0xE288AD) is known color: Kobi. HEX triplet: E2, 88 and AD. RGB value is (226,136,173). Sum of RGB (Red+Green+Blue) = 226+136+173=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E288AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E288AD is #1D7752. Grayscale: #A7A7A7. Windows color (decimal): -1931091 or 11372770. OLE color: 11372770.
HSL color Cylindrical-coordinate representation of color #E288AD: hue angle of 335.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 #E288AD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 173 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.11 |
| HSL | 335.33º | 0.61% | 0.71% | - |
| HSV(B) | 335.33º | 0.4% | 0.89% | - |
| XYZ | 47.71 | 36.79 | 44.12 | - |
| YUV | 167.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 173 | 0 | 0.40 | 0.23 | 0.11 | 335.33 | 0.61 | 0.71 |
| Hex | E2 | 88 | AD | 0 | 28 | 17 | B | 14F | 3D | 47 |
| Octal | 342 | 210 | 255 | 0 | 50 | 27 | 13 | 517 | 75 | 107 |
| Binary | 11100010 | 10001000 | 10101101 | 0 | 101000 | 10111 | 1011 | 101001111 | 111101 | 1000111 |
Color Harmonies of #E288AD
Complementary color
Monochromatic Colors of #E288AD
Black with #E288AD
Text Example
Text Example
White with #E288AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288AD; }
p { color: rgb(226,136,173); }
H1.HeaderClassName
{
color: #E288AD;
}
.AnyTagClassName
{
color: #E288AD;
}
</style>
background-color css
<style>
a { background-color: #E288AD; }
a { background-color: rgb(226,136,173); }
div.DivClassName
{
background-color: #E288AD;
}
.BgClassName
{
background-color: #E288AD;
}
</style>
border-color css
<style>
span { border-color: #E288AD; }
span { border-color: rgb(226,136,173); }
td.TdClassName
{
border-color: #E288AD;
}
.TagClassName
{
border-color: #E288AD;
}
</style>