Shades of Kobi #E084A3
Tints of Kobi #E084A3
RGB
CMYK
RGB Variations
Color information
#E084A3 (or 0xE084A3) is known color: Kobi. HEX triplet: E0, 84 and A3. RGB value is (224,132,163). Sum of RGB (Red+Green+Blue) = 224+132+163=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E084A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E084A3 is #1F7B5C. Grayscale: #A3A3A3. Windows color (decimal): -2063197 or 10716384. OLE color: 10716384.
HSL color Cylindrical-coordinate representation of color #E084A3: hue angle of 339.78º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084A3 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 163 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.12 |
| HSL | 339.78º | 0.6% | 0.7% | - |
| HSV(B) | 339.78º | 0.41% | 0.88% | - |
| XYZ | 45.6 | 34.99 | 39 | - |
| YUV | 163.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 163 | 0 | 0.41 | 0.27 | 0.12 | 339.78 | 0.6 | 0.7 |
| Hex | E0 | 84 | A3 | 0 | 29 | 1B | C | 154 | 3C | 46 |
| Octal | 340 | 204 | 243 | 0 | 51 | 33 | 14 | 524 | 74 | 106 |
| Binary | 11100000 | 10000100 | 10100011 | 0 | 101001 | 11011 | 1100 | 101010100 | 111100 | 1000110 |
Color Harmonies of #E084A3
Complementary color
Monochromatic Colors of #E084A3
Black with #E084A3
Text Example
Text Example
White with #E084A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084A3; }
p { color: rgb(224,132,163); }
H1.HeaderClassName
{
color: #E084A3;
}
.AnyTagClassName
{
color: #E084A3;
}
</style>
background-color css
<style>
a { background-color: #E084A3; }
a { background-color: rgb(224,132,163); }
div.DivClassName
{
background-color: #E084A3;
}
.BgClassName
{
background-color: #E084A3;
}
</style>
border-color css
<style>
span { border-color: #E084A3; }
span { border-color: rgb(224,132,163); }
td.TdClassName
{
border-color: #E084A3;
}
.TagClassName
{
border-color: #E084A3;
}
</style>