Shades of Kobi #E689AD
Tints of Kobi #E689AD
RGB
CMYK
RGB Variations
Color information
#E689AD (or 0xE689AD) is known color: Kobi. HEX triplet: E6, 89 and AD. RGB value is (230,137,173). Sum of RGB (Red+Green+Blue) = 230+137+173=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E689AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E689AD is #197652. Grayscale: #A8A8A8. Windows color (decimal): -1668691 or 11373030. OLE color: 11373030.
HSL color Cylindrical-coordinate representation of color #E689AD: hue angle of 336.77º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689AD is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 173 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.10 |
| HSL | 336.77º | 0.65% | 0.72% | - |
| HSV(B) | 336.77º | 0.4% | 0.9% | - |
| XYZ | 49.12 | 37.73 | 44.23 | - |
| YUV | 168.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 173 | 0 | 0.40 | 0.25 | 0.10 | 336.77 | 0.65 | 0.72 |
| Hex | E6 | 89 | AD | 0 | 28 | 19 | A | 151 | 41 | 48 |
| Octal | 346 | 211 | 255 | 0 | 50 | 31 | 12 | 521 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10101101 | 0 | 101000 | 11001 | 1010 | 101010001 | 1000001 | 1001000 |
Color Harmonies of #E689AD
Complementary color
Monochromatic Colors of #E689AD
Black with #E689AD
Text Example
Text Example
White with #E689AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689AD; }
p { color: rgb(230,137,173); }
H1.HeaderClassName
{
color: #E689AD;
}
.AnyTagClassName
{
color: #E689AD;
}
</style>
background-color css
<style>
a { background-color: #E689AD; }
a { background-color: rgb(230,137,173); }
div.DivClassName
{
background-color: #E689AD;
}
.BgClassName
{
background-color: #E689AD;
}
</style>
border-color css
<style>
span { border-color: #E689AD; }
span { border-color: rgb(230,137,173); }
td.TdClassName
{
border-color: #E689AD;
}
.TagClassName
{
border-color: #E689AD;
}
</style>