Shades of Kobi #E18CAD
Tints of Kobi #E18CAD
RGB
CMYK
RGB Variations
Color information
#E18CAD (or 0xE18CAD) is known color: Kobi. HEX triplet: E1, 8C and AD. RGB value is (225,140,173). Sum of RGB (Red+Green+Blue) = 225+140+173=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CAD is #1E7352. Grayscale: #A9A9A9. Windows color (decimal): -1995603 or 11373793. OLE color: 11373793.
HSL color Cylindrical-coordinate representation of color #E18CAD: hue angle of 336.71º 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 #E18CAD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 173 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.12 |
| HSL | 336.71º | 0.59% | 0.72% | - |
| HSV(B) | 336.71º | 0.38% | 0.88% | - |
| XYZ | 47.97 | 37.78 | 44.3 | - |
| YUV | 169.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 173 | 0 | 0.38 | 0.23 | 0.12 | 336.71 | 0.59 | 0.72 |
| Hex | E1 | 8C | AD | 0 | 26 | 17 | C | 151 | 3B | 48 |
| Octal | 341 | 214 | 255 | 0 | 46 | 27 | 14 | 521 | 73 | 110 |
| Binary | 11100001 | 10001100 | 10101101 | 0 | 100110 | 10111 | 1100 | 101010001 | 111011 | 1001000 |
Color Harmonies of #E18CAD
Complementary color
Monochromatic Colors of #E18CAD
Black with #E18CAD
Text Example
Text Example
White with #E18CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CAD; }
p { color: rgb(225,140,173); }
H1.HeaderClassName
{
color: #E18CAD;
}
.AnyTagClassName
{
color: #E18CAD;
}
</style>
background-color css
<style>
a { background-color: #E18CAD; }
a { background-color: rgb(225,140,173); }
div.DivClassName
{
background-color: #E18CAD;
}
.BgClassName
{
background-color: #E18CAD;
}
</style>
border-color css
<style>
span { border-color: #E18CAD; }
span { border-color: rgb(225,140,173); }
td.TdClassName
{
border-color: #E18CAD;
}
.TagClassName
{
border-color: #E18CAD;
}
</style>