Shades of Kobi #E396AC
Tints of Kobi #E396AC
RGB
CMYK
RGB Variations
Color information
#E396AC (or 0xE396AC) is known color: Kobi. HEX triplet: E3, 96 and AC. RGB value is (227,150,172). Sum of RGB (Red+Green+Blue) = 227+150+172=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E396AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E396AC is #1C6953. Grayscale: #AFAFAF. Windows color (decimal): -1861972 or 11310819. OLE color: 11310819.
HSL color Cylindrical-coordinate representation of color #E396AC: hue angle of 342.86º degrees, saturation: 0.58, 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 #E396AC is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 172 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.11 |
| HSL | 342.86º | 0.58% | 0.74% | - |
| HSV(B) | 342.86º | 0.34% | 0.89% | - |
| XYZ | 50.03 | 41.12 | 44.33 | - |
| YUV | 175.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 172 | 0 | 0.34 | 0.24 | 0.11 | 342.86 | 0.58 | 0.74 |
| Hex | E3 | 96 | AC | 0 | 22 | 18 | B | 157 | 3A | 4A |
| Octal | 343 | 226 | 254 | 0 | 42 | 30 | 13 | 527 | 72 | 112 |
| Binary | 11100011 | 10010110 | 10101100 | 0 | 100010 | 11000 | 1011 | 101010111 | 111010 | 1001010 |
Color Harmonies of #E396AC
Complementary color
Monochromatic Colors of #E396AC
Black with #E396AC
Text Example
Text Example
White with #E396AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396AC; }
p { color: rgb(227,150,172); }
H1.HeaderClassName
{
color: #E396AC;
}
.AnyTagClassName
{
color: #E396AC;
}
</style>
background-color css
<style>
a { background-color: #E396AC; }
a { background-color: rgb(227,150,172); }
div.DivClassName
{
background-color: #E396AC;
}
.BgClassName
{
background-color: #E396AC;
}
</style>
border-color css
<style>
span { border-color: #E396AC; }
span { border-color: rgb(227,150,172); }
td.TdClassName
{
border-color: #E396AC;
}
.TagClassName
{
border-color: #E396AC;
}
</style>