Shades of Kobi #E496AE
Tints of Kobi #E496AE
RGB
CMYK
RGB Variations
Color information
#E496AE (or 0xE496AE) is known color: Kobi. HEX triplet: E4, 96 and AE. RGB value is (228,150,174). Sum of RGB (Red+Green+Blue) = 228+150+174=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AE is #1B6951. Grayscale: #B0B0B0. Windows color (decimal): -1796434 or 11441892. OLE color: 11441892.
HSL color Cylindrical-coordinate representation of color #E496AE: hue angle of 341.54º 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 #E496AE is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 174 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.11 |
| HSL | 341.54º | 0.59% | 0.74% | - |
| HSV(B) | 341.54º | 0.34% | 0.89% | - |
| XYZ | 50.54 | 41.36 | 45.36 | - |
| YUV | 176.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 174 | 0 | 0.34 | 0.24 | 0.11 | 341.54 | 0.59 | 0.74 |
| Hex | E4 | 96 | AE | 0 | 22 | 18 | B | 156 | 3B | 4A |
| Octal | 344 | 226 | 256 | 0 | 42 | 30 | 13 | 526 | 73 | 112 |
| Binary | 11100100 | 10010110 | 10101110 | 0 | 100010 | 11000 | 1011 | 101010110 | 111011 | 1001010 |
Color Harmonies of #E496AE
Complementary color
Monochromatic Colors of #E496AE
Black with #E496AE
Text Example
Text Example
White with #E496AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496AE; }
p { color: rgb(228,150,174); }
H1.HeaderClassName
{
color: #E496AE;
}
.AnyTagClassName
{
color: #E496AE;
}
</style>
background-color css
<style>
a { background-color: #E496AE; }
a { background-color: rgb(228,150,174); }
div.DivClassName
{
background-color: #E496AE;
}
.BgClassName
{
background-color: #E496AE;
}
</style>
border-color css
<style>
span { border-color: #E496AE; }
span { border-color: rgb(228,150,174); }
td.TdClassName
{
border-color: #E496AE;
}
.TagClassName
{
border-color: #E496AE;
}
</style>