Shades of Kobi #E790B0
Tints of Kobi #E790B0
RGB
CMYK
RGB Variations
Color information
#E790B0 (or 0xE790B0) is known color: Kobi. HEX triplet: E7, 90 and B0. RGB value is (231,144,176). Sum of RGB (Red+Green+Blue) = 231+144+176=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E790B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790B0 is #186F4F. Grayscale: #ADADAD. Windows color (decimal): -1601360 or 11571431. OLE color: 11571431.
HSL color Cylindrical-coordinate representation of color #E790B0: hue angle of 337.93º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790B0 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 176 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.09 |
| HSL | 337.93º | 0.64% | 0.74% | - |
| HSV(B) | 337.93º | 0.38% | 0.91% | - |
| XYZ | 50.76 | 40.07 | 46.13 | - |
| YUV | 173.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 176 | 0 | 0.38 | 0.24 | 0.09 | 337.93 | 0.64 | 0.74 |
| Hex | E7 | 90 | B0 | 0 | 26 | 18 | 9 | 152 | 40 | 4A |
| Octal | 347 | 220 | 260 | 0 | 46 | 30 | 11 | 522 | 100 | 112 |
| Binary | 11100111 | 10010000 | 10110000 | 0 | 100110 | 11000 | 1001 | 101010010 | 1000000 | 1001010 |
Color Harmonies of #E790B0
Complementary color
Monochromatic Colors of #E790B0
Black with #E790B0
Text Example
Text Example
White with #E790B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790B0; }
p { color: rgb(231,144,176); }
H1.HeaderClassName
{
color: #E790B0;
}
.AnyTagClassName
{
color: #E790B0;
}
</style>
background-color css
<style>
a { background-color: #E790B0; }
a { background-color: rgb(231,144,176); }
div.DivClassName
{
background-color: #E790B0;
}
.BgClassName
{
background-color: #E790B0;
}
</style>
border-color css
<style>
span { border-color: #E790B0; }
span { border-color: rgb(231,144,176); }
td.TdClassName
{
border-color: #E790B0;
}
.TagClassName
{
border-color: #E790B0;
}
</style>