Shades of Froly #E2737A
Tints of Froly #E2737A
RGB
CMYK
RGB Variations
Color information
#E2737A (or 0xE2737A) is known color: Froly. HEX triplet: E2, 73 and 7A. RGB value is (226,115,122). Sum of RGB (Red+Green+Blue) = 226+115+122=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2737A is #1D8C85. Grayscale: #959595. Windows color (decimal): -1936518 or 8025058. OLE color: 8025058.
HSL color Cylindrical-coordinate representation of color #E2737A: hue angle of 356.22º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2737A is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 122 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.11 |
| HSL | 356.22º | 0.66% | 0.67% | - |
| HSV(B) | 356.22º | 0.49% | 0.89% | - |
| XYZ | 41.01 | 29.84 | 22.01 | - |
| YUV | 148.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 122 | 0 | 0.49 | 0.46 | 0.11 | 356.22 | 0.66 | 0.67 |
| Hex | E2 | 73 | 7A | 0 | 31 | 2E | B | 164 | 42 | 43 |
| Octal | 342 | 163 | 172 | 0 | 61 | 56 | 13 | 544 | 102 | 103 |
| Binary | 11100010 | 1110011 | 1111010 | 0 | 110001 | 101110 | 1011 | 101100100 | 1000010 | 1000011 |
Color Harmonies of #E2737A
Complementary color
Monochromatic Colors of #E2737A
Black with #E2737A
Text Example
Text Example
White with #E2737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2737A; }
p { color: rgb(226,115,122); }
H1.HeaderClassName
{
color: #E2737A;
}
.AnyTagClassName
{
color: #E2737A;
}
</style>
background-color css
<style>
a { background-color: #E2737A; }
a { background-color: rgb(226,115,122); }
div.DivClassName
{
background-color: #E2737A;
}
.BgClassName
{
background-color: #E2737A;
}
</style>
border-color css
<style>
span { border-color: #E2737A; }
span { border-color: rgb(226,115,122); }
td.TdClassName
{
border-color: #E2737A;
}
.TagClassName
{
border-color: #E2737A;
}
</style>