Shades of Kobi #E193B2
Tints of Kobi #E193B2
RGB
CMYK
RGB Variations
Color information
#E193B2 (or 0xE193B2) is known color: Kobi. HEX triplet: E1, 93 and B2. RGB value is (225,147,178). Sum of RGB (Red+Green+Blue) = 225+147+178=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E193B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E193B2 is #1E6C4D. Grayscale: #ADADAD. Windows color (decimal): -1993806 or 11703265. OLE color: 11703265.
HSL color Cylindrical-coordinate representation of color #E193B2: hue angle of 336.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193B2 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 178 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.12 |
| HSL | 336.15º | 0.57% | 0.73% | - |
| HSV(B) | 336.15º | 0.35% | 0.88% | - |
| XYZ | 49.52 | 40.09 | 47.25 | - |
| YUV | 173.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 178 | 0 | 0.35 | 0.21 | 0.12 | 336.15 | 0.57 | 0.73 |
| Hex | E1 | 93 | B2 | 0 | 23 | 15 | C | 150 | 39 | 49 |
| Octal | 341 | 223 | 262 | 0 | 43 | 25 | 14 | 520 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10110010 | 0 | 100011 | 10101 | 1100 | 101010000 | 111001 | 1001001 |
Color Harmonies of #E193B2
Complementary color
Monochromatic Colors of #E193B2
Black with #E193B2
Text Example
Text Example
White with #E193B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193B2; }
p { color: rgb(225,147,178); }
H1.HeaderClassName
{
color: #E193B2;
}
.AnyTagClassName
{
color: #E193B2;
}
</style>
background-color css
<style>
a { background-color: #E193B2; }
a { background-color: rgb(225,147,178); }
div.DivClassName
{
background-color: #E193B2;
}
.BgClassName
{
background-color: #E193B2;
}
</style>
border-color css
<style>
span { border-color: #E193B2; }
span { border-color: rgb(225,147,178); }
td.TdClassName
{
border-color: #E193B2;
}
.TagClassName
{
border-color: #E193B2;
}
</style>