Shades of Kobi #E19CB1
Tints of Kobi #E19CB1
RGB
CMYK
RGB Variations
Color information
#E19CB1 (or 0xE19CB1) is known color: Kobi. HEX triplet: E1, 9C and B1. RGB value is (225,156,177). Sum of RGB (Red+Green+Blue) = 225+156+177=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CB1 is #1E634E. Grayscale: #B3B3B3. Windows color (decimal): -1991503 or 11640033. OLE color: 11640033.
HSL color Cylindrical-coordinate representation of color #E19CB1: hue angle of 341.74º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CB1 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 177 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.12 |
| HSL | 341.74º | 0.53% | 0.75% | - |
| HSV(B) | 341.74º | 0.31% | 0.88% | - |
| XYZ | 50.88 | 42.96 | 47.21 | - |
| YUV | 179.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 177 | 0 | 0.31 | 0.21 | 0.12 | 341.74 | 0.53 | 0.75 |
| Hex | E1 | 9C | B1 | 0 | 1F | 15 | C | 156 | 35 | 4B |
| Octal | 341 | 234 | 261 | 0 | 37 | 25 | 14 | 526 | 65 | 113 |
| Binary | 11100001 | 10011100 | 10110001 | 0 | 11111 | 10101 | 1100 | 101010110 | 110101 | 1001011 |
Color Harmonies of #E19CB1
Complementary color
Monochromatic Colors of #E19CB1
Black with #E19CB1
Text Example
Text Example
White with #E19CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CB1; }
p { color: rgb(225,156,177); }
H1.HeaderClassName
{
color: #E19CB1;
}
.AnyTagClassName
{
color: #E19CB1;
}
</style>
background-color css
<style>
a { background-color: #E19CB1; }
a { background-color: rgb(225,156,177); }
div.DivClassName
{
background-color: #E19CB1;
}
.BgClassName
{
background-color: #E19CB1;
}
</style>
border-color css
<style>
span { border-color: #E19CB1; }
span { border-color: rgb(225,156,177); }
td.TdClassName
{
border-color: #E19CB1;
}
.TagClassName
{
border-color: #E19CB1;
}
</style>