Shades of Kobi #E093AC
Tints of Kobi #E093AC
RGB
CMYK
RGB Variations
Color information
#E093AC (or 0xE093AC) is known color: Kobi. HEX triplet: E0, 93 and AC. RGB value is (224,147,172). Sum of RGB (Red+Green+Blue) = 224+147+172=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E093AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093AC is #1F6C53. Grayscale: #ACACAC. Windows color (decimal): -2059348 or 11310048. OLE color: 11310048.
HSL color Cylindrical-coordinate representation of color #E093AC: hue angle of 340.52º 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 #E093AC is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 172 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.12 |
| HSL | 340.52º | 0.55% | 0.73% | - |
| HSV(B) | 340.52º | 0.34% | 0.88% | - |
| XYZ | 48.62 | 39.69 | 44.13 | - |
| YUV | 172.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 172 | 0 | 0.34 | 0.23 | 0.12 | 340.52 | 0.55 | 0.73 |
| Hex | E0 | 93 | AC | 0 | 22 | 17 | C | 155 | 37 | 49 |
| Octal | 340 | 223 | 254 | 0 | 42 | 27 | 14 | 525 | 67 | 111 |
| Binary | 11100000 | 10010011 | 10101100 | 0 | 100010 | 10111 | 1100 | 101010101 | 110111 | 1001001 |
Color Harmonies of #E093AC
Complementary color
Monochromatic Colors of #E093AC
Black with #E093AC
Text Example
Text Example
White with #E093AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093AC; }
p { color: rgb(224,147,172); }
H1.HeaderClassName
{
color: #E093AC;
}
.AnyTagClassName
{
color: #E093AC;
}
</style>
background-color css
<style>
a { background-color: #E093AC; }
a { background-color: rgb(224,147,172); }
div.DivClassName
{
background-color: #E093AC;
}
.BgClassName
{
background-color: #E093AC;
}
</style>
border-color css
<style>
span { border-color: #E093AC; }
span { border-color: rgb(224,147,172); }
td.TdClassName
{
border-color: #E093AC;
}
.TagClassName
{
border-color: #E093AC;
}
</style>