Shades of Kobi #E680AC
Tints of Kobi #E680AC
RGB
CMYK
RGB Variations
Color information
#E680AC (or 0xE680AC) is known color: Kobi. HEX triplet: E6, 80 and AC. RGB value is (230,128,172). Sum of RGB (Red+Green+Blue) = 230+128+172=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E680AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E680AC is #197F53. Grayscale: #A3A3A3. Windows color (decimal): -1670996 or 11305190. OLE color: 11305190.
HSL color Cylindrical-coordinate representation of color #E680AC: hue angle of 334.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680AC is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 172 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.10 |
| HSL | 334.12º | 0.67% | 0.7% | - |
| HSV(B) | 334.12º | 0.44% | 0.9% | - |
| XYZ | 47.8 | 35.24 | 43.31 | - |
| YUV | 163.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 172 | 0 | 0.44 | 0.25 | 0.10 | 334.12 | 0.67 | 0.7 |
| Hex | E6 | 80 | AC | 0 | 2C | 19 | A | 14E | 43 | 46 |
| Octal | 346 | 200 | 254 | 0 | 54 | 31 | 12 | 516 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10101100 | 0 | 101100 | 11001 | 1010 | 101001110 | 1000011 | 1000110 |
Color Harmonies of #E680AC
Complementary color
Monochromatic Colors of #E680AC
Black with #E680AC
Text Example
Text Example
White with #E680AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680AC; }
p { color: rgb(230,128,172); }
H1.HeaderClassName
{
color: #E680AC;
}
.AnyTagClassName
{
color: #E680AC;
}
</style>
background-color css
<style>
a { background-color: #E680AC; }
a { background-color: rgb(230,128,172); }
div.DivClassName
{
background-color: #E680AC;
}
.BgClassName
{
background-color: #E680AC;
}
</style>
border-color css
<style>
span { border-color: #E680AC; }
span { border-color: rgb(230,128,172); }
td.TdClassName
{
border-color: #E680AC;
}
.TagClassName
{
border-color: #E680AC;
}
</style>