Shades of Kobi #E495AC
Tints of Kobi #E495AC
RGB
CMYK
RGB Variations
Color information
#E495AC (or 0xE495AC) is known color: Kobi. HEX triplet: E4, 95 and AC. RGB value is (228,149,172). Sum of RGB (Red+Green+Blue) = 228+149+172=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E495AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E495AC is #1B6A53. Grayscale: #AFAFAF. Windows color (decimal): -1796692 or 11310564. OLE color: 11310564.
HSL color Cylindrical-coordinate representation of color #E495AC: hue angle of 342.53º 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 #E495AC is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 172 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.11 |
| HSL | 342.53º | 0.59% | 0.74% | - |
| HSV(B) | 342.53º | 0.35% | 0.89% | - |
| XYZ | 50.19 | 40.97 | 44.29 | - |
| YUV | 175.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 172 | 0 | 0.35 | 0.25 | 0.11 | 342.53 | 0.59 | 0.74 |
| Hex | E4 | 95 | AC | 0 | 23 | 19 | B | 157 | 3B | 4A |
| Octal | 344 | 225 | 254 | 0 | 43 | 31 | 13 | 527 | 73 | 112 |
| Binary | 11100100 | 10010101 | 10101100 | 0 | 100011 | 11001 | 1011 | 101010111 | 111011 | 1001010 |
Color Harmonies of #E495AC
Complementary color
Monochromatic Colors of #E495AC
Black with #E495AC
Text Example
Text Example
White with #E495AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495AC; }
p { color: rgb(228,149,172); }
H1.HeaderClassName
{
color: #E495AC;
}
.AnyTagClassName
{
color: #E495AC;
}
</style>
background-color css
<style>
a { background-color: #E495AC; }
a { background-color: rgb(228,149,172); }
div.DivClassName
{
background-color: #E495AC;
}
.BgClassName
{
background-color: #E495AC;
}
</style>
border-color css
<style>
span { border-color: #E495AC; }
span { border-color: rgb(228,149,172); }
td.TdClassName
{
border-color: #E495AC;
}
.TagClassName
{
border-color: #E495AC;
}
</style>