Shades of Kobi #E382AC
Tints of Kobi #E382AC
RGB
CMYK
RGB Variations
Color information
#E382AC (or 0xE382AC) is known color: Kobi. HEX triplet: E3, 82 and AC. RGB value is (227,130,172). Sum of RGB (Red+Green+Blue) = 227+130+172=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E382AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E382AC is #1C7D53. Grayscale: #A3A3A3. Windows color (decimal): -1867092 or 11305699. OLE color: 11305699.
HSL color Cylindrical-coordinate representation of color #E382AC: hue angle of 334.02º degrees, saturation: 0.63, 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 #E382AC is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 172 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.11 |
| HSL | 334.02º | 0.63% | 0.7% | - |
| HSV(B) | 334.02º | 0.43% | 0.89% | - |
| XYZ | 47.11 | 35.27 | 43.36 | - |
| YUV | 163.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 172 | 0 | 0.43 | 0.24 | 0.11 | 334.02 | 0.63 | 0.7 |
| Hex | E3 | 82 | AC | 0 | 2B | 18 | B | 14E | 3F | 46 |
| Octal | 343 | 202 | 254 | 0 | 53 | 30 | 13 | 516 | 77 | 106 |
| Binary | 11100011 | 10000010 | 10101100 | 0 | 101011 | 11000 | 1011 | 101001110 | 111111 | 1000110 |
Color Harmonies of #E382AC
Complementary color
Monochromatic Colors of #E382AC
Black with #E382AC
Text Example
Text Example
White with #E382AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382AC; }
p { color: rgb(227,130,172); }
H1.HeaderClassName
{
color: #E382AC;
}
.AnyTagClassName
{
color: #E382AC;
}
</style>
background-color css
<style>
a { background-color: #E382AC; }
a { background-color: rgb(227,130,172); }
div.DivClassName
{
background-color: #E382AC;
}
.BgClassName
{
background-color: #E382AC;
}
</style>
border-color css
<style>
span { border-color: #E382AC; }
span { border-color: rgb(227,130,172); }
td.TdClassName
{
border-color: #E382AC;
}
.TagClassName
{
border-color: #E382AC;
}
</style>