Shades of Kobi #E88CAB
Tints of Kobi #E88CAB
RGB
CMYK
RGB Variations
Color information
#E88CAB (or 0xE88CAB) is known color: Kobi. HEX triplet: E8, 8C and AB. RGB value is (232,140,171). Sum of RGB (Red+Green+Blue) = 232+140+171=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88CAB is #177354. Grayscale: #ABABAB. Windows color (decimal): -1536853 or 11242728. OLE color: 11242728.
HSL color Cylindrical-coordinate representation of color #E88CAB: hue angle of 339.78º 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 #E88CAB is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 171 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.09 |
| HSL | 339.78º | 0.67% | 0.73% | - |
| HSV(B) | 339.78º | 0.4% | 0.91% | - |
| XYZ | 50.01 | 38.85 | 43.39 | - |
| YUV | 171.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 171 | 0 | 0.40 | 0.26 | 0.09 | 339.78 | 0.67 | 0.73 |
| Hex | E8 | 8C | AB | 0 | 28 | 1A | 9 | 154 | 43 | 49 |
| Octal | 350 | 214 | 253 | 0 | 50 | 32 | 11 | 524 | 103 | 111 |
| Binary | 11101000 | 10001100 | 10101011 | 0 | 101000 | 11010 | 1001 | 101010100 | 1000011 | 1001001 |
Color Harmonies of #E88CAB
Complementary color
Monochromatic Colors of #E88CAB
Black with #E88CAB
Text Example
Text Example
White with #E88CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CAB; }
p { color: rgb(232,140,171); }
H1.HeaderClassName
{
color: #E88CAB;
}
.AnyTagClassName
{
color: #E88CAB;
}
</style>
background-color css
<style>
a { background-color: #E88CAB; }
a { background-color: rgb(232,140,171); }
div.DivClassName
{
background-color: #E88CAB;
}
.BgClassName
{
background-color: #E88CAB;
}
</style>
border-color css
<style>
span { border-color: #E88CAB; }
span { border-color: rgb(232,140,171); }
td.TdClassName
{
border-color: #E88CAB;
}
.TagClassName
{
border-color: #E88CAB;
}
</style>