Shades of Kobi #E487A6
Tints of Kobi #E487A6
RGB
CMYK
RGB Variations
Color information
#E487A6 (or 0xE487A6) is known color: Kobi. HEX triplet: E4, 87 and A6. RGB value is (228,135,166). Sum of RGB (Red+Green+Blue) = 228+135+166=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E487A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E487A6 is #1B7859. Grayscale: #A6A6A6. Windows color (decimal): -1800282 or 10913764. OLE color: 10913764.
HSL color Cylindrical-coordinate representation of color #E487A6: hue angle of 340º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E487A6 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 166 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.11 |
| HSL | 340º | 0.63% | 0.71% | - |
| HSV(B) | 340º | 0.41% | 0.89% | - |
| XYZ | 47.54 | 36.58 | 40.63 | - |
| YUV | 166.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 166 | 0 | 0.41 | 0.27 | 0.11 | 340 | 0.63 | 0.71 |
| Hex | E4 | 87 | A6 | 0 | 29 | 1B | B | 154 | 3F | 47 |
| Octal | 344 | 207 | 246 | 0 | 51 | 33 | 13 | 524 | 77 | 107 |
| Binary | 11100100 | 10000111 | 10100110 | 0 | 101001 | 11011 | 1011 | 101010100 | 111111 | 1000111 |
Color Harmonies of #E487A6
Complementary color
Monochromatic Colors of #E487A6
Black with #E487A6
Text Example
Text Example
White with #E487A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E487A6; }
p { color: rgb(228,135,166); }
H1.HeaderClassName
{
color: #E487A6;
}
.AnyTagClassName
{
color: #E487A6;
}
</style>
background-color css
<style>
a { background-color: #E487A6; }
a { background-color: rgb(228,135,166); }
div.DivClassName
{
background-color: #E487A6;
}
.BgClassName
{
background-color: #E487A6;
}
</style>
border-color css
<style>
span { border-color: #E487A6; }
span { border-color: rgb(228,135,166); }
td.TdClassName
{
border-color: #E487A6;
}
.TagClassName
{
border-color: #E487A6;
}
</style>