Shades of Kobi #E07AAC
Tints of Kobi #E07AAC
RGB
CMYK
RGB Variations
Color information
#E07AAC (or 0xE07AAC) is known color: Kobi. HEX triplet: E0, 7A and AC. RGB value is (224,122,172). Sum of RGB (Red+Green+Blue) = 224+122+172=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AAC is #1F8553. Grayscale: #9E9E9E. Windows color (decimal): -2065748 or 11303648. OLE color: 11303648.
HSL color Cylindrical-coordinate representation of color #E07AAC: hue angle of 330.59º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07AAC is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 172 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.12 |
| HSL | 330.59º | 0.62% | 0.68% | - |
| HSV(B) | 330.59º | 0.46% | 0.88% | - |
| XYZ | 45.15 | 32.74 | 42.97 | - |
| YUV | 158.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 172 | 0 | 0.46 | 0.23 | 0.12 | 330.59 | 0.62 | 0.68 |
| Hex | E0 | 7A | AC | 0 | 2E | 17 | C | 14B | 3E | 44 |
| Octal | 340 | 172 | 254 | 0 | 56 | 27 | 14 | 513 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10101100 | 0 | 101110 | 10111 | 1100 | 101001011 | 111110 | 1000100 |
Color Harmonies of #E07AAC
Complementary color
Monochromatic Colors of #E07AAC
Black with #E07AAC
Text Example
Text Example
White with #E07AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AAC; }
p { color: rgb(224,122,172); }
H1.HeaderClassName
{
color: #E07AAC;
}
.AnyTagClassName
{
color: #E07AAC;
}
</style>
background-color css
<style>
a { background-color: #E07AAC; }
a { background-color: rgb(224,122,172); }
div.DivClassName
{
background-color: #E07AAC;
}
.BgClassName
{
background-color: #E07AAC;
}
</style>
border-color css
<style>
span { border-color: #E07AAC; }
span { border-color: rgb(224,122,172); }
td.TdClassName
{
border-color: #E07AAC;
}
.TagClassName
{
border-color: #E07AAC;
}
</style>