Shades of Kobi #E190B4
Tints of Kobi #E190B4
RGB
CMYK
RGB Variations
Color information
#E190B4 (or 0xE190B4) is known color: Kobi. HEX triplet: E1, 90 and B4. RGB value is (225,144,180). Sum of RGB (Red+Green+Blue) = 225+144+180=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E190B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190B4 is #1E6F4B. Grayscale: #ACACAC. Windows color (decimal): -1994572 or 11833569. OLE color: 11833569.
HSL color Cylindrical-coordinate representation of color #E190B4: hue angle of 333.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190B4 is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 180 | - |
| CMYK | 0 | 0.36 | 0.2 | 0.12 |
| HSL | 333.33º | 0.57% | 0.72% | - |
| HSV(B) | 333.33º | 0.36% | 0.88% | - |
| XYZ | 49.26 | 39.25 | 48.16 | - |
| YUV | 172.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 180 | 0 | 0.36 | 0.2 | 0.12 | 333.33 | 0.57 | 0.72 |
| Hex | E1 | 90 | B4 | 0 | 24 | 14 | C | 14D | 39 | 48 |
| Octal | 341 | 220 | 264 | 0 | 44 | 24 | 14 | 515 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10110100 | 0 | 100100 | 10100 | 1100 | 101001101 | 111001 | 1001000 |
Color Harmonies of #E190B4
Complementary color
Monochromatic Colors of #E190B4
Black with #E190B4
Text Example
Text Example
White with #E190B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190B4; }
p { color: rgb(225,144,180); }
H1.HeaderClassName
{
color: #E190B4;
}
.AnyTagClassName
{
color: #E190B4;
}
</style>
background-color css
<style>
a { background-color: #E190B4; }
a { background-color: rgb(225,144,180); }
div.DivClassName
{
background-color: #E190B4;
}
.BgClassName
{
background-color: #E190B4;
}
</style>
border-color css
<style>
span { border-color: #E190B4; }
span { border-color: rgb(225,144,180); }
td.TdClassName
{
border-color: #E190B4;
}
.TagClassName
{
border-color: #E190B4;
}
</style>