Shades of Kobi #E381AB
Tints of Kobi #E381AB
RGB
CMYK
RGB Variations
Color information
#E381AB (or 0xE381AB) is known color: Kobi. HEX triplet: E3, 81 and AB. RGB value is (227,129,171). Sum of RGB (Red+Green+Blue) = 227+129+171=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E381AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381AB is #1C7E54. Grayscale: #A3A3A3. Windows color (decimal): -1867349 or 11239907. OLE color: 11239907.
HSL color Cylindrical-coordinate representation of color #E381AB: hue angle of 334.29º 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 #E381AB is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 171 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.11 |
| HSL | 334.29º | 0.64% | 0.7% | - |
| HSV(B) | 334.29º | 0.43% | 0.89% | - |
| XYZ | 46.88 | 34.97 | 42.81 | - |
| YUV | 163.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 171 | 0 | 0.43 | 0.25 | 0.11 | 334.29 | 0.64 | 0.7 |
| Hex | E3 | 81 | AB | 0 | 2B | 19 | B | 14E | 40 | 46 |
| Octal | 343 | 201 | 253 | 0 | 53 | 31 | 13 | 516 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10101011 | 0 | 101011 | 11001 | 1011 | 101001110 | 1000000 | 1000110 |
Color Harmonies of #E381AB
Complementary color
Monochromatic Colors of #E381AB
Black with #E381AB
Text Example
Text Example
White with #E381AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381AB; }
p { color: rgb(227,129,171); }
H1.HeaderClassName
{
color: #E381AB;
}
.AnyTagClassName
{
color: #E381AB;
}
</style>
background-color css
<style>
a { background-color: #E381AB; }
a { background-color: rgb(227,129,171); }
div.DivClassName
{
background-color: #E381AB;
}
.BgClassName
{
background-color: #E381AB;
}
</style>
border-color css
<style>
span { border-color: #E381AB; }
span { border-color: rgb(227,129,171); }
td.TdClassName
{
border-color: #E381AB;
}
.TagClassName
{
border-color: #E381AB;
}
</style>