Shades of Kobi #E19BB3
Tints of Kobi #E19BB3
RGB
CMYK
RGB Variations
Color information
#E19BB3 (or 0xE19BB3) is known color: Kobi. HEX triplet: E1, 9B and B3. RGB value is (225,155,179). Sum of RGB (Red+Green+Blue) = 225+155+179=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BB3 is #1E644C. Grayscale: #B2B2B2. Windows color (decimal): -1991757 or 11770849. OLE color: 11770849.
HSL color Cylindrical-coordinate representation of color #E19BB3: hue angle of 339.43º degrees, saturation: 0.54, 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 #E19BB3 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 179 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.12 |
| HSL | 339.43º | 0.54% | 0.75% | - |
| HSV(B) | 339.43º | 0.31% | 0.88% | - |
| XYZ | 50.91 | 42.7 | 48.21 | - |
| YUV | 178.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 179 | 0 | 0.31 | 0.20 | 0.12 | 339.43 | 0.54 | 0.75 |
| Hex | E1 | 9B | B3 | 0 | 1F | 14 | C | 153 | 36 | 4B |
| Octal | 341 | 233 | 263 | 0 | 37 | 24 | 14 | 523 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10110011 | 0 | 11111 | 10100 | 1100 | 101010011 | 110110 | 1001011 |
Color Harmonies of #E19BB3
Complementary color
Monochromatic Colors of #E19BB3
Black with #E19BB3
Text Example
Text Example
White with #E19BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BB3; }
p { color: rgb(225,155,179); }
H1.HeaderClassName
{
color: #E19BB3;
}
.AnyTagClassName
{
color: #E19BB3;
}
</style>
background-color css
<style>
a { background-color: #E19BB3; }
a { background-color: rgb(225,155,179); }
div.DivClassName
{
background-color: #E19BB3;
}
.BgClassName
{
background-color: #E19BB3;
}
</style>
border-color css
<style>
span { border-color: #E19BB3; }
span { border-color: rgb(225,155,179); }
td.TdClassName
{
border-color: #E19BB3;
}
.TagClassName
{
border-color: #E19BB3;
}
</style>