Shades of Kobi #E687AF
Tints of Kobi #E687AF
RGB
CMYK
RGB Variations
Color information
#E687AF (or 0xE687AF) is known color: Kobi. HEX triplet: E6, 87 and AF. RGB value is (230,135,175). Sum of RGB (Red+Green+Blue) = 230+135+175=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E687AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E687AF is #197850. Grayscale: #A7A7A7. Windows color (decimal): -1669201 or 11503590. OLE color: 11503590.
HSL color Cylindrical-coordinate representation of color #E687AF: hue angle of 334.74º 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 #E687AF is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 175 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.10 |
| HSL | 334.74º | 0.66% | 0.72% | - |
| HSV(B) | 334.74º | 0.41% | 0.9% | - |
| XYZ | 49.03 | 37.25 | 45.16 | - |
| YUV | 167.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 175 | 0 | 0.41 | 0.24 | 0.10 | 334.74 | 0.66 | 0.72 |
| Hex | E6 | 87 | AF | 0 | 29 | 18 | A | 14F | 42 | 48 |
| Octal | 346 | 207 | 257 | 0 | 51 | 30 | 12 | 517 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10101111 | 0 | 101001 | 11000 | 1010 | 101001111 | 1000010 | 1001000 |
Color Harmonies of #E687AF
Complementary color
Monochromatic Colors of #E687AF
Black with #E687AF
Text Example
Text Example
White with #E687AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687AF; }
p { color: rgb(230,135,175); }
H1.HeaderClassName
{
color: #E687AF;
}
.AnyTagClassName
{
color: #E687AF;
}
</style>
background-color css
<style>
a { background-color: #E687AF; }
a { background-color: rgb(230,135,175); }
div.DivClassName
{
background-color: #E687AF;
}
.BgClassName
{
background-color: #E687AF;
}
</style>
border-color css
<style>
span { border-color: #E687AF; }
span { border-color: rgb(230,135,175); }
td.TdClassName
{
border-color: #E687AF;
}
.TagClassName
{
border-color: #E687AF;
}
</style>