Shades of Kobi #E18BAF
Tints of Kobi #E18BAF
RGB
CMYK
RGB Variations
Color information
#E18BAF (or 0xE18BAF) is known color: Kobi. HEX triplet: E1, 8B and AF. RGB value is (225,139,175). Sum of RGB (Red+Green+Blue) = 225+139+175=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18BAF is #1E7450. Grayscale: #A8A8A8. Windows color (decimal): -1995857 or 11504609. OLE color: 11504609.
HSL color Cylindrical-coordinate representation of color #E18BAF: hue angle of 334.88º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BAF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 175 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.12 |
| HSL | 334.88º | 0.59% | 0.71% | - |
| HSV(B) | 334.88º | 0.38% | 0.88% | - |
| XYZ | 48.02 | 37.57 | 45.28 | - |
| YUV | 168.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 175 | 0 | 0.38 | 0.22 | 0.12 | 334.88 | 0.59 | 0.71 |
| Hex | E1 | 8B | AF | 0 | 26 | 16 | C | 14F | 3B | 47 |
| Octal | 341 | 213 | 257 | 0 | 46 | 26 | 14 | 517 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10101111 | 0 | 100110 | 10110 | 1100 | 101001111 | 111011 | 1000111 |
Color Harmonies of #E18BAF
Complementary color
Monochromatic Colors of #E18BAF
Black with #E18BAF
Text Example
Text Example
White with #E18BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BAF; }
p { color: rgb(225,139,175); }
H1.HeaderClassName
{
color: #E18BAF;
}
.AnyTagClassName
{
color: #E18BAF;
}
</style>
background-color css
<style>
a { background-color: #E18BAF; }
a { background-color: rgb(225,139,175); }
div.DivClassName
{
background-color: #E18BAF;
}
.BgClassName
{
background-color: #E18BAF;
}
</style>
border-color css
<style>
span { border-color: #E18BAF; }
span { border-color: rgb(225,139,175); }
td.TdClassName
{
border-color: #E18BAF;
}
.TagClassName
{
border-color: #E18BAF;
}
</style>