Shades of Kobi #E180B0
Tints of Kobi #E180B0
RGB
CMYK
RGB Variations
Color information
#E180B0 (or 0xE180B0) is known color: Kobi. HEX triplet: E1, 80 and B0. RGB value is (225,128,176). Sum of RGB (Red+Green+Blue) = 225+128+176=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E180B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180B0 is #1E7F4F. Grayscale: #A2A2A2. Windows color (decimal): -1998672 or 11567329. OLE color: 11567329.
HSL color Cylindrical-coordinate representation of color #E180B0: hue angle of 330.31º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180B0 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 176 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.12 |
| HSL | 330.31º | 0.62% | 0.69% | - |
| HSV(B) | 330.31º | 0.43% | 0.88% | - |
| XYZ | 46.61 | 34.58 | 45.29 | - |
| YUV | 162.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 176 | 0 | 0.43 | 0.22 | 0.12 | 330.31 | 0.62 | 0.69 |
| Hex | E1 | 80 | B0 | 0 | 2B | 16 | C | 14A | 3E | 45 |
| Octal | 341 | 200 | 260 | 0 | 53 | 26 | 14 | 512 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10110000 | 0 | 101011 | 10110 | 1100 | 101001010 | 111110 | 1000101 |
Color Harmonies of #E180B0
Complementary color
Monochromatic Colors of #E180B0
Black with #E180B0
Text Example
Text Example
White with #E180B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180B0; }
p { color: rgb(225,128,176); }
H1.HeaderClassName
{
color: #E180B0;
}
.AnyTagClassName
{
color: #E180B0;
}
</style>
background-color css
<style>
a { background-color: #E180B0; }
a { background-color: rgb(225,128,176); }
div.DivClassName
{
background-color: #E180B0;
}
.BgClassName
{
background-color: #E180B0;
}
</style>
border-color css
<style>
span { border-color: #E180B0; }
span { border-color: rgb(225,128,176); }
td.TdClassName
{
border-color: #E180B0;
}
.TagClassName
{
border-color: #E180B0;
}
</style>