Shades of Kobi #E58FA4
Tints of Kobi #E58FA4
RGB
CMYK
RGB Variations
Color information
#E58FA4 (or 0xE58FA4) is known color: Kobi. HEX triplet: E5, 8F and A4. RGB value is (229,143,164). Sum of RGB (Red+Green+Blue) = 229+143+164=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FA4 is #1A705B. Grayscale: #ABABAB. Windows color (decimal): -1732700 or 10784741. OLE color: 10784741.
HSL color Cylindrical-coordinate representation of color #E58FA4: hue angle of 345.35º 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 #E58FA4 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 164 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.10 |
| HSL | 345.35º | 0.62% | 0.73% | - |
| HSV(B) | 345.35º | 0.38% | 0.9% | - |
| XYZ | 48.84 | 38.98 | 40.07 | - |
| YUV | 171.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 164 | 0 | 0.38 | 0.28 | 0.10 | 345.35 | 0.62 | 0.73 |
| Hex | E5 | 8F | A4 | 0 | 26 | 1C | A | 159 | 3E | 49 |
| Octal | 345 | 217 | 244 | 0 | 46 | 34 | 12 | 531 | 76 | 111 |
| Binary | 11100101 | 10001111 | 10100100 | 0 | 100110 | 11100 | 1010 | 101011001 | 111110 | 1001001 |
Color Harmonies of #E58FA4
Complementary color
Monochromatic Colors of #E58FA4
Black with #E58FA4
Text Example
Text Example
White with #E58FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FA4; }
p { color: rgb(229,143,164); }
H1.HeaderClassName
{
color: #E58FA4;
}
.AnyTagClassName
{
color: #E58FA4;
}
</style>
background-color css
<style>
a { background-color: #E58FA4; }
a { background-color: rgb(229,143,164); }
div.DivClassName
{
background-color: #E58FA4;
}
.BgClassName
{
background-color: #E58FA4;
}
</style>
border-color css
<style>
span { border-color: #E58FA4; }
span { border-color: rgb(229,143,164); }
td.TdClassName
{
border-color: #E58FA4;
}
.TagClassName
{
border-color: #E58FA4;
}
</style>