Shades of Kobi #E18FA2
Tints of Kobi #E18FA2
RGB
CMYK
RGB Variations
Color information
#E18FA2 (or 0xE18FA2) is known color: Kobi. HEX triplet: E1, 8F and A2. RGB value is (225,143,162). Sum of RGB (Red+Green+Blue) = 225+143+162=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FA2 is #1E705D. Grayscale: #A9A9A9. Windows color (decimal): -1994846 or 10653665. OLE color: 10653665.
HSL color Cylindrical-coordinate representation of color #E18FA2: hue angle of 346.1º 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 #E18FA2 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 162 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.12 |
| HSL | 346.1º | 0.58% | 0.72% | - |
| HSV(B) | 346.1º | 0.36% | 0.88% | - |
| XYZ | 47.4 | 38.26 | 39.07 | - |
| YUV | 169.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 162 | 0 | 0.36 | 0.28 | 0.12 | 346.1 | 0.58 | 0.72 |
| Hex | E1 | 8F | A2 | 0 | 24 | 1C | C | 15A | 3A | 48 |
| Octal | 341 | 217 | 242 | 0 | 44 | 34 | 14 | 532 | 72 | 110 |
| Binary | 11100001 | 10001111 | 10100010 | 0 | 100100 | 11100 | 1100 | 101011010 | 111010 | 1001000 |
Color Harmonies of #E18FA2
Complementary color
Monochromatic Colors of #E18FA2
Black with #E18FA2
Text Example
Text Example
White with #E18FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FA2; }
p { color: rgb(225,143,162); }
H1.HeaderClassName
{
color: #E18FA2;
}
.AnyTagClassName
{
color: #E18FA2;
}
</style>
background-color css
<style>
a { background-color: #E18FA2; }
a { background-color: rgb(225,143,162); }
div.DivClassName
{
background-color: #E18FA2;
}
.BgClassName
{
background-color: #E18FA2;
}
</style>
border-color css
<style>
span { border-color: #E18FA2; }
span { border-color: rgb(225,143,162); }
td.TdClassName
{
border-color: #E18FA2;
}
.TagClassName
{
border-color: #E18FA2;
}
</style>