Shades of Kobi #E496AC
Tints of Kobi #E496AC
RGB
CMYK
RGB Variations
Color information
#E496AC (or 0xE496AC) is known color: Kobi. HEX triplet: E4, 96 and AC. RGB value is (228,150,172). Sum of RGB (Red+Green+Blue) = 228+150+172=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AC is #1B6953. Grayscale: #AFAFAF. Windows color (decimal): -1796436 or 11310820. OLE color: 11310820.
HSL color Cylindrical-coordinate representation of color #E496AC: hue angle of 343.08º 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 #E496AC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 172 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.11 |
| HSL | 343.08º | 0.59% | 0.74% | - |
| HSV(B) | 343.08º | 0.34% | 0.89% | - |
| XYZ | 50.35 | 41.29 | 44.34 | - |
| YUV | 175.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 172 | 0 | 0.34 | 0.25 | 0.11 | 343.08 | 0.59 | 0.74 |
| Hex | E4 | 96 | AC | 0 | 22 | 19 | B | 157 | 3B | 4A |
| Octal | 344 | 226 | 254 | 0 | 42 | 31 | 13 | 527 | 73 | 112 |
| Binary | 11100100 | 10010110 | 10101100 | 0 | 100010 | 11001 | 1011 | 101010111 | 111011 | 1001010 |
Color Harmonies of #E496AC
Complementary color
Monochromatic Colors of #E496AC
Black with #E496AC
Text Example
Text Example
White with #E496AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496AC; }
p { color: rgb(228,150,172); }
H1.HeaderClassName
{
color: #E496AC;
}
.AnyTagClassName
{
color: #E496AC;
}
</style>
background-color css
<style>
a { background-color: #E496AC; }
a { background-color: rgb(228,150,172); }
div.DivClassName
{
background-color: #E496AC;
}
.BgClassName
{
background-color: #E496AC;
}
</style>
border-color css
<style>
span { border-color: #E496AC; }
span { border-color: rgb(228,150,172); }
td.TdClassName
{
border-color: #E496AC;
}
.TagClassName
{
border-color: #E496AC;
}
</style>