Shades of Kobi #E082AA
Tints of Kobi #E082AA
RGB
CMYK
RGB Variations
Color information
#E082AA (or 0xE082AA) is known color: Kobi. HEX triplet: E0, 82 and AA. RGB value is (224,130,170). Sum of RGB (Red+Green+Blue) = 224+130+170=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E082AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E082AA is #1F7D55. Grayscale: #A2A2A2. Windows color (decimal): -2063702 or 11174624. OLE color: 11174624.
HSL color Cylindrical-coordinate representation of color #E082AA: hue angle of 334.47º 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 #E082AA is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 170 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.12 |
| HSL | 334.47º | 0.6% | 0.69% | - |
| HSV(B) | 334.47º | 0.42% | 0.88% | - |
| XYZ | 45.98 | 34.71 | 42.31 | - |
| YUV | 162.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 170 | 0 | 0.42 | 0.24 | 0.12 | 334.47 | 0.6 | 0.69 |
| Hex | E0 | 82 | AA | 0 | 2A | 18 | C | 14E | 3C | 45 |
| Octal | 340 | 202 | 252 | 0 | 52 | 30 | 14 | 516 | 74 | 105 |
| Binary | 11100000 | 10000010 | 10101010 | 0 | 101010 | 11000 | 1100 | 101001110 | 111100 | 1000101 |
Color Harmonies of #E082AA
Complementary color
Monochromatic Colors of #E082AA
Black with #E082AA
Text Example
Text Example
White with #E082AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082AA; }
p { color: rgb(224,130,170); }
H1.HeaderClassName
{
color: #E082AA;
}
.AnyTagClassName
{
color: #E082AA;
}
</style>
background-color css
<style>
a { background-color: #E082AA; }
a { background-color: rgb(224,130,170); }
div.DivClassName
{
background-color: #E082AA;
}
.BgClassName
{
background-color: #E082AA;
}
</style>
border-color css
<style>
span { border-color: #E082AA; }
span { border-color: rgb(224,130,170); }
td.TdClassName
{
border-color: #E082AA;
}
.TagClassName
{
border-color: #E082AA;
}
</style>