Shades of Kobi #E882A8
Tints of Kobi #E882A8
RGB
CMYK
RGB Variations
Color information
#E882A8 (or 0xE882A8) is known color: Kobi. HEX triplet: E8, 82 and A8. RGB value is (232,130,168). Sum of RGB (Red+Green+Blue) = 232+130+168=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E882A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E882A8 is #177D57. Grayscale: #A4A4A4. Windows color (decimal): -1539416 or 11043560. OLE color: 11043560.
HSL color Cylindrical-coordinate representation of color #E882A8: hue angle of 337.65º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882A8 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 168 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.09 |
| HSL | 337.65º | 0.69% | 0.71% | - |
| HSV(B) | 337.65º | 0.44% | 0.91% | - |
| XYZ | 48.33 | 35.95 | 41.44 | - |
| YUV | 164.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 168 | 0 | 0.44 | 0.28 | 0.09 | 337.65 | 0.69 | 0.71 |
| Hex | E8 | 82 | A8 | 0 | 2C | 1C | 9 | 152 | 45 | 47 |
| Octal | 350 | 202 | 250 | 0 | 54 | 34 | 11 | 522 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10101000 | 0 | 101100 | 11100 | 1001 | 101010010 | 1000101 | 1000111 |
Color Harmonies of #E882A8
Complementary color
Monochromatic Colors of #E882A8
Black with #E882A8
Text Example
Text Example
White with #E882A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882A8; }
p { color: rgb(232,130,168); }
H1.HeaderClassName
{
color: #E882A8;
}
.AnyTagClassName
{
color: #E882A8;
}
</style>
background-color css
<style>
a { background-color: #E882A8; }
a { background-color: rgb(232,130,168); }
div.DivClassName
{
background-color: #E882A8;
}
.BgClassName
{
background-color: #E882A8;
}
</style>
border-color css
<style>
span { border-color: #E882A8; }
span { border-color: rgb(232,130,168); }
td.TdClassName
{
border-color: #E882A8;
}
.TagClassName
{
border-color: #E882A8;
}
</style>