Shades of Kobi #E782AF
Tints of Kobi #E782AF
RGB
CMYK
RGB Variations
Color information
#E782AF (or 0xE782AF) is known color: Kobi. HEX triplet: E7, 82 and AF. RGB value is (231,130,175). Sum of RGB (Red+Green+Blue) = 231+130+175=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E782AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782AF is #187D50. Grayscale: #A5A5A5. Windows color (decimal): -1604945 or 11502311. OLE color: 11502311.
HSL color Cylindrical-coordinate representation of color #E782AF: hue angle of 333.27º 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 #E782AF is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 175 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.09 |
| HSL | 333.27º | 0.68% | 0.71% | - |
| HSV(B) | 333.27º | 0.44% | 0.91% | - |
| XYZ | 48.68 | 36.05 | 44.95 | - |
| YUV | 165.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 175 | 0 | 0.44 | 0.24 | 0.09 | 333.27 | 0.68 | 0.71 |
| Hex | E7 | 82 | AF | 0 | 2C | 18 | 9 | 14D | 44 | 47 |
| Octal | 347 | 202 | 257 | 0 | 54 | 30 | 11 | 515 | 104 | 107 |
| Binary | 11100111 | 10000010 | 10101111 | 0 | 101100 | 11000 | 1001 | 101001101 | 1000100 | 1000111 |
Color Harmonies of #E782AF
Complementary color
Monochromatic Colors of #E782AF
Black with #E782AF
Text Example
Text Example
White with #E782AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782AF; }
p { color: rgb(231,130,175); }
H1.HeaderClassName
{
color: #E782AF;
}
.AnyTagClassName
{
color: #E782AF;
}
</style>
background-color css
<style>
a { background-color: #E782AF; }
a { background-color: rgb(231,130,175); }
div.DivClassName
{
background-color: #E782AF;
}
.BgClassName
{
background-color: #E782AF;
}
</style>
border-color css
<style>
span { border-color: #E782AF; }
span { border-color: rgb(231,130,175); }
td.TdClassName
{
border-color: #E782AF;
}
.TagClassName
{
border-color: #E782AF;
}
</style>