Shades of Kobi #E19BB5
Tints of Kobi #E19BB5
RGB
CMYK
RGB Variations
Color information
#E19BB5 (or 0xE19BB5) is known color: Kobi. HEX triplet: E1, 9B and B5. RGB value is (225,155,181). Sum of RGB (Red+Green+Blue) = 225+155+181=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BB5 is #1E644A. Grayscale: #B2B2B2. Windows color (decimal): -1991755 or 11901921. OLE color: 11901921.
HSL color Cylindrical-coordinate representation of color #E19BB5: hue angle of 337.71º 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 #E19BB5 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 181 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.12 |
| HSL | 337.71º | 0.54% | 0.75% | - |
| HSV(B) | 337.71º | 0.31% | 0.88% | - |
| XYZ | 51.11 | 42.79 | 49.28 | - |
| YUV | 178.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 181 | 0 | 0.31 | 0.20 | 0.12 | 337.71 | 0.54 | 0.75 |
| Hex | E1 | 9B | B5 | 0 | 1F | 14 | C | 152 | 36 | 4B |
| Octal | 341 | 233 | 265 | 0 | 37 | 24 | 14 | 522 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10110101 | 0 | 11111 | 10100 | 1100 | 101010010 | 110110 | 1001011 |
Color Harmonies of #E19BB5
Complementary color
Monochromatic Colors of #E19BB5
Black with #E19BB5
Text Example
Text Example
White with #E19BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BB5; }
p { color: rgb(225,155,181); }
H1.HeaderClassName
{
color: #E19BB5;
}
.AnyTagClassName
{
color: #E19BB5;
}
</style>
background-color css
<style>
a { background-color: #E19BB5; }
a { background-color: rgb(225,155,181); }
div.DivClassName
{
background-color: #E19BB5;
}
.BgClassName
{
background-color: #E19BB5;
}
</style>
border-color css
<style>
span { border-color: #E19BB5; }
span { border-color: rgb(225,155,181); }
td.TdClassName
{
border-color: #E19BB5;
}
.TagClassName
{
border-color: #E19BB5;
}
</style>