Shades of Kobi #E684AD
Tints of Kobi #E684AD
RGB
CMYK
RGB Variations
Color information
#E684AD (or 0xE684AD) is known color: Kobi. HEX triplet: E6, 84 and AD. RGB value is (230,132,173). Sum of RGB (Red+Green+Blue) = 230+132+173=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E684AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E684AD is #197B52. Grayscale: #A5A5A5. Windows color (decimal): -1669971 or 11371750. OLE color: 11371750.
HSL color Cylindrical-coordinate representation of color #E684AD: hue angle of 334.9º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684AD is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 173 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.10 |
| HSL | 334.9º | 0.66% | 0.71% | - |
| HSV(B) | 334.9º | 0.43% | 0.9% | - |
| XYZ | 48.43 | 36.34 | 44 | - |
| YUV | 165.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 173 | 0 | 0.43 | 0.25 | 0.10 | 334.9 | 0.66 | 0.71 |
| Hex | E6 | 84 | AD | 0 | 2B | 19 | A | 14F | 42 | 47 |
| Octal | 346 | 204 | 255 | 0 | 53 | 31 | 12 | 517 | 102 | 107 |
| Binary | 11100110 | 10000100 | 10101101 | 0 | 101011 | 11001 | 1010 | 101001111 | 1000010 | 1000111 |
Color Harmonies of #E684AD
Complementary color
Monochromatic Colors of #E684AD
Black with #E684AD
Text Example
Text Example
White with #E684AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684AD; }
p { color: rgb(230,132,173); }
H1.HeaderClassName
{
color: #E684AD;
}
.AnyTagClassName
{
color: #E684AD;
}
</style>
background-color css
<style>
a { background-color: #E684AD; }
a { background-color: rgb(230,132,173); }
div.DivClassName
{
background-color: #E684AD;
}
.BgClassName
{
background-color: #E684AD;
}
</style>
border-color css
<style>
span { border-color: #E684AD; }
span { border-color: rgb(230,132,173); }
td.TdClassName
{
border-color: #E684AD;
}
.TagClassName
{
border-color: #E684AD;
}
</style>