Shades of Kobi #E499AA
Tints of Kobi #E499AA
RGB
CMYK
RGB Variations
Color information
#E499AA (or 0xE499AA) is known color: Kobi. HEX triplet: E4, 99 and AA. RGB value is (228,153,170). Sum of RGB (Red+Green+Blue) = 228+153+170=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E499AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E499AA is #1B6655. Grayscale: #B1B1B1. Windows color (decimal): -1795670 or 11180516. OLE color: 11180516.
HSL color Cylindrical-coordinate representation of color #E499AA: hue angle of 346.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 #E499AA is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 170 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.11 |
| HSL | 346.4º | 0.58% | 0.75% | - |
| HSV(B) | 346.4º | 0.33% | 0.89% | - |
| XYZ | 50.64 | 42.18 | 43.5 | - |
| YUV | 177.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 170 | 0 | 0.33 | 0.25 | 0.11 | 346.4 | 0.58 | 0.75 |
| Hex | E4 | 99 | AA | 0 | 21 | 19 | B | 15A | 3A | 4B |
| Octal | 344 | 231 | 252 | 0 | 41 | 31 | 13 | 532 | 72 | 113 |
| Binary | 11100100 | 10011001 | 10101010 | 0 | 100001 | 11001 | 1011 | 101011010 | 111010 | 1001011 |
Color Harmonies of #E499AA
Complementary color
Monochromatic Colors of #E499AA
Black with #E499AA
Text Example
Text Example
White with #E499AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499AA; }
p { color: rgb(228,153,170); }
H1.HeaderClassName
{
color: #E499AA;
}
.AnyTagClassName
{
color: #E499AA;
}
</style>
background-color css
<style>
a { background-color: #E499AA; }
a { background-color: rgb(228,153,170); }
div.DivClassName
{
background-color: #E499AA;
}
.BgClassName
{
background-color: #E499AA;
}
</style>
border-color css
<style>
span { border-color: #E499AA; }
span { border-color: rgb(228,153,170); }
td.TdClassName
{
border-color: #E499AA;
}
.TagClassName
{
border-color: #E499AA;
}
</style>