Shades of Kobi #E684A7
Tints of Kobi #E684A7
RGB
CMYK
RGB Variations
Color information
#E684A7 (or 0xE684A7) is known color: Kobi. HEX triplet: E6, 84 and A7. RGB value is (230,132,167). Sum of RGB (Red+Green+Blue) = 230+132+167=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E684A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E684A7 is #197B58. Grayscale: #A5A5A5. Windows color (decimal): -1669977 or 10978534. OLE color: 10978534.
HSL color Cylindrical-coordinate representation of color #E684A7: hue angle of 338.57º 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 #E684A7 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 167 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.10 |
| HSL | 338.57º | 0.66% | 0.71% | - |
| HSV(B) | 338.57º | 0.43% | 0.9% | - |
| XYZ | 47.86 | 36.12 | 41.01 | - |
| YUV | 165.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 167 | 0 | 0.43 | 0.27 | 0.10 | 338.57 | 0.66 | 0.71 |
| Hex | E6 | 84 | A7 | 0 | 2B | 1B | A | 153 | 42 | 47 |
| Octal | 346 | 204 | 247 | 0 | 53 | 33 | 12 | 523 | 102 | 107 |
| Binary | 11100110 | 10000100 | 10100111 | 0 | 101011 | 11011 | 1010 | 101010011 | 1000010 | 1000111 |
Color Harmonies of #E684A7
Complementary color
Monochromatic Colors of #E684A7
Black with #E684A7
Text Example
Text Example
White with #E684A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684A7; }
p { color: rgb(230,132,167); }
H1.HeaderClassName
{
color: #E684A7;
}
.AnyTagClassName
{
color: #E684A7;
}
</style>
background-color css
<style>
a { background-color: #E684A7; }
a { background-color: rgb(230,132,167); }
div.DivClassName
{
background-color: #E684A7;
}
.BgClassName
{
background-color: #E684A7;
}
</style>
border-color css
<style>
span { border-color: #E684A7; }
span { border-color: rgb(230,132,167); }
td.TdClassName
{
border-color: #E684A7;
}
.TagClassName
{
border-color: #E684A7;
}
</style>