Shades of Kobi #E782AB
Tints of Kobi #E782AB
RGB
CMYK
RGB Variations
Color information
#E782AB (or 0xE782AB) is known color: Kobi. HEX triplet: E7, 82 and AB. RGB value is (231,130,171). Sum of RGB (Red+Green+Blue) = 231+130+171=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E782AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782AB is #187D54. Grayscale: #A4A4A4. Windows color (decimal): -1604949 or 11240167. OLE color: 11240167.
HSL color Cylindrical-coordinate representation of color #E782AB: hue angle of 335.64º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782AB is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 171 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.09 |
| HSL | 335.64º | 0.68% | 0.71% | - |
| HSV(B) | 335.64º | 0.44% | 0.91% | - |
| XYZ | 48.29 | 35.89 | 42.91 | - |
| YUV | 164.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 171 | 0 | 0.44 | 0.26 | 0.09 | 335.64 | 0.68 | 0.71 |
| Hex | E7 | 82 | AB | 0 | 2C | 1A | 9 | 150 | 44 | 47 |
| Octal | 347 | 202 | 253 | 0 | 54 | 32 | 11 | 520 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10101011 | 0 | 101100 | 11010 | 1001 | 101010000 | 1000100 | 1000111 |
Color Harmonies of #E782AB
Complementary color
Monochromatic Colors of #E782AB
Black with #E782AB
Text Example
Text Example
White with #E782AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782AB; }
p { color: rgb(231,130,171); }
H1.HeaderClassName
{
color: #E782AB;
}
.AnyTagClassName
{
color: #E782AB;
}
</style>
background-color css
<style>
a { background-color: #E782AB; }
a { background-color: rgb(231,130,171); }
div.DivClassName
{
background-color: #E782AB;
}
.BgClassName
{
background-color: #E782AB;
}
</style>
border-color css
<style>
span { border-color: #E782AB; }
span { border-color: rgb(231,130,171); }
td.TdClassName
{
border-color: #E782AB;
}
.TagClassName
{
border-color: #E782AB;
}
</style>