Shades of Kobi #E58FAC
Tints of Kobi #E58FAC
RGB
CMYK
RGB Variations
Color information
#E58FAC (or 0xE58FAC) is known color: Kobi. HEX triplet: E5, 8F and AC. RGB value is (229,143,172). Sum of RGB (Red+Green+Blue) = 229+143+172=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FAC is #1A7053. Grayscale: #ABABAB. Windows color (decimal): -1732692 or 11309029. OLE color: 11309029.
HSL color Cylindrical-coordinate representation of color #E58FAC: hue angle of 339.77º 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 #E58FAC is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 172 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.10 |
| HSL | 339.77º | 0.62% | 0.73% | - |
| HSV(B) | 339.77º | 0.38% | 0.9% | - |
| XYZ | 49.58 | 39.28 | 44 | - |
| YUV | 172.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 172 | 0 | 0.38 | 0.25 | 0.10 | 339.77 | 0.62 | 0.73 |
| Hex | E5 | 8F | AC | 0 | 26 | 19 | A | 154 | 3E | 49 |
| Octal | 345 | 217 | 254 | 0 | 46 | 31 | 12 | 524 | 76 | 111 |
| Binary | 11100101 | 10001111 | 10101100 | 0 | 100110 | 11001 | 1010 | 101010100 | 111110 | 1001001 |
Color Harmonies of #E58FAC
Complementary color
Monochromatic Colors of #E58FAC
Black with #E58FAC
Text Example
Text Example
White with #E58FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FAC; }
p { color: rgb(229,143,172); }
H1.HeaderClassName
{
color: #E58FAC;
}
.AnyTagClassName
{
color: #E58FAC;
}
</style>
background-color css
<style>
a { background-color: #E58FAC; }
a { background-color: rgb(229,143,172); }
div.DivClassName
{
background-color: #E58FAC;
}
.BgClassName
{
background-color: #E58FAC;
}
</style>
border-color css
<style>
span { border-color: #E58FAC; }
span { border-color: rgb(229,143,172); }
td.TdClassName
{
border-color: #E58FAC;
}
.TagClassName
{
border-color: #E58FAC;
}
</style>