Shades of Kobi #E482AC
Tints of Kobi #E482AC
RGB
CMYK
RGB Variations
Color information
#E482AC (or 0xE482AC) is known color: Kobi. HEX triplet: E4, 82 and AC. RGB value is (228,130,172). Sum of RGB (Red+Green+Blue) = 228+130+172=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E482AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E482AC is #1B7D53. Grayscale: #A4A4A4. Windows color (decimal): -1801556 or 11305700. OLE color: 11305700.
HSL color Cylindrical-coordinate representation of color #E482AC: 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 #E482AC is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 172 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.11 |
| HSL | 334.29º | 0.64% | 0.7% | - |
| HSV(B) | 334.29º | 0.43% | 0.89% | - |
| XYZ | 47.42 | 35.44 | 43.37 | - |
| YUV | 164.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 172 | 0 | 0.43 | 0.25 | 0.11 | 334.29 | 0.64 | 0.7 |
| Hex | E4 | 82 | AC | 0 | 2B | 19 | B | 14E | 40 | 46 |
| Octal | 344 | 202 | 254 | 0 | 53 | 31 | 13 | 516 | 100 | 106 |
| Binary | 11100100 | 10000010 | 10101100 | 0 | 101011 | 11001 | 1011 | 101001110 | 1000000 | 1000110 |
Color Harmonies of #E482AC
Complementary color
Monochromatic Colors of #E482AC
Black with #E482AC
Text Example
Text Example
White with #E482AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482AC; }
p { color: rgb(228,130,172); }
H1.HeaderClassName
{
color: #E482AC;
}
.AnyTagClassName
{
color: #E482AC;
}
</style>
background-color css
<style>
a { background-color: #E482AC; }
a { background-color: rgb(228,130,172); }
div.DivClassName
{
background-color: #E482AC;
}
.BgClassName
{
background-color: #E482AC;
}
</style>
border-color css
<style>
span { border-color: #E482AC; }
span { border-color: rgb(228,130,172); }
td.TdClassName
{
border-color: #E482AC;
}
.TagClassName
{
border-color: #E482AC;
}
</style>