Shades of Kobi #E684AF
Tints of Kobi #E684AF
RGB
CMYK
RGB Variations
Color information
#E684AF (or 0xE684AF) is known color: Kobi. HEX triplet: E6, 84 and AF. RGB value is (230,132,175). Sum of RGB (Red+Green+Blue) = 230+132+175=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E684AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E684AF is #197B50. Grayscale: #A6A6A6. Windows color (decimal): -1669969 or 11502822. OLE color: 11502822.
HSL color Cylindrical-coordinate representation of color #E684AF: hue angle of 333.67º 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 #E684AF is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 175 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.10 |
| HSL | 333.67º | 0.66% | 0.71% | - |
| HSV(B) | 333.67º | 0.43% | 0.9% | - |
| XYZ | 48.62 | 36.42 | 45.02 | - |
| YUV | 166.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 175 | 0 | 0.43 | 0.24 | 0.10 | 333.67 | 0.66 | 0.71 |
| Hex | E6 | 84 | AF | 0 | 2B | 18 | A | 14E | 42 | 47 |
| Octal | 346 | 204 | 257 | 0 | 53 | 30 | 12 | 516 | 102 | 107 |
| Binary | 11100110 | 10000100 | 10101111 | 0 | 101011 | 11000 | 1010 | 101001110 | 1000010 | 1000111 |
Color Harmonies of #E684AF
Complementary color
Monochromatic Colors of #E684AF
Black with #E684AF
Text Example
Text Example
White with #E684AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684AF; }
p { color: rgb(230,132,175); }
H1.HeaderClassName
{
color: #E684AF;
}
.AnyTagClassName
{
color: #E684AF;
}
</style>
background-color css
<style>
a { background-color: #E684AF; }
a { background-color: rgb(230,132,175); }
div.DivClassName
{
background-color: #E684AF;
}
.BgClassName
{
background-color: #E684AF;
}
</style>
border-color css
<style>
span { border-color: #E684AF; }
span { border-color: rgb(230,132,175); }
td.TdClassName
{
border-color: #E684AF;
}
.TagClassName
{
border-color: #E684AF;
}
</style>