Shades of Kobi #E18CAC
Tints of Kobi #E18CAC
RGB
CMYK
RGB Variations
Color information
#E18CAC (or 0xE18CAC) is known color: Kobi. HEX triplet: E1, 8C and AC. RGB value is (225,140,172). Sum of RGB (Red+Green+Blue) = 225+140+172=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CAC is #1E7353. Grayscale: #A9A9A9. Windows color (decimal): -1995604 or 11308257. OLE color: 11308257.
HSL color Cylindrical-coordinate representation of color #E18CAC: hue angle of 337.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CAC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 172 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.12 |
| HSL | 337.41º | 0.59% | 0.72% | - |
| HSV(B) | 337.41º | 0.38% | 0.88% | - |
| XYZ | 47.88 | 37.74 | 43.79 | - |
| YUV | 169.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 172 | 0 | 0.38 | 0.24 | 0.12 | 337.41 | 0.59 | 0.72 |
| Hex | E1 | 8C | AC | 0 | 26 | 18 | C | 151 | 3B | 48 |
| Octal | 341 | 214 | 254 | 0 | 46 | 30 | 14 | 521 | 73 | 110 |
| Binary | 11100001 | 10001100 | 10101100 | 0 | 100110 | 11000 | 1100 | 101010001 | 111011 | 1001000 |
Color Harmonies of #E18CAC
Complementary color
Monochromatic Colors of #E18CAC
Black with #E18CAC
Text Example
Text Example
White with #E18CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CAC; }
p { color: rgb(225,140,172); }
H1.HeaderClassName
{
color: #E18CAC;
}
.AnyTagClassName
{
color: #E18CAC;
}
</style>
background-color css
<style>
a { background-color: #E18CAC; }
a { background-color: rgb(225,140,172); }
div.DivClassName
{
background-color: #E18CAC;
}
.BgClassName
{
background-color: #E18CAC;
}
</style>
border-color css
<style>
span { border-color: #E18CAC; }
span { border-color: rgb(225,140,172); }
td.TdClassName
{
border-color: #E18CAC;
}
.TagClassName
{
border-color: #E18CAC;
}
</style>