Shades of Kobi #E482AB
Tints of Kobi #E482AB
RGB
CMYK
RGB Variations
Color information
#E482AB (or 0xE482AB) is known color: Kobi. HEX triplet: E4, 82 and AB. RGB value is (228,130,171). Sum of RGB (Red+Green+Blue) = 228+130+171=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E482AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E482AB is #1B7D54. Grayscale: #A3A3A3. Windows color (decimal): -1801557 or 11240164. OLE color: 11240164.
HSL color Cylindrical-coordinate representation of color #E482AB: 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 #E482AB is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 171 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.11 |
| HSL | 334.9º | 0.64% | 0.7% | - |
| HSV(B) | 334.9º | 0.43% | 0.89% | - |
| XYZ | 47.33 | 35.4 | 42.87 | - |
| YUV | 163.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 171 | 0 | 0.43 | 0.25 | 0.11 | 334.9 | 0.64 | 0.7 |
| Hex | E4 | 82 | AB | 0 | 2B | 19 | B | 14F | 40 | 46 |
| Octal | 344 | 202 | 253 | 0 | 53 | 31 | 13 | 517 | 100 | 106 |
| Binary | 11100100 | 10000010 | 10101011 | 0 | 101011 | 11001 | 1011 | 101001111 | 1000000 | 1000110 |
Color Harmonies of #E482AB
Complementary color
Monochromatic Colors of #E482AB
Black with #E482AB
Text Example
Text Example
White with #E482AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482AB; }
p { color: rgb(228,130,171); }
H1.HeaderClassName
{
color: #E482AB;
}
.AnyTagClassName
{
color: #E482AB;
}
</style>
background-color css
<style>
a { background-color: #E482AB; }
a { background-color: rgb(228,130,171); }
div.DivClassName
{
background-color: #E482AB;
}
.BgClassName
{
background-color: #E482AB;
}
</style>
border-color css
<style>
span { border-color: #E482AB; }
span { border-color: rgb(228,130,171); }
td.TdClassName
{
border-color: #E482AB;
}
.TagClassName
{
border-color: #E482AB;
}
</style>