Shades of Kobi #E687A8
Tints of Kobi #E687A8
RGB
CMYK
RGB Variations
Color information
#E687A8 (or 0xE687A8) is known color: Kobi. HEX triplet: E6, 87 and A8. RGB value is (230,135,168). Sum of RGB (Red+Green+Blue) = 230+135+168=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E687A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E687A8 is #197857. Grayscale: #A7A7A7. Windows color (decimal): -1669208 or 11044838. OLE color: 11044838.
HSL color Cylindrical-coordinate representation of color #E687A8: hue angle of 339.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E687A8 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 168 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.10 |
| HSL | 339.16º | 0.66% | 0.72% | - |
| HSV(B) | 339.16º | 0.41% | 0.9% | - |
| XYZ | 48.36 | 36.98 | 41.63 | - |
| YUV | 167.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 168 | 0 | 0.41 | 0.27 | 0.10 | 339.16 | 0.66 | 0.72 |
| Hex | E6 | 87 | A8 | 0 | 29 | 1B | A | 153 | 42 | 48 |
| Octal | 346 | 207 | 250 | 0 | 51 | 33 | 12 | 523 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10101000 | 0 | 101001 | 11011 | 1010 | 101010011 | 1000010 | 1001000 |
Color Harmonies of #E687A8
Complementary color
Monochromatic Colors of #E687A8
Black with #E687A8
Text Example
Text Example
White with #E687A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687A8; }
p { color: rgb(230,135,168); }
H1.HeaderClassName
{
color: #E687A8;
}
.AnyTagClassName
{
color: #E687A8;
}
</style>
background-color css
<style>
a { background-color: #E687A8; }
a { background-color: rgb(230,135,168); }
div.DivClassName
{
background-color: #E687A8;
}
.BgClassName
{
background-color: #E687A8;
}
</style>
border-color css
<style>
span { border-color: #E687A8; }
span { border-color: rgb(230,135,168); }
td.TdClassName
{
border-color: #E687A8;
}
.TagClassName
{
border-color: #E687A8;
}
</style>