Shades of Kobi #E381A8
Tints of Kobi #E381A8
RGB
CMYK
RGB Variations
Color information
#E381A8 (or 0xE381A8) is known color: Kobi. HEX triplet: E3, 81 and A8. RGB value is (227,129,168). Sum of RGB (Red+Green+Blue) = 227+129+168=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E381A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381A8 is #1C7E57. Grayscale: #A2A2A2. Windows color (decimal): -1867352 or 11043299. OLE color: 11043299.
HSL color Cylindrical-coordinate representation of color #E381A8: hue angle of 336.12º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381A8 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 168 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.11 |
| HSL | 336.12º | 0.64% | 0.7% | - |
| HSV(B) | 336.12º | 0.43% | 0.89% | - |
| XYZ | 46.6 | 34.86 | 41.32 | - |
| YUV | 162.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 168 | 0 | 0.43 | 0.26 | 0.11 | 336.12 | 0.64 | 0.7 |
| Hex | E3 | 81 | A8 | 0 | 2B | 1A | B | 150 | 40 | 46 |
| Octal | 343 | 201 | 250 | 0 | 53 | 32 | 13 | 520 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10101000 | 0 | 101011 | 11010 | 1011 | 101010000 | 1000000 | 1000110 |
Color Harmonies of #E381A8
Complementary color
Monochromatic Colors of #E381A8
Black with #E381A8
Text Example
Text Example
White with #E381A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381A8; }
p { color: rgb(227,129,168); }
H1.HeaderClassName
{
color: #E381A8;
}
.AnyTagClassName
{
color: #E381A8;
}
</style>
background-color css
<style>
a { background-color: #E381A8; }
a { background-color: rgb(227,129,168); }
div.DivClassName
{
background-color: #E381A8;
}
.BgClassName
{
background-color: #E381A8;
}
</style>
border-color css
<style>
span { border-color: #E381A8; }
span { border-color: rgb(227,129,168); }
td.TdClassName
{
border-color: #E381A8;
}
.TagClassName
{
border-color: #E381A8;
}
</style>