Shades of Kobi #E07DA6
Tints of Kobi #E07DA6
RGB
CMYK
RGB Variations
Color information
#E07DA6 (or 0xE07DA6) is known color: Kobi. HEX triplet: E0, 7D and A6. RGB value is (224,125,166). Sum of RGB (Red+Green+Blue) = 224+125+166=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA6 is #1F8259. Grayscale: #9F9F9F. Windows color (decimal): -2064986 or 10911200. OLE color: 10911200.
HSL color Cylindrical-coordinate representation of color #E07DA6: hue angle of 335.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DA6 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 166 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.12 |
| HSL | 335.15º | 0.61% | 0.68% | - |
| HSV(B) | 335.15º | 0.44% | 0.88% | - |
| XYZ | 44.96 | 33.27 | 40.13 | - |
| YUV | 159.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 166 | 0 | 0.44 | 0.26 | 0.12 | 335.15 | 0.61 | 0.68 |
| Hex | E0 | 7D | A6 | 0 | 2C | 1A | C | 14F | 3D | 44 |
| Octal | 340 | 175 | 246 | 0 | 54 | 32 | 14 | 517 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10100110 | 0 | 101100 | 11010 | 1100 | 101001111 | 111101 | 1000100 |
Color Harmonies of #E07DA6
Complementary color
Monochromatic Colors of #E07DA6
Black with #E07DA6
Text Example
Text Example
White with #E07DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DA6; }
p { color: rgb(224,125,166); }
H1.HeaderClassName
{
color: #E07DA6;
}
.AnyTagClassName
{
color: #E07DA6;
}
</style>
background-color css
<style>
a { background-color: #E07DA6; }
a { background-color: rgb(224,125,166); }
div.DivClassName
{
background-color: #E07DA6;
}
.BgClassName
{
background-color: #E07DA6;
}
</style>
border-color css
<style>
span { border-color: #E07DA6; }
span { border-color: rgb(224,125,166); }
td.TdClassName
{
border-color: #E07DA6;
}
.TagClassName
{
border-color: #E07DA6;
}
</style>