Shades of Kobi #E685A8
Tints of Kobi #E685A8
RGB
CMYK
RGB Variations
Color information
#E685A8 (or 0xE685A8) is known color: Kobi. HEX triplet: E6, 85 and A8. RGB value is (230,133,168). Sum of RGB (Red+Green+Blue) = 230+133+168=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E685A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685A8 is #197A57. Grayscale: #A5A5A5. Windows color (decimal): -1669720 or 11044326. OLE color: 11044326.
HSL color Cylindrical-coordinate representation of color #E685A8: hue angle of 338.35º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685A8 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 168 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.10 |
| HSL | 338.35º | 0.66% | 0.71% | - |
| HSV(B) | 338.35º | 0.42% | 0.9% | - |
| XYZ | 48.09 | 36.43 | 41.54 | - |
| YUV | 165.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 168 | 0 | 0.42 | 0.27 | 0.10 | 338.35 | 0.66 | 0.71 |
| Hex | E6 | 85 | A8 | 0 | 2A | 1B | A | 152 | 42 | 47 |
| Octal | 346 | 205 | 250 | 0 | 52 | 33 | 12 | 522 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10101000 | 0 | 101010 | 11011 | 1010 | 101010010 | 1000010 | 1000111 |
Color Harmonies of #E685A8
Complementary color
Monochromatic Colors of #E685A8
Black with #E685A8
Text Example
Text Example
White with #E685A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685A8; }
p { color: rgb(230,133,168); }
H1.HeaderClassName
{
color: #E685A8;
}
.AnyTagClassName
{
color: #E685A8;
}
</style>
background-color css
<style>
a { background-color: #E685A8; }
a { background-color: rgb(230,133,168); }
div.DivClassName
{
background-color: #E685A8;
}
.BgClassName
{
background-color: #E685A8;
}
</style>
border-color css
<style>
span { border-color: #E685A8; }
span { border-color: rgb(230,133,168); }
td.TdClassName
{
border-color: #E685A8;
}
.TagClassName
{
border-color: #E685A8;
}
</style>