Shades of Kobi #E082B2
Tints of Kobi #E082B2
RGB
CMYK
RGB Variations
Color information
#E082B2 (or 0xE082B2) is known color: Kobi. HEX triplet: E0, 82 and B2. RGB value is (224,130,178). Sum of RGB (Red+Green+Blue) = 224+130+178=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E082B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E082B2 is #1F7D4D. Grayscale: #A3A3A3. Windows color (decimal): -2063694 or 11698912. OLE color: 11698912.
HSL color Cylindrical-coordinate representation of color #E082B2: hue angle of 329.36º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E082B2 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 178 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.12 |
| HSL | 329.36º | 0.6% | 0.69% | - |
| HSV(B) | 329.36º | 0.42% | 0.88% | - |
| XYZ | 46.76 | 35.03 | 46.42 | - |
| YUV | 163.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 178 | 0 | 0.42 | 0.21 | 0.12 | 329.36 | 0.6 | 0.69 |
| Hex | E0 | 82 | B2 | 0 | 2A | 15 | C | 149 | 3C | 45 |
| Octal | 340 | 202 | 262 | 0 | 52 | 25 | 14 | 511 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10110010 | 0 | 101010 | 10101 | 1100 | 101001001 | 111100 | 1000101 |
Color Harmonies of #E082B2
Complementary color
Monochromatic Colors of #E082B2
Black with #E082B2
Text Example
Text Example
White with #E082B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082B2; }
p { color: rgb(224,130,178); }
H1.HeaderClassName
{
color: #E082B2;
}
.AnyTagClassName
{
color: #E082B2;
}
</style>
background-color css
<style>
a { background-color: #E082B2; }
a { background-color: rgb(224,130,178); }
div.DivClassName
{
background-color: #E082B2;
}
.BgClassName
{
background-color: #E082B2;
}
</style>
border-color css
<style>
span { border-color: #E082B2; }
span { border-color: rgb(224,130,178); }
td.TdClassName
{
border-color: #E082B2;
}
.TagClassName
{
border-color: #E082B2;
}
</style>