Shades of Kobi #E27CAA
Tints of Kobi #E27CAA
RGB
CMYK
RGB Variations
Color information
#E27CAA (or 0xE27CAA) is known color: Kobi. HEX triplet: E2, 7C and AA. RGB value is (226,124,170). Sum of RGB (Red+Green+Blue) = 226+124+170=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27CAA is #1D8355. Grayscale: #9F9F9F. Windows color (decimal): -1934166 or 11173090. OLE color: 11173090.
HSL color Cylindrical-coordinate representation of color #E27CAA: hue angle of 332.94º 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 #E27CAA is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 170 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.11 |
| HSL | 332.94º | 0.64% | 0.69% | - |
| HSV(B) | 332.94º | 0.45% | 0.89% | - |
| XYZ | 45.83 | 33.49 | 42.08 | - |
| YUV | 159.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 170 | 0 | 0.45 | 0.25 | 0.11 | 332.94 | 0.64 | 0.69 |
| Hex | E2 | 7C | AA | 0 | 2D | 19 | B | 14D | 40 | 45 |
| Octal | 342 | 174 | 252 | 0 | 55 | 31 | 13 | 515 | 100 | 105 |
| Binary | 11100010 | 1111100 | 10101010 | 0 | 101101 | 11001 | 1011 | 101001101 | 1000000 | 1000101 |
Color Harmonies of #E27CAA
Complementary color
Monochromatic Colors of #E27CAA
Black with #E27CAA
Text Example
Text Example
White with #E27CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27CAA; }
p { color: rgb(226,124,170); }
H1.HeaderClassName
{
color: #E27CAA;
}
.AnyTagClassName
{
color: #E27CAA;
}
</style>
background-color css
<style>
a { background-color: #E27CAA; }
a { background-color: rgb(226,124,170); }
div.DivClassName
{
background-color: #E27CAA;
}
.BgClassName
{
background-color: #E27CAA;
}
</style>
border-color css
<style>
span { border-color: #E27CAA; }
span { border-color: rgb(226,124,170); }
td.TdClassName
{
border-color: #E27CAA;
}
.TagClassName
{
border-color: #E27CAA;
}
</style>