Shades of Kobi #E794B0
Tints of Kobi #E794B0
RGB
CMYK
RGB Variations
Color information
#E794B0 (or 0xE794B0) is known color: Kobi. HEX triplet: E7, 94 and B0. RGB value is (231,148,176). Sum of RGB (Red+Green+Blue) = 231+148+176=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E794B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E794B0 is #186B4F. Grayscale: #AFAFAF. Windows color (decimal): -1600336 or 11572455. OLE color: 11572455.
HSL color Cylindrical-coordinate representation of color #E794B0: hue angle of 339.76º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E794B0 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 176 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.09 |
| HSL | 339.76º | 0.63% | 0.74% | - |
| HSV(B) | 339.76º | 0.36% | 0.91% | - |
| XYZ | 51.38 | 41.3 | 46.34 | - |
| YUV | 176.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 176 | 0 | 0.36 | 0.24 | 0.09 | 339.76 | 0.63 | 0.74 |
| Hex | E7 | 94 | B0 | 0 | 24 | 18 | 9 | 154 | 3F | 4A |
| Octal | 347 | 224 | 260 | 0 | 44 | 30 | 11 | 524 | 77 | 112 |
| Binary | 11100111 | 10010100 | 10110000 | 0 | 100100 | 11000 | 1001 | 101010100 | 111111 | 1001010 |
Color Harmonies of #E794B0
Complementary color
Monochromatic Colors of #E794B0
Black with #E794B0
Text Example
Text Example
White with #E794B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794B0; }
p { color: rgb(231,148,176); }
H1.HeaderClassName
{
color: #E794B0;
}
.AnyTagClassName
{
color: #E794B0;
}
</style>
background-color css
<style>
a { background-color: #E794B0; }
a { background-color: rgb(231,148,176); }
div.DivClassName
{
background-color: #E794B0;
}
.BgClassName
{
background-color: #E794B0;
}
</style>
border-color css
<style>
span { border-color: #E794B0; }
span { border-color: rgb(231,148,176); }
td.TdClassName
{
border-color: #E794B0;
}
.TagClassName
{
border-color: #E794B0;
}
</style>