Shades of Kobi #E381AC
Tints of Kobi #E381AC
RGB
CMYK
RGB Variations
Color information
#E381AC (or 0xE381AC) is known color: Kobi. HEX triplet: E3, 81 and AC. RGB value is (227,129,172). Sum of RGB (Red+Green+Blue) = 227+129+172=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E381AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381AC is #1C7E53. Grayscale: #A3A3A3. Windows color (decimal): -1867348 or 11305443. OLE color: 11305443.
HSL color Cylindrical-coordinate representation of color #E381AC: hue angle of 333.67º 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 #E381AC is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 172 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.11 |
| HSL | 333.67º | 0.64% | 0.7% | - |
| HSV(B) | 333.67º | 0.43% | 0.89% | - |
| XYZ | 46.98 | 35.01 | 43.31 | - |
| YUV | 163.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 172 | 0 | 0.43 | 0.24 | 0.11 | 333.67 | 0.64 | 0.7 |
| Hex | E3 | 81 | AC | 0 | 2B | 18 | B | 14E | 40 | 46 |
| Octal | 343 | 201 | 254 | 0 | 53 | 30 | 13 | 516 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10101100 | 0 | 101011 | 11000 | 1011 | 101001110 | 1000000 | 1000110 |
Color Harmonies of #E381AC
Complementary color
Monochromatic Colors of #E381AC
Black with #E381AC
Text Example
Text Example
White with #E381AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381AC; }
p { color: rgb(227,129,172); }
H1.HeaderClassName
{
color: #E381AC;
}
.AnyTagClassName
{
color: #E381AC;
}
</style>
background-color css
<style>
a { background-color: #E381AC; }
a { background-color: rgb(227,129,172); }
div.DivClassName
{
background-color: #E381AC;
}
.BgClassName
{
background-color: #E381AC;
}
</style>
border-color css
<style>
span { border-color: #E381AC; }
span { border-color: rgb(227,129,172); }
td.TdClassName
{
border-color: #E381AC;
}
.TagClassName
{
border-color: #E381AC;
}
</style>