Shades of Kobi #E687AD
Tints of Kobi #E687AD
RGB
CMYK
RGB Variations
Color information
#E687AD (or 0xE687AD) is known color: Kobi. HEX triplet: E6, 87 and AD. RGB value is (230,135,173). Sum of RGB (Red+Green+Blue) = 230+135+173=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E687AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E687AD is #197852. Grayscale: #A7A7A7. Windows color (decimal): -1669203 or 11372518. OLE color: 11372518.
HSL color Cylindrical-coordinate representation of color #E687AD: hue angle of 336º 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 #E687AD is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 173 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.10 |
| HSL | 336º | 0.66% | 0.72% | - |
| HSV(B) | 336º | 0.41% | 0.9% | - |
| XYZ | 48.84 | 37.17 | 44.14 | - |
| YUV | 167.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 173 | 0 | 0.41 | 0.25 | 0.10 | 336 | 0.66 | 0.72 |
| Hex | E6 | 87 | AD | 0 | 29 | 19 | A | 150 | 42 | 48 |
| Octal | 346 | 207 | 255 | 0 | 51 | 31 | 12 | 520 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10101101 | 0 | 101001 | 11001 | 1010 | 101010000 | 1000010 | 1001000 |
Color Harmonies of #E687AD
Complementary color
Monochromatic Colors of #E687AD
Black with #E687AD
Text Example
Text Example
White with #E687AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687AD; }
p { color: rgb(230,135,173); }
H1.HeaderClassName
{
color: #E687AD;
}
.AnyTagClassName
{
color: #E687AD;
}
</style>
background-color css
<style>
a { background-color: #E687AD; }
a { background-color: rgb(230,135,173); }
div.DivClassName
{
background-color: #E687AD;
}
.BgClassName
{
background-color: #E687AD;
}
</style>
border-color css
<style>
span { border-color: #E687AD; }
span { border-color: rgb(230,135,173); }
td.TdClassName
{
border-color: #E687AD;
}
.TagClassName
{
border-color: #E687AD;
}
</style>