Shades of Kobi #E58CAC
Tints of Kobi #E58CAC
RGB
CMYK
RGB Variations
Color information
#E58CAC (or 0xE58CAC) is known color: Kobi. HEX triplet: E5, 8C and AC. RGB value is (229,140,172). Sum of RGB (Red+Green+Blue) = 229+140+172=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CAC is #1A7353. Grayscale: #AAAAAA. Windows color (decimal): -1733460 or 11308261. OLE color: 11308261.
HSL color Cylindrical-coordinate representation of color #E58CAC: hue angle of 338.43º 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 #E58CAC is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 172 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.10 |
| HSL | 338.43º | 0.63% | 0.72% | - |
| HSV(B) | 338.43º | 0.39% | 0.9% | - |
| XYZ | 49.14 | 38.39 | 43.85 | - |
| YUV | 170.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 172 | 0 | 0.39 | 0.25 | 0.10 | 338.43 | 0.63 | 0.72 |
| Hex | E5 | 8C | AC | 0 | 27 | 19 | A | 152 | 3F | 48 |
| Octal | 345 | 214 | 254 | 0 | 47 | 31 | 12 | 522 | 77 | 110 |
| Binary | 11100101 | 10001100 | 10101100 | 0 | 100111 | 11001 | 1010 | 101010010 | 111111 | 1001000 |
Color Harmonies of #E58CAC
Complementary color
Monochromatic Colors of #E58CAC
Black with #E58CAC
Text Example
Text Example
White with #E58CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CAC; }
p { color: rgb(229,140,172); }
H1.HeaderClassName
{
color: #E58CAC;
}
.AnyTagClassName
{
color: #E58CAC;
}
</style>
background-color css
<style>
a { background-color: #E58CAC; }
a { background-color: rgb(229,140,172); }
div.DivClassName
{
background-color: #E58CAC;
}
.BgClassName
{
background-color: #E58CAC;
}
</style>
border-color css
<style>
span { border-color: #E58CAC; }
span { border-color: rgb(229,140,172); }
td.TdClassName
{
border-color: #E58CAC;
}
.TagClassName
{
border-color: #E58CAC;
}
</style>