Shades of Kobi #E19CB3
Tints of Kobi #E19CB3
RGB
CMYK
RGB Variations
Color information
#E19CB3 (or 0xE19CB3) is known color: Kobi. HEX triplet: E1, 9C and B3. RGB value is (225,156,179). Sum of RGB (Red+Green+Blue) = 225+156+179=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CB3 is #1E634C. Grayscale: #B3B3B3. Windows color (decimal): -1991501 or 11771105. OLE color: 11771105.
HSL color Cylindrical-coordinate representation of color #E19CB3: hue angle of 340º 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 #E19CB3 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 179 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.12 |
| HSL | 340º | 0.53% | 0.75% | - |
| HSV(B) | 340º | 0.31% | 0.88% | - |
| XYZ | 51.08 | 43.04 | 48.26 | - |
| YUV | 179.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 179 | 0 | 0.31 | 0.20 | 0.12 | 340 | 0.53 | 0.75 |
| Hex | E1 | 9C | B3 | 0 | 1F | 14 | C | 154 | 35 | 4B |
| Octal | 341 | 234 | 263 | 0 | 37 | 24 | 14 | 524 | 65 | 113 |
| Binary | 11100001 | 10011100 | 10110011 | 0 | 11111 | 10100 | 1100 | 101010100 | 110101 | 1001011 |
Color Harmonies of #E19CB3
Complementary color
Monochromatic Colors of #E19CB3
Black with #E19CB3
Text Example
Text Example
White with #E19CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CB3; }
p { color: rgb(225,156,179); }
H1.HeaderClassName
{
color: #E19CB3;
}
.AnyTagClassName
{
color: #E19CB3;
}
</style>
background-color css
<style>
a { background-color: #E19CB3; }
a { background-color: rgb(225,156,179); }
div.DivClassName
{
background-color: #E19CB3;
}
.BgClassName
{
background-color: #E19CB3;
}
</style>
border-color css
<style>
span { border-color: #E19CB3; }
span { border-color: rgb(225,156,179); }
td.TdClassName
{
border-color: #E19CB3;
}
.TagClassName
{
border-color: #E19CB3;
}
</style>