Shades of Kobi #E487AB
Tints of Kobi #E487AB
RGB
CMYK
RGB Variations
Color information
#E487AB (or 0xE487AB) is known color: Kobi. HEX triplet: E4, 87 and AB. RGB value is (228,135,171). Sum of RGB (Red+Green+Blue) = 228+135+171=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E487AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E487AB is #1B7854. Grayscale: #A6A6A6. Windows color (decimal): -1800277 or 11241444. OLE color: 11241444.
HSL color Cylindrical-coordinate representation of color #E487AB: hue angle of 336.77º 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 #E487AB is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 171 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.11 |
| HSL | 336.77º | 0.63% | 0.71% | - |
| HSV(B) | 336.77º | 0.41% | 0.89% | - |
| XYZ | 48.01 | 36.76 | 43.09 | - |
| YUV | 166.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 171 | 0 | 0.41 | 0.25 | 0.11 | 336.77 | 0.63 | 0.71 |
| Hex | E4 | 87 | AB | 0 | 29 | 19 | B | 151 | 3F | 47 |
| Octal | 344 | 207 | 253 | 0 | 51 | 31 | 13 | 521 | 77 | 107 |
| Binary | 11100100 | 10000111 | 10101011 | 0 | 101001 | 11001 | 1011 | 101010001 | 111111 | 1000111 |
Color Harmonies of #E487AB
Complementary color
Monochromatic Colors of #E487AB
Black with #E487AB
Text Example
Text Example
White with #E487AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E487AB; }
p { color: rgb(228,135,171); }
H1.HeaderClassName
{
color: #E487AB;
}
.AnyTagClassName
{
color: #E487AB;
}
</style>
background-color css
<style>
a { background-color: #E487AB; }
a { background-color: rgb(228,135,171); }
div.DivClassName
{
background-color: #E487AB;
}
.BgClassName
{
background-color: #E487AB;
}
</style>
border-color css
<style>
span { border-color: #E487AB; }
span { border-color: rgb(228,135,171); }
td.TdClassName
{
border-color: #E487AB;
}
.TagClassName
{
border-color: #E487AB;
}
</style>