Shades of Kobi #E88BAE
Tints of Kobi #E88BAE
RGB
CMYK
RGB Variations
Color information
#E88BAE (or 0xE88BAE) is known color: Kobi. HEX triplet: E8, 8B and AE. RGB value is (232,139,174). Sum of RGB (Red+Green+Blue) = 232+139+174=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BAE is #177451. Grayscale: #AAAAAA. Windows color (decimal): -1537106 or 11439080. OLE color: 11439080.
HSL color Cylindrical-coordinate representation of color #E88BAE: hue angle of 337.42º 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 #E88BAE is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 174 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.09 |
| HSL | 337.42º | 0.67% | 0.73% | - |
| HSV(B) | 337.42º | 0.4% | 0.91% | - |
| XYZ | 50.15 | 38.68 | 44.87 | - |
| YUV | 170.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 174 | 0 | 0.40 | 0.25 | 0.09 | 337.42 | 0.67 | 0.73 |
| Hex | E8 | 8B | AE | 0 | 28 | 19 | 9 | 151 | 43 | 49 |
| Octal | 350 | 213 | 256 | 0 | 50 | 31 | 11 | 521 | 103 | 111 |
| Binary | 11101000 | 10001011 | 10101110 | 0 | 101000 | 11001 | 1001 | 101010001 | 1000011 | 1001001 |
Color Harmonies of #E88BAE
Complementary color
Monochromatic Colors of #E88BAE
Black with #E88BAE
Text Example
Text Example
White with #E88BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BAE; }
p { color: rgb(232,139,174); }
H1.HeaderClassName
{
color: #E88BAE;
}
.AnyTagClassName
{
color: #E88BAE;
}
</style>
background-color css
<style>
a { background-color: #E88BAE; }
a { background-color: rgb(232,139,174); }
div.DivClassName
{
background-color: #E88BAE;
}
.BgClassName
{
background-color: #E88BAE;
}
</style>
border-color css
<style>
span { border-color: #E88BAE; }
span { border-color: rgb(232,139,174); }
td.TdClassName
{
border-color: #E88BAE;
}
.TagClassName
{
border-color: #E88BAE;
}
</style>