Shades of Kobi #E58FB3
Tints of Kobi #E58FB3
RGB
CMYK
RGB Variations
Color information
#E58FB3 (or 0xE58FB3) is known color: Kobi. HEX triplet: E5, 8F and B3. RGB value is (229,143,179). Sum of RGB (Red+Green+Blue) = 229+143+179=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FB3 is #1A704C. Grayscale: #ACACAC. Windows color (decimal): -1732685 or 11767781. OLE color: 11767781.
HSL color Cylindrical-coordinate representation of color #E58FB3: hue angle of 334.88º 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 #E58FB3 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 179 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.10 |
| HSL | 334.88º | 0.62% | 0.73% | - |
| HSV(B) | 334.88º | 0.38% | 0.9% | - |
| XYZ | 50.27 | 39.56 | 47.63 | - |
| YUV | 172.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 179 | 0 | 0.38 | 0.22 | 0.10 | 334.88 | 0.62 | 0.73 |
| Hex | E5 | 8F | B3 | 0 | 26 | 16 | A | 14F | 3E | 49 |
| Octal | 345 | 217 | 263 | 0 | 46 | 26 | 12 | 517 | 76 | 111 |
| Binary | 11100101 | 10001111 | 10110011 | 0 | 100110 | 10110 | 1010 | 101001111 | 111110 | 1001001 |
Color Harmonies of #E58FB3
Complementary color
Monochromatic Colors of #E58FB3
Black with #E58FB3
Text Example
Text Example
White with #E58FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FB3; }
p { color: rgb(229,143,179); }
H1.HeaderClassName
{
color: #E58FB3;
}
.AnyTagClassName
{
color: #E58FB3;
}
</style>
background-color css
<style>
a { background-color: #E58FB3; }
a { background-color: rgb(229,143,179); }
div.DivClassName
{
background-color: #E58FB3;
}
.BgClassName
{
background-color: #E58FB3;
}
</style>
border-color css
<style>
span { border-color: #E58FB3; }
span { border-color: rgb(229,143,179); }
td.TdClassName
{
border-color: #E58FB3;
}
.TagClassName
{
border-color: #E58FB3;
}
</style>