Shades of Kobi #E18FA3
Tints of Kobi #E18FA3
RGB
CMYK
RGB Variations
Color information
#E18FA3 (or 0xE18FA3) is known color: Kobi. HEX triplet: E1, 8F and A3. RGB value is (225,143,163). Sum of RGB (Red+Green+Blue) = 225+143+163=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FA3 is #1E705C. Grayscale: #A9A9A9. Windows color (decimal): -1994845 or 10719201. OLE color: 10719201.
HSL color Cylindrical-coordinate representation of color #E18FA3: hue angle of 345.37º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E18FA3 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 163 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.12 |
| HSL | 345.37º | 0.58% | 0.72% | - |
| HSV(B) | 345.37º | 0.36% | 0.88% | - |
| XYZ | 47.48 | 38.3 | 39.54 | - |
| YUV | 169.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 163 | 0 | 0.36 | 0.28 | 0.12 | 345.37 | 0.58 | 0.72 |
| Hex | E1 | 8F | A3 | 0 | 24 | 1C | C | 159 | 3A | 48 |
| Octal | 341 | 217 | 243 | 0 | 44 | 34 | 14 | 531 | 72 | 110 |
| Binary | 11100001 | 10001111 | 10100011 | 0 | 100100 | 11100 | 1100 | 101011001 | 111010 | 1001000 |
Color Harmonies of #E18FA3
Complementary color
Monochromatic Colors of #E18FA3
Black with #E18FA3
Text Example
Text Example
White with #E18FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FA3; }
p { color: rgb(225,143,163); }
H1.HeaderClassName
{
color: #E18FA3;
}
.AnyTagClassName
{
color: #E18FA3;
}
</style>
background-color css
<style>
a { background-color: #E18FA3; }
a { background-color: rgb(225,143,163); }
div.DivClassName
{
background-color: #E18FA3;
}
.BgClassName
{
background-color: #E18FA3;
}
</style>
border-color css
<style>
span { border-color: #E18FA3; }
span { border-color: rgb(225,143,163); }
td.TdClassName
{
border-color: #E18FA3;
}
.TagClassName
{
border-color: #E18FA3;
}
</style>