Shades of Kobi #E784B0
Tints of Kobi #E784B0
RGB
CMYK
RGB Variations
Color information
#E784B0 (or 0xE784B0) is known color: Kobi. HEX triplet: E7, 84 and B0. RGB value is (231,132,176). Sum of RGB (Red+Green+Blue) = 231+132+176=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E784B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E784B0 is #187B4F. Grayscale: #A6A6A6. Windows color (decimal): -1604432 or 11568359. OLE color: 11568359.
HSL color Cylindrical-coordinate representation of color #E784B0: hue angle of 333.33º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784B0 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 176 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.09 |
| HSL | 333.33º | 0.67% | 0.71% | - |
| HSV(B) | 333.33º | 0.43% | 0.91% | - |
| XYZ | 49.04 | 36.63 | 45.56 | - |
| YUV | 166.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 176 | 0 | 0.43 | 0.24 | 0.09 | 333.33 | 0.67 | 0.71 |
| Hex | E7 | 84 | B0 | 0 | 2B | 18 | 9 | 14D | 43 | 47 |
| Octal | 347 | 204 | 260 | 0 | 53 | 30 | 11 | 515 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10110000 | 0 | 101011 | 11000 | 1001 | 101001101 | 1000011 | 1000111 |
Color Harmonies of #E784B0
Complementary color
Monochromatic Colors of #E784B0
Black with #E784B0
Text Example
Text Example
White with #E784B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784B0; }
p { color: rgb(231,132,176); }
H1.HeaderClassName
{
color: #E784B0;
}
.AnyTagClassName
{
color: #E784B0;
}
</style>
background-color css
<style>
a { background-color: #E784B0; }
a { background-color: rgb(231,132,176); }
div.DivClassName
{
background-color: #E784B0;
}
.BgClassName
{
background-color: #E784B0;
}
</style>
border-color css
<style>
span { border-color: #E784B0; }
span { border-color: rgb(231,132,176); }
td.TdClassName
{
border-color: #E784B0;
}
.TagClassName
{
border-color: #E784B0;
}
</style>