Shades of Kobi #E495AB
Tints of Kobi #E495AB
RGB
CMYK
RGB Variations
Color information
#E495AB (or 0xE495AB) is known color: Kobi. HEX triplet: E4, 95 and AB. RGB value is (228,149,171). Sum of RGB (Red+Green+Blue) = 228+149+171=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E495AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E495AB is #1B6A54. Grayscale: #AFAFAF. Windows color (decimal): -1796693 or 11245028. OLE color: 11245028.
HSL color Cylindrical-coordinate representation of color #E495AB: hue angle of 343.29º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495AB is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 171 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.11 |
| HSL | 343.29º | 0.59% | 0.74% | - |
| HSV(B) | 343.29º | 0.35% | 0.89% | - |
| XYZ | 50.09 | 40.93 | 43.79 | - |
| YUV | 175.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 171 | 0 | 0.35 | 0.25 | 0.11 | 343.29 | 0.59 | 0.74 |
| Hex | E4 | 95 | AB | 0 | 23 | 19 | B | 157 | 3B | 4A |
| Octal | 344 | 225 | 253 | 0 | 43 | 31 | 13 | 527 | 73 | 112 |
| Binary | 11100100 | 10010101 | 10101011 | 0 | 100011 | 11001 | 1011 | 101010111 | 111011 | 1001010 |
Color Harmonies of #E495AB
Complementary color
Monochromatic Colors of #E495AB
Black with #E495AB
Text Example
Text Example
White with #E495AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495AB; }
p { color: rgb(228,149,171); }
H1.HeaderClassName
{
color: #E495AB;
}
.AnyTagClassName
{
color: #E495AB;
}
</style>
background-color css
<style>
a { background-color: #E495AB; }
a { background-color: rgb(228,149,171); }
div.DivClassName
{
background-color: #E495AB;
}
.BgClassName
{
background-color: #E495AB;
}
</style>
border-color css
<style>
span { border-color: #E495AB; }
span { border-color: rgb(228,149,171); }
td.TdClassName
{
border-color: #E495AB;
}
.TagClassName
{
border-color: #E495AB;
}
</style>