Shades of Kobi #E780AC
Tints of Kobi #E780AC
RGB
CMYK
RGB Variations
Color information
#E780AC (or 0xE780AC) is known color: Kobi. HEX triplet: E7, 80 and AC. RGB value is (231,128,172). Sum of RGB (Red+Green+Blue) = 231+128+172=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E780AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780AC is #187F53. Grayscale: #A3A3A3. Windows color (decimal): -1605460 or 11305191. OLE color: 11305191.
HSL color Cylindrical-coordinate representation of color #E780AC: hue angle of 334.37º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780AC is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 172 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.09 |
| HSL | 334.37º | 0.68% | 0.7% | - |
| HSV(B) | 334.37º | 0.45% | 0.91% | - |
| XYZ | 48.12 | 35.41 | 43.33 | - |
| YUV | 163.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 172 | 0 | 0.45 | 0.26 | 0.09 | 334.37 | 0.68 | 0.7 |
| Hex | E7 | 80 | AC | 0 | 2D | 1A | 9 | 14E | 44 | 46 |
| Octal | 347 | 200 | 254 | 0 | 55 | 32 | 11 | 516 | 104 | 106 |
| Binary | 11100111 | 10000000 | 10101100 | 0 | 101101 | 11010 | 1001 | 101001110 | 1000100 | 1000110 |
Color Harmonies of #E780AC
Complementary color
Monochromatic Colors of #E780AC
Black with #E780AC
Text Example
Text Example
White with #E780AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780AC; }
p { color: rgb(231,128,172); }
H1.HeaderClassName
{
color: #E780AC;
}
.AnyTagClassName
{
color: #E780AC;
}
</style>
background-color css
<style>
a { background-color: #E780AC; }
a { background-color: rgb(231,128,172); }
div.DivClassName
{
background-color: #E780AC;
}
.BgClassName
{
background-color: #E780AC;
}
</style>
border-color css
<style>
span { border-color: #E780AC; }
span { border-color: rgb(231,128,172); }
td.TdClassName
{
border-color: #E780AC;
}
.TagClassName
{
border-color: #E780AC;
}
</style>