Shades of Kobi #E684AB
Tints of Kobi #E684AB
RGB
CMYK
RGB Variations
Color information
#E684AB (or 0xE684AB) is known color: Kobi. HEX triplet: E6, 84 and AB. RGB value is (230,132,171). Sum of RGB (Red+Green+Blue) = 230+132+171=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E684AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E684AB is #197B54. Grayscale: #A5A5A5. Windows color (decimal): -1669973 or 11240678. OLE color: 11240678.
HSL color Cylindrical-coordinate representation of color #E684AB: hue angle of 336.12º 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 #E684AB is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 171 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.10 |
| HSL | 336.12º | 0.66% | 0.71% | - |
| HSV(B) | 336.12º | 0.43% | 0.9% | - |
| XYZ | 48.24 | 36.27 | 42.99 | - |
| YUV | 165.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 171 | 0 | 0.43 | 0.26 | 0.10 | 336.12 | 0.66 | 0.71 |
| Hex | E6 | 84 | AB | 0 | 2B | 1A | A | 150 | 42 | 47 |
| Octal | 346 | 204 | 253 | 0 | 53 | 32 | 12 | 520 | 102 | 107 |
| Binary | 11100110 | 10000100 | 10101011 | 0 | 101011 | 11010 | 1010 | 101010000 | 1000010 | 1000111 |
Color Harmonies of #E684AB
Complementary color
Monochromatic Colors of #E684AB
Black with #E684AB
Text Example
Text Example
White with #E684AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684AB; }
p { color: rgb(230,132,171); }
H1.HeaderClassName
{
color: #E684AB;
}
.AnyTagClassName
{
color: #E684AB;
}
</style>
background-color css
<style>
a { background-color: #E684AB; }
a { background-color: rgb(230,132,171); }
div.DivClassName
{
background-color: #E684AB;
}
.BgClassName
{
background-color: #E684AB;
}
</style>
border-color css
<style>
span { border-color: #E684AB; }
span { border-color: rgb(230,132,171); }
td.TdClassName
{
border-color: #E684AB;
}
.TagClassName
{
border-color: #E684AB;
}
</style>