Shades of Kobi #E084A4
Tints of Kobi #E084A4
RGB
CMYK
RGB Variations
Color information
#E084A4 (or 0xE084A4) is known color: Kobi. HEX triplet: E0, 84 and A4. RGB value is (224,132,164). Sum of RGB (Red+Green+Blue) = 224+132+164=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E084A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E084A4 is #1F7B5B. Grayscale: #A3A3A3. Windows color (decimal): -2063196 or 10781920. OLE color: 10781920.
HSL color Cylindrical-coordinate representation of color #E084A4: hue angle of 339.13º 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 #E084A4 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 164 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.12 |
| HSL | 339.13º | 0.6% | 0.7% | - |
| HSV(B) | 339.13º | 0.41% | 0.88% | - |
| XYZ | 45.69 | 35.03 | 39.48 | - |
| YUV | 163.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 164 | 0 | 0.41 | 0.27 | 0.12 | 339.13 | 0.6 | 0.7 |
| Hex | E0 | 84 | A4 | 0 | 29 | 1B | C | 153 | 3C | 46 |
| Octal | 340 | 204 | 244 | 0 | 51 | 33 | 14 | 523 | 74 | 106 |
| Binary | 11100000 | 10000100 | 10100100 | 0 | 101001 | 11011 | 1100 | 101010011 | 111100 | 1000110 |
Color Harmonies of #E084A4
Complementary color
Monochromatic Colors of #E084A4
Black with #E084A4
Text Example
Text Example
White with #E084A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084A4; }
p { color: rgb(224,132,164); }
H1.HeaderClassName
{
color: #E084A4;
}
.AnyTagClassName
{
color: #E084A4;
}
</style>
background-color css
<style>
a { background-color: #E084A4; }
a { background-color: rgb(224,132,164); }
div.DivClassName
{
background-color: #E084A4;
}
.BgClassName
{
background-color: #E084A4;
}
</style>
border-color css
<style>
span { border-color: #E084A4; }
span { border-color: rgb(224,132,164); }
td.TdClassName
{
border-color: #E084A4;
}
.TagClassName
{
border-color: #E084A4;
}
</style>