Shades of Kobi #E784AB
Tints of Kobi #E784AB
RGB
CMYK
RGB Variations
Color information
#E784AB (or 0xE784AB) is known color: Kobi. HEX triplet: E7, 84 and AB. RGB value is (231,132,171). Sum of RGB (Red+Green+Blue) = 231+132+171=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E784AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E784AB is #187B54. Grayscale: #A5A5A5. Windows color (decimal): -1604437 or 11240679. OLE color: 11240679.
HSL color Cylindrical-coordinate representation of color #E784AB: hue angle of 336.36º 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 #E784AB is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 171 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.09 |
| HSL | 336.36º | 0.67% | 0.71% | - |
| HSV(B) | 336.36º | 0.43% | 0.91% | - |
| XYZ | 48.56 | 36.43 | 43 | - |
| YUV | 166.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 171 | 0 | 0.43 | 0.26 | 0.09 | 336.36 | 0.67 | 0.71 |
| Hex | E7 | 84 | AB | 0 | 2B | 1A | 9 | 150 | 43 | 47 |
| Octal | 347 | 204 | 253 | 0 | 53 | 32 | 11 | 520 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10101011 | 0 | 101011 | 11010 | 1001 | 101010000 | 1000011 | 1000111 |
Color Harmonies of #E784AB
Complementary color
Monochromatic Colors of #E784AB
Black with #E784AB
Text Example
Text Example
White with #E784AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784AB; }
p { color: rgb(231,132,171); }
H1.HeaderClassName
{
color: #E784AB;
}
.AnyTagClassName
{
color: #E784AB;
}
</style>
background-color css
<style>
a { background-color: #E784AB; }
a { background-color: rgb(231,132,171); }
div.DivClassName
{
background-color: #E784AB;
}
.BgClassName
{
background-color: #E784AB;
}
</style>
border-color css
<style>
span { border-color: #E784AB; }
span { border-color: rgb(231,132,171); }
td.TdClassName
{
border-color: #E784AB;
}
.TagClassName
{
border-color: #E784AB;
}
</style>