Shades of Kobi #E391B2
Tints of Kobi #E391B2
RGB
CMYK
RGB Variations
Color information
#E391B2 (or 0xE391B2) is known color: Kobi. HEX triplet: E3, 91 and B2. RGB value is (227,145,178). Sum of RGB (Red+Green+Blue) = 227+145+178=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E391B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E391B2 is #1C6E4D. Grayscale: #ADADAD. Windows color (decimal): -1863246 or 11702755. OLE color: 11702755.
HSL color Cylindrical-coordinate representation of color #E391B2: hue angle of 335.85º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E391B2 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 178 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.11 |
| HSL | 335.85º | 0.59% | 0.73% | - |
| HSV(B) | 335.85º | 0.36% | 0.89% | - |
| XYZ | 49.84 | 39.8 | 47.17 | - |
| YUV | 173.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 178 | 0 | 0.36 | 0.22 | 0.11 | 335.85 | 0.59 | 0.73 |
| Hex | E3 | 91 | B2 | 0 | 24 | 16 | B | 150 | 3B | 49 |
| Octal | 343 | 221 | 262 | 0 | 44 | 26 | 13 | 520 | 73 | 111 |
| Binary | 11100011 | 10010001 | 10110010 | 0 | 100100 | 10110 | 1011 | 101010000 | 111011 | 1001001 |
Color Harmonies of #E391B2
Complementary color
Monochromatic Colors of #E391B2
Black with #E391B2
Text Example
Text Example
White with #E391B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E391B2; }
p { color: rgb(227,145,178); }
H1.HeaderClassName
{
color: #E391B2;
}
.AnyTagClassName
{
color: #E391B2;
}
</style>
background-color css
<style>
a { background-color: #E391B2; }
a { background-color: rgb(227,145,178); }
div.DivClassName
{
background-color: #E391B2;
}
.BgClassName
{
background-color: #E391B2;
}
</style>
border-color css
<style>
span { border-color: #E391B2; }
span { border-color: rgb(227,145,178); }
td.TdClassName
{
border-color: #E391B2;
}
.TagClassName
{
border-color: #E391B2;
}
</style>