Shades of Froly #E2707B
Tints of Froly #E2707B
RGB
CMYK
RGB Variations
Color information
#E2707B (or 0xE2707B) is known color: Froly. HEX triplet: E2, 70 and 7B. RGB value is (226,112,123). Sum of RGB (Red+Green+Blue) = 226+112+123=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2707B is #1D8F84. Grayscale: #939393. Windows color (decimal): -1937285 or 8089826. OLE color: 8089826.
HSL color Cylindrical-coordinate representation of color #E2707B: hue angle of 354.21º 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 #E2707B is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 123 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.11 |
| HSL | 354.21º | 0.66% | 0.66% | - |
| HSV(B) | 354.21º | 0.5% | 0.89% | - |
| XYZ | 40.73 | 29.19 | 22.23 | - |
| YUV | 147.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 123 | 0 | 0.50 | 0.46 | 0.11 | 354.21 | 0.66 | 0.66 |
| Hex | E2 | 70 | 7B | 0 | 32 | 2E | B | 162 | 42 | 42 |
| Octal | 342 | 160 | 173 | 0 | 62 | 56 | 13 | 542 | 102 | 102 |
| Binary | 11100010 | 1110000 | 1111011 | 0 | 110010 | 101110 | 1011 | 101100010 | 1000010 | 1000010 |
Color Harmonies of #E2707B
Complementary color
Monochromatic Colors of #E2707B
Black with #E2707B
Text Example
Text Example
White with #E2707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2707B; }
p { color: rgb(226,112,123); }
H1.HeaderClassName
{
color: #E2707B;
}
.AnyTagClassName
{
color: #E2707B;
}
</style>
background-color css
<style>
a { background-color: #E2707B; }
a { background-color: rgb(226,112,123); }
div.DivClassName
{
background-color: #E2707B;
}
.BgClassName
{
background-color: #E2707B;
}
</style>
border-color css
<style>
span { border-color: #E2707B; }
span { border-color: rgb(226,112,123); }
td.TdClassName
{
border-color: #E2707B;
}
.TagClassName
{
border-color: #E2707B;
}
</style>