Shades of Kobi #E88BAD
Tints of Kobi #E88BAD
RGB
CMYK
RGB Variations
Color information
#E88BAD (or 0xE88BAD) is known color: Kobi. HEX triplet: E8, 8B and AD. RGB value is (232,139,173). Sum of RGB (Red+Green+Blue) = 232+139+173=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BAD is #177452. Grayscale: #AAAAAA. Windows color (decimal): -1537107 or 11373544. OLE color: 11373544.
HSL color Cylindrical-coordinate representation of color #E88BAD: hue angle of 338.06º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BAD is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 173 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.09 |
| HSL | 338.06º | 0.67% | 0.73% | - |
| HSV(B) | 338.06º | 0.4% | 0.91% | - |
| XYZ | 50.05 | 38.64 | 44.35 | - |
| YUV | 170.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 173 | 0 | 0.40 | 0.25 | 0.09 | 338.06 | 0.67 | 0.73 |
| Hex | E8 | 8B | AD | 0 | 28 | 19 | 9 | 152 | 43 | 49 |
| Octal | 350 | 213 | 255 | 0 | 50 | 31 | 11 | 522 | 103 | 111 |
| Binary | 11101000 | 10001011 | 10101101 | 0 | 101000 | 11001 | 1001 | 101010010 | 1000011 | 1001001 |
Color Harmonies of #E88BAD
Complementary color
Monochromatic Colors of #E88BAD
Black with #E88BAD
Text Example
Text Example
White with #E88BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BAD; }
p { color: rgb(232,139,173); }
H1.HeaderClassName
{
color: #E88BAD;
}
.AnyTagClassName
{
color: #E88BAD;
}
</style>
background-color css
<style>
a { background-color: #E88BAD; }
a { background-color: rgb(232,139,173); }
div.DivClassName
{
background-color: #E88BAD;
}
.BgClassName
{
background-color: #E88BAD;
}
</style>
border-color css
<style>
span { border-color: #E88BAD; }
span { border-color: rgb(232,139,173); }
td.TdClassName
{
border-color: #E88BAD;
}
.TagClassName
{
border-color: #E88BAD;
}
</style>