Shades of Kobi #E58FA7
Tints of Kobi #E58FA7
RGB
CMYK
RGB Variations
Color information
#E58FA7 (or 0xE58FA7) is known color: Kobi. HEX triplet: E5, 8F and A7. RGB value is (229,143,167). Sum of RGB (Red+Green+Blue) = 229+143+167=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FA7 is #1A7058. Grayscale: #ABABAB. Windows color (decimal): -1732697 or 10981349. OLE color: 10981349.
HSL color Cylindrical-coordinate representation of color #E58FA7: hue angle of 343.26º 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 #E58FA7 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 167 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.10 |
| HSL | 343.26º | 0.62% | 0.73% | - |
| HSV(B) | 343.26º | 0.38% | 0.9% | - |
| XYZ | 49.11 | 39.09 | 41.52 | - |
| YUV | 171.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 167 | 0 | 0.38 | 0.27 | 0.10 | 343.26 | 0.62 | 0.73 |
| Hex | E5 | 8F | A7 | 0 | 26 | 1B | A | 157 | 3E | 49 |
| Octal | 345 | 217 | 247 | 0 | 46 | 33 | 12 | 527 | 76 | 111 |
| Binary | 11100101 | 10001111 | 10100111 | 0 | 100110 | 11011 | 1010 | 101010111 | 111110 | 1001001 |
Color Harmonies of #E58FA7
Complementary color
Monochromatic Colors of #E58FA7
Black with #E58FA7
Text Example
Text Example
White with #E58FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FA7; }
p { color: rgb(229,143,167); }
H1.HeaderClassName
{
color: #E58FA7;
}
.AnyTagClassName
{
color: #E58FA7;
}
</style>
background-color css
<style>
a { background-color: #E58FA7; }
a { background-color: rgb(229,143,167); }
div.DivClassName
{
background-color: #E58FA7;
}
.BgClassName
{
background-color: #E58FA7;
}
</style>
border-color css
<style>
span { border-color: #E58FA7; }
span { border-color: rgb(229,143,167); }
td.TdClassName
{
border-color: #E58FA7;
}
.TagClassName
{
border-color: #E58FA7;
}
</style>