Shades of Kobi #E487A9
Tints of Kobi #E487A9
RGB
CMYK
RGB Variations
Color information
#E487A9 (or 0xE487A9) is known color: Kobi. HEX triplet: E4, 87 and A9. RGB value is (228,135,169). Sum of RGB (Red+Green+Blue) = 228+135+169=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E487A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E487A9 is #1B7856. Grayscale: #A6A6A6. Windows color (decimal): -1800279 or 11110372. OLE color: 11110372.
HSL color Cylindrical-coordinate representation of color #E487A9: hue angle of 338.06º 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 #E487A9 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 169 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.11 |
| HSL | 338.06º | 0.63% | 0.71% | - |
| HSV(B) | 338.06º | 0.41% | 0.89% | - |
| XYZ | 47.82 | 36.69 | 42.1 | - |
| YUV | 166.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 169 | 0 | 0.41 | 0.26 | 0.11 | 338.06 | 0.63 | 0.71 |
| Hex | E4 | 87 | A9 | 0 | 29 | 1A | B | 152 | 3F | 47 |
| Octal | 344 | 207 | 251 | 0 | 51 | 32 | 13 | 522 | 77 | 107 |
| Binary | 11100100 | 10000111 | 10101001 | 0 | 101001 | 11010 | 1011 | 101010010 | 111111 | 1000111 |
Color Harmonies of #E487A9
Complementary color
Monochromatic Colors of #E487A9
Black with #E487A9
Text Example
Text Example
White with #E487A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E487A9; }
p { color: rgb(228,135,169); }
H1.HeaderClassName
{
color: #E487A9;
}
.AnyTagClassName
{
color: #E487A9;
}
</style>
background-color css
<style>
a { background-color: #E487A9; }
a { background-color: rgb(228,135,169); }
div.DivClassName
{
background-color: #E487A9;
}
.BgClassName
{
background-color: #E487A9;
}
</style>
border-color css
<style>
span { border-color: #E487A9; }
span { border-color: rgb(228,135,169); }
td.TdClassName
{
border-color: #E487A9;
}
.TagClassName
{
border-color: #E487A9;
}
</style>