Shades of Kobi #E58CA3
Tints of Kobi #E58CA3
RGB
CMYK
RGB Variations
Color information
#E58CA3 (or 0xE58CA3) is known color: Kobi. HEX triplet: E5, 8C and A3. RGB value is (229,140,163). Sum of RGB (Red+Green+Blue) = 229+140+163=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CA3 is #1A735C. Grayscale: #A9A9A9. Windows color (decimal): -1733469 or 10718437. OLE color: 10718437.
HSL color Cylindrical-coordinate representation of color #E58CA3: hue angle of 344.49º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CA3 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 163 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.10 |
| HSL | 344.49º | 0.63% | 0.72% | - |
| HSV(B) | 344.49º | 0.39% | 0.9% | - |
| XYZ | 48.3 | 38.06 | 39.45 | - |
| YUV | 169.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 163 | 0 | 0.39 | 0.29 | 0.10 | 344.49 | 0.63 | 0.72 |
| Hex | E5 | 8C | A3 | 0 | 27 | 1D | A | 158 | 3F | 48 |
| Octal | 345 | 214 | 243 | 0 | 47 | 35 | 12 | 530 | 77 | 110 |
| Binary | 11100101 | 10001100 | 10100011 | 0 | 100111 | 11101 | 1010 | 101011000 | 111111 | 1001000 |
Color Harmonies of #E58CA3
Complementary color
Monochromatic Colors of #E58CA3
Black with #E58CA3
Text Example
Text Example
White with #E58CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CA3; }
p { color: rgb(229,140,163); }
H1.HeaderClassName
{
color: #E58CA3;
}
.AnyTagClassName
{
color: #E58CA3;
}
</style>
background-color css
<style>
a { background-color: #E58CA3; }
a { background-color: rgb(229,140,163); }
div.DivClassName
{
background-color: #E58CA3;
}
.BgClassName
{
background-color: #E58CA3;
}
</style>
border-color css
<style>
span { border-color: #E58CA3; }
span { border-color: rgb(229,140,163); }
td.TdClassName
{
border-color: #E58CA3;
}
.TagClassName
{
border-color: #E58CA3;
}
</style>