Shades of Kobi #E280B0
Tints of Kobi #E280B0
RGB
CMYK
RGB Variations
Color information
#E280B0 (or 0xE280B0) is known color: Kobi. HEX triplet: E2, 80 and B0. RGB value is (226,128,176). Sum of RGB (Red+Green+Blue) = 226+128+176=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E280B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E280B0 is #1D7F4F. Grayscale: #A2A2A2. Windows color (decimal): -1933136 or 11567330. OLE color: 11567330.
HSL color Cylindrical-coordinate representation of color #E280B0: hue angle of 330.61º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280B0 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 176 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.11 |
| HSL | 330.61º | 0.63% | 0.69% | - |
| HSV(B) | 330.61º | 0.43% | 0.89% | - |
| XYZ | 46.92 | 34.74 | 45.31 | - |
| YUV | 162.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 176 | 0 | 0.43 | 0.22 | 0.11 | 330.61 | 0.63 | 0.69 |
| Hex | E2 | 80 | B0 | 0 | 2B | 16 | B | 14B | 3F | 45 |
| Octal | 342 | 200 | 260 | 0 | 53 | 26 | 13 | 513 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10110000 | 0 | 101011 | 10110 | 1011 | 101001011 | 111111 | 1000101 |
Color Harmonies of #E280B0
Complementary color
Monochromatic Colors of #E280B0
Black with #E280B0
Text Example
Text Example
White with #E280B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280B0; }
p { color: rgb(226,128,176); }
H1.HeaderClassName
{
color: #E280B0;
}
.AnyTagClassName
{
color: #E280B0;
}
</style>
background-color css
<style>
a { background-color: #E280B0; }
a { background-color: rgb(226,128,176); }
div.DivClassName
{
background-color: #E280B0;
}
.BgClassName
{
background-color: #E280B0;
}
</style>
border-color css
<style>
span { border-color: #E280B0; }
span { border-color: rgb(226,128,176); }
td.TdClassName
{
border-color: #E280B0;
}
.TagClassName
{
border-color: #E280B0;
}
</style>