Shades of Kobi #E18EAF
Tints of Kobi #E18EAF
RGB
CMYK
RGB Variations
Color information
#E18EAF (or 0xE18EAF) is known color: Kobi. HEX triplet: E1, 8E and AF. RGB value is (225,142,175). Sum of RGB (Red+Green+Blue) = 225+142+175=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EAF is #1E7150. Grayscale: #AAAAAA. Windows color (decimal): -1995089 or 11505377. OLE color: 11505377.
HSL color Cylindrical-coordinate representation of color #E18EAF: hue angle of 336.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18EAF is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 175 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.12 |
| HSL | 336.14º | 0.58% | 0.72% | - |
| HSV(B) | 336.14º | 0.37% | 0.88% | - |
| XYZ | 48.46 | 38.45 | 45.42 | - |
| YUV | 170.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 175 | 0 | 0.37 | 0.22 | 0.12 | 336.14 | 0.58 | 0.72 |
| Hex | E1 | 8E | AF | 0 | 25 | 16 | C | 150 | 3A | 48 |
| Octal | 341 | 216 | 257 | 0 | 45 | 26 | 14 | 520 | 72 | 110 |
| Binary | 11100001 | 10001110 | 10101111 | 0 | 100101 | 10110 | 1100 | 101010000 | 111010 | 1001000 |
Color Harmonies of #E18EAF
Complementary color
Monochromatic Colors of #E18EAF
Black with #E18EAF
Text Example
Text Example
White with #E18EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EAF; }
p { color: rgb(225,142,175); }
H1.HeaderClassName
{
color: #E18EAF;
}
.AnyTagClassName
{
color: #E18EAF;
}
</style>
background-color css
<style>
a { background-color: #E18EAF; }
a { background-color: rgb(225,142,175); }
div.DivClassName
{
background-color: #E18EAF;
}
.BgClassName
{
background-color: #E18EAF;
}
</style>
border-color css
<style>
span { border-color: #E18EAF; }
span { border-color: rgb(225,142,175); }
td.TdClassName
{
border-color: #E18EAF;
}
.TagClassName
{
border-color: #E18EAF;
}
</style>