Shades of Froly #E2707C
Tints of Froly #E2707C
RGB
CMYK
RGB Variations
Color information
#E2707C (or 0xE2707C) is known color: Froly. HEX triplet: E2, 70 and 7C. RGB value is (226,112,124). Sum of RGB (Red+Green+Blue) = 226+112+124=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2707C is #1D8F83. Grayscale: #939393. Windows color (decimal): -1937284 or 8155362. OLE color: 8155362.
HSL color Cylindrical-coordinate representation of color #E2707C: hue angle of 353.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2707C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 124 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.11 |
| HSL | 353.68º | 0.66% | 0.66% | - |
| HSV(B) | 353.68º | 0.5% | 0.89% | - |
| XYZ | 40.8 | 29.21 | 22.56 | - |
| YUV | 147.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 124 | 0 | 0.50 | 0.45 | 0.11 | 353.68 | 0.66 | 0.66 |
| Hex | E2 | 70 | 7C | 0 | 32 | 2D | B | 162 | 42 | 42 |
| Octal | 342 | 160 | 174 | 0 | 62 | 55 | 13 | 542 | 102 | 102 |
| Binary | 11100010 | 1110000 | 1111100 | 0 | 110010 | 101101 | 1011 | 101100010 | 1000010 | 1000010 |
Color Harmonies of #E2707C
Complementary color
Monochromatic Colors of #E2707C
Black with #E2707C
Text Example
Text Example
White with #E2707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2707C; }
p { color: rgb(226,112,124); }
H1.HeaderClassName
{
color: #E2707C;
}
.AnyTagClassName
{
color: #E2707C;
}
</style>
background-color css
<style>
a { background-color: #E2707C; }
a { background-color: rgb(226,112,124); }
div.DivClassName
{
background-color: #E2707C;
}
.BgClassName
{
background-color: #E2707C;
}
</style>
border-color css
<style>
span { border-color: #E2707C; }
span { border-color: rgb(226,112,124); }
td.TdClassName
{
border-color: #E2707C;
}
.TagClassName
{
border-color: #E2707C;
}
</style>