Shades of Froly #E2637D
Tints of Froly #E2637D
RGB
CMYK
RGB Variations
Color information
#E2637D (or 0xE2637D) is known color: Froly. HEX triplet: E2, 63 and 7D. RGB value is (226,99,125). Sum of RGB (Red+Green+Blue) = 226+99+125=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2637D is #1D9C82. Grayscale: #8B8B8B. Windows color (decimal): -1940611 or 8217570. OLE color: 8217570.
HSL color Cylindrical-coordinate representation of color #E2637D: hue angle of 347.72º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2637D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 125 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.11 |
| HSL | 347.72º | 0.69% | 0.64% | - |
| HSV(B) | 347.72º | 0.56% | 0.89% | - |
| XYZ | 39.53 | 26.57 | 22.45 | - |
| YUV | 139.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 125 | 0 | 0.56 | 0.45 | 0.11 | 347.72 | 0.69 | 0.64 |
| Hex | E2 | 63 | 7D | 0 | 38 | 2D | B | 15C | 45 | 40 |
| Octal | 342 | 143 | 175 | 0 | 70 | 55 | 13 | 534 | 105 | 100 |
| Binary | 11100010 | 1100011 | 1111101 | 0 | 111000 | 101101 | 1011 | 101011100 | 1000101 | 1000000 |
Color Harmonies of #E2637D
Complementary color
Monochromatic Colors of #E2637D
Black with #E2637D
Text Example
Text Example
White with #E2637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2637D; }
p { color: rgb(226,99,125); }
H1.HeaderClassName
{
color: #E2637D;
}
.AnyTagClassName
{
color: #E2637D;
}
</style>
background-color css
<style>
a { background-color: #E2637D; }
a { background-color: rgb(226,99,125); }
div.DivClassName
{
background-color: #E2637D;
}
.BgClassName
{
background-color: #E2637D;
}
</style>
border-color css
<style>
span { border-color: #E2637D; }
span { border-color: rgb(226,99,125); }
td.TdClassName
{
border-color: #E2637D;
}
.TagClassName
{
border-color: #E2637D;
}
</style>