Shades of Kobi #E58FA6
Tints of Kobi #E58FA6
RGB
CMYK
RGB Variations
Color information
#E58FA6 (or 0xE58FA6) is known color: Kobi. HEX triplet: E5, 8F and A6. RGB value is (229,143,166). Sum of RGB (Red+Green+Blue) = 229+143+166=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FA6 is #1A7059. Grayscale: #ABABAB. Windows color (decimal): -1732698 or 10915813. OLE color: 10915813.
HSL color Cylindrical-coordinate representation of color #E58FA6: hue angle of 343.95º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FA6 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 166 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.10 |
| HSL | 343.95º | 0.62% | 0.73% | - |
| HSV(B) | 343.95º | 0.38% | 0.9% | - |
| XYZ | 49.02 | 39.06 | 41.03 | - |
| YUV | 171.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 166 | 0 | 0.38 | 0.28 | 0.10 | 343.95 | 0.62 | 0.73 |
| Hex | E5 | 8F | A6 | 0 | 26 | 1C | A | 158 | 3E | 49 |
| Octal | 345 | 217 | 246 | 0 | 46 | 34 | 12 | 530 | 76 | 111 |
| Binary | 11100101 | 10001111 | 10100110 | 0 | 100110 | 11100 | 1010 | 101011000 | 111110 | 1001001 |
Color Harmonies of #E58FA6
Complementary color
Monochromatic Colors of #E58FA6
Black with #E58FA6
Text Example
Text Example
White with #E58FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FA6; }
p { color: rgb(229,143,166); }
H1.HeaderClassName
{
color: #E58FA6;
}
.AnyTagClassName
{
color: #E58FA6;
}
</style>
background-color css
<style>
a { background-color: #E58FA6; }
a { background-color: rgb(229,143,166); }
div.DivClassName
{
background-color: #E58FA6;
}
.BgClassName
{
background-color: #E58FA6;
}
</style>
border-color css
<style>
span { border-color: #E58FA6; }
span { border-color: rgb(229,143,166); }
td.TdClassName
{
border-color: #E58FA6;
}
.TagClassName
{
border-color: #E58FA6;
}
</style>