Shades of Kobi #E084AF
Tints of Kobi #E084AF
RGB
CMYK
RGB Variations
Color information
#E084AF (or 0xE084AF) is known color: Kobi. HEX triplet: E0, 84 and AF. RGB value is (224,132,175). Sum of RGB (Red+Green+Blue) = 224+132+175=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E084AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E084AF is #1F7B50. Grayscale: #A4A4A4. Windows color (decimal): -2063185 or 11502816. OLE color: 11502816.
HSL color Cylindrical-coordinate representation of color #E084AF: hue angle of 331.96º 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 #E084AF is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 175 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.12 |
| HSL | 331.96º | 0.6% | 0.7% | - |
| HSV(B) | 331.96º | 0.41% | 0.88% | - |
| XYZ | 46.73 | 35.44 | 44.94 | - |
| YUV | 164.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 175 | 0 | 0.41 | 0.22 | 0.12 | 331.96 | 0.6 | 0.7 |
| Hex | E0 | 84 | AF | 0 | 29 | 16 | C | 14C | 3C | 46 |
| Octal | 340 | 204 | 257 | 0 | 51 | 26 | 14 | 514 | 74 | 106 |
| Binary | 11100000 | 10000100 | 10101111 | 0 | 101001 | 10110 | 1100 | 101001100 | 111100 | 1000110 |
Color Harmonies of #E084AF
Complementary color
Monochromatic Colors of #E084AF
Black with #E084AF
Text Example
Text Example
White with #E084AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084AF; }
p { color: rgb(224,132,175); }
H1.HeaderClassName
{
color: #E084AF;
}
.AnyTagClassName
{
color: #E084AF;
}
</style>
background-color css
<style>
a { background-color: #E084AF; }
a { background-color: rgb(224,132,175); }
div.DivClassName
{
background-color: #E084AF;
}
.BgClassName
{
background-color: #E084AF;
}
</style>
border-color css
<style>
span { border-color: #E084AF; }
span { border-color: rgb(224,132,175); }
td.TdClassName
{
border-color: #E084AF;
}
.TagClassName
{
border-color: #E084AF;
}
</style>