Shades of Kobi #E486B2
Tints of Kobi #E486B2
RGB
CMYK
RGB Variations
Color information
#E486B2 (or 0xE486B2) is known color: Kobi. HEX triplet: E4, 86 and B2. RGB value is (228,134,178). Sum of RGB (Red+Green+Blue) = 228+134+178=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E486B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E486B2 is #1B794D. Grayscale: #A7A7A7. Windows color (decimal): -1800526 or 11699940. OLE color: 11699940.
HSL color Cylindrical-coordinate representation of color #E486B2: hue angle of 331.91º degrees, saturation: 0.64, 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 #E486B2 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 178 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.11 |
| HSL | 331.91º | 0.64% | 0.71% | - |
| HSV(B) | 331.91º | 0.41% | 0.89% | - |
| XYZ | 48.56 | 36.76 | 46.66 | - |
| YUV | 167.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 178 | 0 | 0.41 | 0.22 | 0.11 | 331.91 | 0.64 | 0.71 |
| Hex | E4 | 86 | B2 | 0 | 29 | 16 | B | 14C | 40 | 47 |
| Octal | 344 | 206 | 262 | 0 | 51 | 26 | 13 | 514 | 100 | 107 |
| Binary | 11100100 | 10000110 | 10110010 | 0 | 101001 | 10110 | 1011 | 101001100 | 1000000 | 1000111 |
Color Harmonies of #E486B2
Complementary color
Monochromatic Colors of #E486B2
Black with #E486B2
Text Example
Text Example
White with #E486B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486B2; }
p { color: rgb(228,134,178); }
H1.HeaderClassName
{
color: #E486B2;
}
.AnyTagClassName
{
color: #E486B2;
}
</style>
background-color css
<style>
a { background-color: #E486B2; }
a { background-color: rgb(228,134,178); }
div.DivClassName
{
background-color: #E486B2;
}
.BgClassName
{
background-color: #E486B2;
}
</style>
border-color css
<style>
span { border-color: #E486B2; }
span { border-color: rgb(228,134,178); }
td.TdClassName
{
border-color: #E486B2;
}
.TagClassName
{
border-color: #E486B2;
}
</style>