Shades of Kobi #E084AC
Tints of Kobi #E084AC
RGB
CMYK
RGB Variations
Color information
#E084AC (or 0xE084AC) is known color: Kobi. HEX triplet: E0, 84 and AC. RGB value is (224,132,172). Sum of RGB (Red+Green+Blue) = 224+132+172=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E084AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E084AC is #1F7B53. Grayscale: #A4A4A4. Windows color (decimal): -2063188 or 11306208. OLE color: 11306208.
HSL color Cylindrical-coordinate representation of color #E084AC: hue angle of 333.91º 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 #E084AC is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 172 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.12 |
| HSL | 333.91º | 0.6% | 0.7% | - |
| HSV(B) | 333.91º | 0.41% | 0.88% | - |
| XYZ | 46.44 | 35.33 | 43.4 | - |
| YUV | 164.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 172 | 0 | 0.41 | 0.23 | 0.12 | 333.91 | 0.6 | 0.7 |
| Hex | E0 | 84 | AC | 0 | 29 | 17 | C | 14E | 3C | 46 |
| Octal | 340 | 204 | 254 | 0 | 51 | 27 | 14 | 516 | 74 | 106 |
| Binary | 11100000 | 10000100 | 10101100 | 0 | 101001 | 10111 | 1100 | 101001110 | 111100 | 1000110 |
Color Harmonies of #E084AC
Complementary color
Monochromatic Colors of #E084AC
Black with #E084AC
Text Example
Text Example
White with #E084AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084AC; }
p { color: rgb(224,132,172); }
H1.HeaderClassName
{
color: #E084AC;
}
.AnyTagClassName
{
color: #E084AC;
}
</style>
background-color css
<style>
a { background-color: #E084AC; }
a { background-color: rgb(224,132,172); }
div.DivClassName
{
background-color: #E084AC;
}
.BgClassName
{
background-color: #E084AC;
}
</style>
border-color css
<style>
span { border-color: #E084AC; }
span { border-color: rgb(224,132,172); }
td.TdClassName
{
border-color: #E084AC;
}
.TagClassName
{
border-color: #E084AC;
}
</style>