Shades of Froly #E2626D
Tints of Froly #E2626D
RGB
CMYK
RGB Variations
Color information
#E2626D (or 0xE2626D) is known color: Froly. HEX triplet: E2, 62 and 6D. RGB value is (226,98,109). Sum of RGB (Red+Green+Blue) = 226+98+109=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2626D is #1D9D92. Grayscale: #898989. Windows color (decimal): -1940883 or 7168738. OLE color: 7168738.
HSL color Cylindrical-coordinate representation of color #E2626D: hue angle of 354.84º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2626D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 109 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.11 |
| HSL | 354.84º | 0.69% | 0.64% | - |
| HSV(B) | 354.84º | 0.57% | 0.89% | - |
| XYZ | 38.49 | 26.01 | 17.46 | - |
| YUV | 137.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 109 | 0 | 0.57 | 0.52 | 0.11 | 354.84 | 0.69 | 0.64 |
| Hex | E2 | 62 | 6D | 0 | 39 | 34 | B | 163 | 45 | 40 |
| Octal | 342 | 142 | 155 | 0 | 71 | 64 | 13 | 543 | 105 | 100 |
| Binary | 11100010 | 1100010 | 1101101 | 0 | 111001 | 110100 | 1011 | 101100011 | 1000101 | 1000000 |
Color Harmonies of #E2626D
Complementary color
Monochromatic Colors of #E2626D
Black with #E2626D
Text Example
Text Example
White with #E2626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2626D; }
p { color: rgb(226,98,109); }
H1.HeaderClassName
{
color: #E2626D;
}
.AnyTagClassName
{
color: #E2626D;
}
</style>
background-color css
<style>
a { background-color: #E2626D; }
a { background-color: rgb(226,98,109); }
div.DivClassName
{
background-color: #E2626D;
}
.BgClassName
{
background-color: #E2626D;
}
</style>
border-color css
<style>
span { border-color: #E2626D; }
span { border-color: rgb(226,98,109); }
td.TdClassName
{
border-color: #E2626D;
}
.TagClassName
{
border-color: #E2626D;
}
</style>