Shades of Kobi #E496AD
Tints of Kobi #E496AD
RGB
CMYK
RGB Variations
Color information
#E496AD (or 0xE496AD) is known color: Kobi. HEX triplet: E4, 96 and AD. RGB value is (228,150,173). Sum of RGB (Red+Green+Blue) = 228+150+173=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AD is #1B6952. Grayscale: #AFAFAF. Windows color (decimal): -1796435 or 11376356. OLE color: 11376356.
HSL color Cylindrical-coordinate representation of color #E496AD: hue angle of 342.31º 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 #E496AD is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 173 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.11 |
| HSL | 342.31º | 0.59% | 0.74% | - |
| HSV(B) | 342.31º | 0.34% | 0.89% | - |
| XYZ | 50.44 | 41.32 | 44.85 | - |
| YUV | 175.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 173 | 0 | 0.34 | 0.24 | 0.11 | 342.31 | 0.59 | 0.74 |
| Hex | E4 | 96 | AD | 0 | 22 | 18 | B | 156 | 3B | 4A |
| Octal | 344 | 226 | 255 | 0 | 42 | 30 | 13 | 526 | 73 | 112 |
| Binary | 11100100 | 10010110 | 10101101 | 0 | 100010 | 11000 | 1011 | 101010110 | 111011 | 1001010 |
Color Harmonies of #E496AD
Complementary color
Monochromatic Colors of #E496AD
Black with #E496AD
Text Example
Text Example
White with #E496AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496AD; }
p { color: rgb(228,150,173); }
H1.HeaderClassName
{
color: #E496AD;
}
.AnyTagClassName
{
color: #E496AD;
}
</style>
background-color css
<style>
a { background-color: #E496AD; }
a { background-color: rgb(228,150,173); }
div.DivClassName
{
background-color: #E496AD;
}
.BgClassName
{
background-color: #E496AD;
}
</style>
border-color css
<style>
span { border-color: #E496AD; }
span { border-color: rgb(228,150,173); }
td.TdClassName
{
border-color: #E496AD;
}
.TagClassName
{
border-color: #E496AD;
}
</style>