Shades of Kobi #E497AB
Tints of Kobi #E497AB
RGB
CMYK
RGB Variations
Color information
#E497AB (or 0xE497AB) is known color: Kobi. HEX triplet: E4, 97 and AB. RGB value is (228,151,171). Sum of RGB (Red+Green+Blue) = 228+151+171=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E497AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E497AB is #1B6854. Grayscale: #B0B0B0. Windows color (decimal): -1796181 or 11245540. OLE color: 11245540.
HSL color Cylindrical-coordinate representation of color #E497AB: hue angle of 344.42º 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 #E497AB is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 171 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.11 |
| HSL | 344.42º | 0.59% | 0.74% | - |
| HSV(B) | 344.42º | 0.34% | 0.89% | - |
| XYZ | 50.41 | 41.57 | 43.89 | - |
| YUV | 176.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 171 | 0 | 0.34 | 0.25 | 0.11 | 344.42 | 0.59 | 0.74 |
| Hex | E4 | 97 | AB | 0 | 22 | 19 | B | 158 | 3B | 4A |
| Octal | 344 | 227 | 253 | 0 | 42 | 31 | 13 | 530 | 73 | 112 |
| Binary | 11100100 | 10010111 | 10101011 | 0 | 100010 | 11001 | 1011 | 101011000 | 111011 | 1001010 |
Color Harmonies of #E497AB
Complementary color
Monochromatic Colors of #E497AB
Black with #E497AB
Text Example
Text Example
White with #E497AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497AB; }
p { color: rgb(228,151,171); }
H1.HeaderClassName
{
color: #E497AB;
}
.AnyTagClassName
{
color: #E497AB;
}
</style>
background-color css
<style>
a { background-color: #E497AB; }
a { background-color: rgb(228,151,171); }
div.DivClassName
{
background-color: #E497AB;
}
.BgClassName
{
background-color: #E497AB;
}
</style>
border-color css
<style>
span { border-color: #E497AB; }
span { border-color: rgb(228,151,171); }
td.TdClassName
{
border-color: #E497AB;
}
.TagClassName
{
border-color: #E497AB;
}
</style>