Shades of Kobi #E080B0
Tints of Kobi #E080B0
RGB
CMYK
RGB Variations
Color information
#E080B0 (or 0xE080B0) is known color: Kobi. HEX triplet: E0, 80 and B0. RGB value is (224,128,176). Sum of RGB (Red+Green+Blue) = 224+128+176=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E080B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080B0 is #1F7F4F. Grayscale: #A2A2A2. Windows color (decimal): -2064208 or 11567328. OLE color: 11567328.
HSL color Cylindrical-coordinate representation of color #E080B0: hue angle of 330º degrees, saturation: 0.61, 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 #E080B0 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 176 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.12 |
| HSL | 330º | 0.61% | 0.69% | - |
| HSV(B) | 330º | 0.43% | 0.88% | - |
| XYZ | 46.3 | 34.42 | 45.28 | - |
| YUV | 162.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 176 | 0 | 0.43 | 0.21 | 0.12 | 330 | 0.61 | 0.69 |
| Hex | E0 | 80 | B0 | 0 | 2B | 15 | C | 14A | 3D | 45 |
| Octal | 340 | 200 | 260 | 0 | 53 | 25 | 14 | 512 | 75 | 105 |
| Binary | 11100000 | 10000000 | 10110000 | 0 | 101011 | 10101 | 1100 | 101001010 | 111101 | 1000101 |
Color Harmonies of #E080B0
Complementary color
Monochromatic Colors of #E080B0
Black with #E080B0
Text Example
Text Example
White with #E080B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080B0; }
p { color: rgb(224,128,176); }
H1.HeaderClassName
{
color: #E080B0;
}
.AnyTagClassName
{
color: #E080B0;
}
</style>
background-color css
<style>
a { background-color: #E080B0; }
a { background-color: rgb(224,128,176); }
div.DivClassName
{
background-color: #E080B0;
}
.BgClassName
{
background-color: #E080B0;
}
</style>
border-color css
<style>
span { border-color: #E080B0; }
span { border-color: rgb(224,128,176); }
td.TdClassName
{
border-color: #E080B0;
}
.TagClassName
{
border-color: #E080B0;
}
</style>