Shades of Kobi #E499A5
Tints of Kobi #E499A5
RGB
CMYK
RGB Variations
Color information
#E499A5 (or 0xE499A5) is known color: Kobi. HEX triplet: E4, 99 and A5. RGB value is (228,153,165). Sum of RGB (Red+Green+Blue) = 228+153+165=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E499A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E499A5 is #1B665A. Grayscale: #B0B0B0. Windows color (decimal): -1795675 or 10852836. OLE color: 10852836.
HSL color Cylindrical-coordinate representation of color #E499A5: hue angle of 350.4º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499A5 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 165 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.11 |
| HSL | 350.4º | 0.58% | 0.75% | - |
| HSV(B) | 350.4º | 0.33% | 0.89% | - |
| XYZ | 50.18 | 41.99 | 41.06 | - |
| YUV | 176.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 165 | 0 | 0.33 | 0.28 | 0.11 | 350.4 | 0.58 | 0.75 |
| Hex | E4 | 99 | A5 | 0 | 21 | 1C | B | 15E | 3A | 4B |
| Octal | 344 | 231 | 245 | 0 | 41 | 34 | 13 | 536 | 72 | 113 |
| Binary | 11100100 | 10011001 | 10100101 | 0 | 100001 | 11100 | 1011 | 101011110 | 111010 | 1001011 |
Color Harmonies of #E499A5
Complementary color
Monochromatic Colors of #E499A5
Black with #E499A5
Text Example
Text Example
White with #E499A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499A5; }
p { color: rgb(228,153,165); }
H1.HeaderClassName
{
color: #E499A5;
}
.AnyTagClassName
{
color: #E499A5;
}
</style>
background-color css
<style>
a { background-color: #E499A5; }
a { background-color: rgb(228,153,165); }
div.DivClassName
{
background-color: #E499A5;
}
.BgClassName
{
background-color: #E499A5;
}
</style>
border-color css
<style>
span { border-color: #E499A5; }
span { border-color: rgb(228,153,165); }
td.TdClassName
{
border-color: #E499A5;
}
.TagClassName
{
border-color: #E499A5;
}
</style>