Shades of Kobi #E680A7
Tints of Kobi #E680A7
RGB
CMYK
RGB Variations
Color information
#E680A7 (or 0xE680A7) is known color: Kobi. HEX triplet: E6, 80 and A7. RGB value is (230,128,167). Sum of RGB (Red+Green+Blue) = 230+128+167=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E680A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E680A7 is #197F58. Grayscale: #A2A2A2. Windows color (decimal): -1671001 or 10977510. OLE color: 10977510.
HSL color Cylindrical-coordinate representation of color #E680A7: hue angle of 337.06º 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 #E680A7 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 167 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.10 |
| HSL | 337.06º | 0.67% | 0.7% | - |
| HSV(B) | 337.06º | 0.44% | 0.9% | - |
| XYZ | 47.33 | 35.05 | 40.83 | - |
| YUV | 162.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 167 | 0 | 0.44 | 0.27 | 0.10 | 337.06 | 0.67 | 0.7 |
| Hex | E6 | 80 | A7 | 0 | 2C | 1B | A | 151 | 43 | 46 |
| Octal | 346 | 200 | 247 | 0 | 54 | 33 | 12 | 521 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10100111 | 0 | 101100 | 11011 | 1010 | 101010001 | 1000011 | 1000110 |
Color Harmonies of #E680A7
Complementary color
Monochromatic Colors of #E680A7
Black with #E680A7
Text Example
Text Example
White with #E680A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680A7; }
p { color: rgb(230,128,167); }
H1.HeaderClassName
{
color: #E680A7;
}
.AnyTagClassName
{
color: #E680A7;
}
</style>
background-color css
<style>
a { background-color: #E680A7; }
a { background-color: rgb(230,128,167); }
div.DivClassName
{
background-color: #E680A7;
}
.BgClassName
{
background-color: #E680A7;
}
</style>
border-color css
<style>
span { border-color: #E680A7; }
span { border-color: rgb(230,128,167); }
td.TdClassName
{
border-color: #E680A7;
}
.TagClassName
{
border-color: #E680A7;
}
</style>