Shades of Froly #E27C80
Tints of Froly #E27C80
RGB
CMYK
RGB Variations
Color information
#E27C80 (or 0xE27C80) is known color: Froly. HEX triplet: E2, 7C and 80. RGB value is (226,124,128). Sum of RGB (Red+Green+Blue) = 226+124+128=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27C80 is #1D837F. Grayscale: #9B9B9B. Windows color (decimal): -1934208 or 8420578. OLE color: 8420578.
HSL color Cylindrical-coordinate representation of color #E27C80: hue angle of 357.65º 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 #E27C80 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 128 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.11 |
| HSL | 357.65º | 0.64% | 0.69% | - |
| HSV(B) | 357.65º | 0.45% | 0.89% | - |
| XYZ | 42.47 | 32.14 | 24.39 | - |
| YUV | 154.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 128 | 0 | 0.45 | 0.43 | 0.11 | 357.65 | 0.64 | 0.69 |
| Hex | E2 | 7C | 80 | 0 | 2D | 2B | B | 166 | 40 | 45 |
| Octal | 342 | 174 | 200 | 0 | 55 | 53 | 13 | 546 | 100 | 105 |
| Binary | 11100010 | 1111100 | 10000000 | 0 | 101101 | 101011 | 1011 | 101100110 | 1000000 | 1000101 |
Color Harmonies of #E27C80
Complementary color
Monochromatic Colors of #E27C80
Black with #E27C80
Text Example
Text Example
White with #E27C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C80; }
p { color: rgb(226,124,128); }
H1.HeaderClassName
{
color: #E27C80;
}
.AnyTagClassName
{
color: #E27C80;
}
</style>
background-color css
<style>
a { background-color: #E27C80; }
a { background-color: rgb(226,124,128); }
div.DivClassName
{
background-color: #E27C80;
}
.BgClassName
{
background-color: #E27C80;
}
</style>
border-color css
<style>
span { border-color: #E27C80; }
span { border-color: rgb(226,124,128); }
td.TdClassName
{
border-color: #E27C80;
}
.TagClassName
{
border-color: #E27C80;
}
</style>