Shades of Kobi #E396AE
Tints of Kobi #E396AE
RGB
CMYK
RGB Variations
Color information
#E396AE (or 0xE396AE) is known color: Kobi. HEX triplet: E3, 96 and AE. RGB value is (227,150,174). Sum of RGB (Red+Green+Blue) = 227+150+174=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E396AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E396AE is #1C6951. Grayscale: #AFAFAF. Windows color (decimal): -1861970 or 11441891. OLE color: 11441891.
HSL color Cylindrical-coordinate representation of color #E396AE: hue angle of 341.3º 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 #E396AE is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 174 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.11 |
| HSL | 341.3º | 0.58% | 0.74% | - |
| HSV(B) | 341.3º | 0.34% | 0.89% | - |
| XYZ | 50.22 | 41.2 | 45.35 | - |
| YUV | 175.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 174 | 0 | 0.34 | 0.23 | 0.11 | 341.3 | 0.58 | 0.74 |
| Hex | E3 | 96 | AE | 0 | 22 | 17 | B | 155 | 3A | 4A |
| Octal | 343 | 226 | 256 | 0 | 42 | 27 | 13 | 525 | 72 | 112 |
| Binary | 11100011 | 10010110 | 10101110 | 0 | 100010 | 10111 | 1011 | 101010101 | 111010 | 1001010 |
Color Harmonies of #E396AE
Complementary color
Monochromatic Colors of #E396AE
Black with #E396AE
Text Example
Text Example
White with #E396AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396AE; }
p { color: rgb(227,150,174); }
H1.HeaderClassName
{
color: #E396AE;
}
.AnyTagClassName
{
color: #E396AE;
}
</style>
background-color css
<style>
a { background-color: #E396AE; }
a { background-color: rgb(227,150,174); }
div.DivClassName
{
background-color: #E396AE;
}
.BgClassName
{
background-color: #E396AE;
}
</style>
border-color css
<style>
span { border-color: #E396AE; }
span { border-color: rgb(227,150,174); }
td.TdClassName
{
border-color: #E396AE;
}
.TagClassName
{
border-color: #E396AE;
}
</style>