Shades of Froly #E27A7F
Tints of Froly #E27A7F
RGB
CMYK
RGB Variations
Color information
#E27A7F (or 0xE27A7F) is known color: Froly. HEX triplet: E2, 7A and 7F. RGB value is (226,122,127). Sum of RGB (Red+Green+Blue) = 226+122+127=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A7F is #1D8580. Grayscale: #999999. Windows color (decimal): -1934721 or 8354530. OLE color: 8354530.
HSL color Cylindrical-coordinate representation of color #E27A7F: hue angle of 357.12º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27A7F is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 127 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.11 |
| HSL | 357.12º | 0.64% | 0.68% | - |
| HSV(B) | 357.12º | 0.46% | 0.89% | - |
| XYZ | 42.15 | 31.62 | 23.96 | - |
| YUV | 153.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 127 | 0 | 0.46 | 0.44 | 0.11 | 357.12 | 0.64 | 0.68 |
| Hex | E2 | 7A | 7F | 0 | 2E | 2C | B | 165 | 40 | 44 |
| Octal | 342 | 172 | 177 | 0 | 56 | 54 | 13 | 545 | 100 | 104 |
| Binary | 11100010 | 1111010 | 1111111 | 0 | 101110 | 101100 | 1011 | 101100101 | 1000000 | 1000100 |
Color Harmonies of #E27A7F
Complementary color
Monochromatic Colors of #E27A7F
Black with #E27A7F
Text Example
Text Example
White with #E27A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A7F; }
p { color: rgb(226,122,127); }
H1.HeaderClassName
{
color: #E27A7F;
}
.AnyTagClassName
{
color: #E27A7F;
}
</style>
background-color css
<style>
a { background-color: #E27A7F; }
a { background-color: rgb(226,122,127); }
div.DivClassName
{
background-color: #E27A7F;
}
.BgClassName
{
background-color: #E27A7F;
}
</style>
border-color css
<style>
span { border-color: #E27A7F; }
span { border-color: rgb(226,122,127); }
td.TdClassName
{
border-color: #E27A7F;
}
.TagClassName
{
border-color: #E27A7F;
}
</style>