Shades of Kobi #E381AA
Tints of Kobi #E381AA
RGB
CMYK
RGB Variations
Color information
#E381AA (or 0xE381AA) is known color: Kobi. HEX triplet: E3, 81 and AA. RGB value is (227,129,170). Sum of RGB (Red+Green+Blue) = 227+129+170=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E381AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381AA is #1C7E55. Grayscale: #A2A2A2. Windows color (decimal): -1867350 or 11174371. OLE color: 11174371.
HSL color Cylindrical-coordinate representation of color #E381AA: hue angle of 334.9º 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 #E381AA is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 170 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.11 |
| HSL | 334.9º | 0.64% | 0.7% | - |
| HSV(B) | 334.9º | 0.43% | 0.89% | - |
| XYZ | 46.78 | 34.93 | 42.31 | - |
| YUV | 162.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 170 | 0 | 0.43 | 0.25 | 0.11 | 334.9 | 0.64 | 0.7 |
| Hex | E3 | 81 | AA | 0 | 2B | 19 | B | 14F | 40 | 46 |
| Octal | 343 | 201 | 252 | 0 | 53 | 31 | 13 | 517 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10101010 | 0 | 101011 | 11001 | 1011 | 101001111 | 1000000 | 1000110 |
Color Harmonies of #E381AA
Complementary color
Monochromatic Colors of #E381AA
Black with #E381AA
Text Example
Text Example
White with #E381AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381AA; }
p { color: rgb(227,129,170); }
H1.HeaderClassName
{
color: #E381AA;
}
.AnyTagClassName
{
color: #E381AA;
}
</style>
background-color css
<style>
a { background-color: #E381AA; }
a { background-color: rgb(227,129,170); }
div.DivClassName
{
background-color: #E381AA;
}
.BgClassName
{
background-color: #E381AA;
}
</style>
border-color css
<style>
span { border-color: #E381AA; }
span { border-color: rgb(227,129,170); }
td.TdClassName
{
border-color: #E381AA;
}
.TagClassName
{
border-color: #E381AA;
}
</style>