Shades of Kobi #E391A8
Tints of Kobi #E391A8
RGB
CMYK
RGB Variations
Color information
#E391A8 (or 0xE391A8) is known color: Kobi. HEX triplet: E3, 91 and A8. RGB value is (227,145,168). Sum of RGB (Red+Green+Blue) = 227+145+168=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E391A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E391A8 is #1C6E57. Grayscale: #ACACAC. Windows color (decimal): -1863256 or 11047395. OLE color: 11047395.
HSL color Cylindrical-coordinate representation of color #E391A8: hue angle of 343.17º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E391A8 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 168 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.11 |
| HSL | 343.17º | 0.59% | 0.73% | - |
| HSV(B) | 343.17º | 0.36% | 0.89% | - |
| XYZ | 48.87 | 39.41 | 42.08 | - |
| YUV | 172.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 168 | 0 | 0.36 | 0.26 | 0.11 | 343.17 | 0.59 | 0.73 |
| Hex | E3 | 91 | A8 | 0 | 24 | 1A | B | 157 | 3B | 49 |
| Octal | 343 | 221 | 250 | 0 | 44 | 32 | 13 | 527 | 73 | 111 |
| Binary | 11100011 | 10010001 | 10101000 | 0 | 100100 | 11010 | 1011 | 101010111 | 111011 | 1001001 |
Color Harmonies of #E391A8
Complementary color
Monochromatic Colors of #E391A8
Black with #E391A8
Text Example
Text Example
White with #E391A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E391A8; }
p { color: rgb(227,145,168); }
H1.HeaderClassName
{
color: #E391A8;
}
.AnyTagClassName
{
color: #E391A8;
}
</style>
background-color css
<style>
a { background-color: #E391A8; }
a { background-color: rgb(227,145,168); }
div.DivClassName
{
background-color: #E391A8;
}
.BgClassName
{
background-color: #E391A8;
}
</style>
border-color css
<style>
span { border-color: #E391A8; }
span { border-color: rgb(227,145,168); }
td.TdClassName
{
border-color: #E391A8;
}
.TagClassName
{
border-color: #E391A8;
}
</style>