Shades of Kobi #E093B0
Tints of Kobi #E093B0
RGB
CMYK
RGB Variations
Color information
#E093B0 (or 0xE093B0) is known color: Kobi. HEX triplet: E0, 93 and B0. RGB value is (224,147,176). Sum of RGB (Red+Green+Blue) = 224+147+176=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E093B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093B0 is #1F6C4F. Grayscale: #ADADAD. Windows color (decimal): -2059344 or 11572192. OLE color: 11572192.
HSL color Cylindrical-coordinate representation of color #E093B0: hue angle of 337.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093B0 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 176 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.12 |
| HSL | 337.4º | 0.55% | 0.73% | - |
| HSV(B) | 337.4º | 0.34% | 0.88% | - |
| XYZ | 49.01 | 39.85 | 46.18 | - |
| YUV | 173.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 176 | 0 | 0.34 | 0.21 | 0.12 | 337.4 | 0.55 | 0.73 |
| Hex | E0 | 93 | B0 | 0 | 22 | 15 | C | 151 | 37 | 49 |
| Octal | 340 | 223 | 260 | 0 | 42 | 25 | 14 | 521 | 67 | 111 |
| Binary | 11100000 | 10010011 | 10110000 | 0 | 100010 | 10101 | 1100 | 101010001 | 110111 | 1001001 |
Color Harmonies of #E093B0
Complementary color
Monochromatic Colors of #E093B0
Black with #E093B0
Text Example
Text Example
White with #E093B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093B0; }
p { color: rgb(224,147,176); }
H1.HeaderClassName
{
color: #E093B0;
}
.AnyTagClassName
{
color: #E093B0;
}
</style>
background-color css
<style>
a { background-color: #E093B0; }
a { background-color: rgb(224,147,176); }
div.DivClassName
{
background-color: #E093B0;
}
.BgClassName
{
background-color: #E093B0;
}
</style>
border-color css
<style>
span { border-color: #E093B0; }
span { border-color: rgb(224,147,176); }
td.TdClassName
{
border-color: #E093B0;
}
.TagClassName
{
border-color: #E093B0;
}
</style>