Shades of Kobi #E88FAF
Tints of Kobi #E88FAF
RGB
CMYK
RGB Variations
Color information
#E88FAF (or 0xE88FAF) is known color: Kobi. HEX triplet: E8, 8F and AF. RGB value is (232,143,175). Sum of RGB (Red+Green+Blue) = 232+143+175=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FAF is #177050. Grayscale: #ADADAD. Windows color (decimal): -1536081 or 11505640. OLE color: 11505640.
HSL color Cylindrical-coordinate representation of color #E88FAF: hue angle of 338.43º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E88FAF is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 175 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.09 |
| HSL | 338.43º | 0.66% | 0.74% | - |
| HSV(B) | 338.43º | 0.38% | 0.91% | - |
| XYZ | 50.84 | 39.9 | 45.58 | - |
| YUV | 173.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 175 | 0 | 0.38 | 0.25 | 0.09 | 338.43 | 0.66 | 0.74 |
| Hex | E8 | 8F | AF | 0 | 26 | 19 | 9 | 152 | 42 | 4A |
| Octal | 350 | 217 | 257 | 0 | 46 | 31 | 11 | 522 | 102 | 112 |
| Binary | 11101000 | 10001111 | 10101111 | 0 | 100110 | 11001 | 1001 | 101010010 | 1000010 | 1001010 |
Color Harmonies of #E88FAF
Complementary color
Monochromatic Colors of #E88FAF
Black with #E88FAF
Text Example
Text Example
White with #E88FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FAF; }
p { color: rgb(232,143,175); }
H1.HeaderClassName
{
color: #E88FAF;
}
.AnyTagClassName
{
color: #E88FAF;
}
</style>
background-color css
<style>
a { background-color: #E88FAF; }
a { background-color: rgb(232,143,175); }
div.DivClassName
{
background-color: #E88FAF;
}
.BgClassName
{
background-color: #E88FAF;
}
</style>
border-color css
<style>
span { border-color: #E88FAF; }
span { border-color: rgb(232,143,175); }
td.TdClassName
{
border-color: #E88FAF;
}
.TagClassName
{
border-color: #E88FAF;
}
</style>