Shades of Kobi #E27DA6
Tints of Kobi #E27DA6
RGB
CMYK
RGB Variations
Color information
#E27DA6 (or 0xE27DA6) is known color: Kobi. HEX triplet: E2, 7D and A6. RGB value is (226,125,166). Sum of RGB (Red+Green+Blue) = 226+125+166=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DA6 is #1D8259. Grayscale: #9F9F9F. Windows color (decimal): -1933914 or 10911202. OLE color: 10911202.
HSL color Cylindrical-coordinate representation of color #E27DA6: hue angle of 335.64º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DA6 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 166 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.11 |
| HSL | 335.64º | 0.64% | 0.69% | - |
| HSV(B) | 335.64º | 0.45% | 0.89% | - |
| XYZ | 45.58 | 33.59 | 40.16 | - |
| YUV | 159.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 166 | 0 | 0.45 | 0.27 | 0.11 | 335.64 | 0.64 | 0.69 |
| Hex | E2 | 7D | A6 | 0 | 2D | 1B | B | 150 | 40 | 45 |
| Octal | 342 | 175 | 246 | 0 | 55 | 33 | 13 | 520 | 100 | 105 |
| Binary | 11100010 | 1111101 | 10100110 | 0 | 101101 | 11011 | 1011 | 101010000 | 1000000 | 1000101 |
Color Harmonies of #E27DA6
Complementary color
Monochromatic Colors of #E27DA6
Black with #E27DA6
Text Example
Text Example
White with #E27DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DA6; }
p { color: rgb(226,125,166); }
H1.HeaderClassName
{
color: #E27DA6;
}
.AnyTagClassName
{
color: #E27DA6;
}
</style>
background-color css
<style>
a { background-color: #E27DA6; }
a { background-color: rgb(226,125,166); }
div.DivClassName
{
background-color: #E27DA6;
}
.BgClassName
{
background-color: #E27DA6;
}
</style>
border-color css
<style>
span { border-color: #E27DA6; }
span { border-color: rgb(226,125,166); }
td.TdClassName
{
border-color: #E27DA6;
}
.TagClassName
{
border-color: #E27DA6;
}
</style>