Shades of Kobi #E497A9
Tints of Kobi #E497A9
RGB
CMYK
RGB Variations
Color information
#E497A9 (or 0xE497A9) is known color: Kobi. HEX triplet: E4, 97 and A9. RGB value is (228,151,169). Sum of RGB (Red+Green+Blue) = 228+151+169=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E497A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E497A9 is #1B6856. Grayscale: #B0B0B0. Windows color (decimal): -1796183 or 11114468. OLE color: 11114468.
HSL color Cylindrical-coordinate representation of color #E497A9: hue angle of 345.97º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E497A9 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 169 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.11 |
| HSL | 345.97º | 0.59% | 0.74% | - |
| HSV(B) | 345.97º | 0.34% | 0.89% | - |
| XYZ | 50.22 | 41.49 | 42.9 | - |
| YUV | 176.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 169 | 0 | 0.34 | 0.26 | 0.11 | 345.97 | 0.59 | 0.74 |
| Hex | E4 | 97 | A9 | 0 | 22 | 1A | B | 15A | 3B | 4A |
| Octal | 344 | 227 | 251 | 0 | 42 | 32 | 13 | 532 | 73 | 112 |
| Binary | 11100100 | 10010111 | 10101001 | 0 | 100010 | 11010 | 1011 | 101011010 | 111011 | 1001010 |
Color Harmonies of #E497A9
Complementary color
Monochromatic Colors of #E497A9
Black with #E497A9
Text Example
Text Example
White with #E497A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497A9; }
p { color: rgb(228,151,169); }
H1.HeaderClassName
{
color: #E497A9;
}
.AnyTagClassName
{
color: #E497A9;
}
</style>
background-color css
<style>
a { background-color: #E497A9; }
a { background-color: rgb(228,151,169); }
div.DivClassName
{
background-color: #E497A9;
}
.BgClassName
{
background-color: #E497A9;
}
</style>
border-color css
<style>
span { border-color: #E497A9; }
span { border-color: rgb(228,151,169); }
td.TdClassName
{
border-color: #E497A9;
}
.TagClassName
{
border-color: #E497A9;
}
</style>