Shades of Kobi #E19EB5
Tints of Kobi #E19EB5
RGB
CMYK
RGB Variations
Color information
#E19EB5 (or 0xE19EB5) is known color: Kobi. HEX triplet: E1, 9E and B5. RGB value is (225,158,181). Sum of RGB (Red+Green+Blue) = 225+158+181=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EB5 is #1E614A. Grayscale: #B4B4B4. Windows color (decimal): -1990987 or 11902689. OLE color: 11902689.
HSL color Cylindrical-coordinate representation of color #E19EB5: hue angle of 339.4º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19EB5 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 181 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.12 |
| HSL | 339.4º | 0.53% | 0.75% | - |
| HSV(B) | 339.4º | 0.3% | 0.88% | - |
| XYZ | 51.62 | 43.8 | 49.45 | - |
| YUV | 180.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 181 | 0 | 0.30 | 0.20 | 0.12 | 339.4 | 0.53 | 0.75 |
| Hex | E1 | 9E | B5 | 0 | 1E | 14 | C | 153 | 35 | 4B |
| Octal | 341 | 236 | 265 | 0 | 36 | 24 | 14 | 523 | 65 | 113 |
| Binary | 11100001 | 10011110 | 10110101 | 0 | 11110 | 10100 | 1100 | 101010011 | 110101 | 1001011 |
Color Harmonies of #E19EB5
Complementary color
Monochromatic Colors of #E19EB5
Black with #E19EB5
Text Example
Text Example
White with #E19EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EB5; }
p { color: rgb(225,158,181); }
H1.HeaderClassName
{
color: #E19EB5;
}
.AnyTagClassName
{
color: #E19EB5;
}
</style>
background-color css
<style>
a { background-color: #E19EB5; }
a { background-color: rgb(225,158,181); }
div.DivClassName
{
background-color: #E19EB5;
}
.BgClassName
{
background-color: #E19EB5;
}
</style>
border-color css
<style>
span { border-color: #E19EB5; }
span { border-color: rgb(225,158,181); }
td.TdClassName
{
border-color: #E19EB5;
}
.TagClassName
{
border-color: #E19EB5;
}
</style>