Shades of Froly #E2626C
Tints of Froly #E2626C
RGB
CMYK
RGB Variations
Color information
#E2626C (or 0xE2626C) is known color: Froly. HEX triplet: E2, 62 and 6C. RGB value is (226,98,108). Sum of RGB (Red+Green+Blue) = 226+98+108=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2626C is #1D9D93. Grayscale: #898989. Windows color (decimal): -1940884 or 7103202. OLE color: 7103202.
HSL color Cylindrical-coordinate representation of color #E2626C: hue angle of 355.31º 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 #E2626C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 108 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.11 |
| HSL | 355.31º | 0.69% | 0.64% | - |
| HSV(B) | 355.31º | 0.57% | 0.89% | - |
| XYZ | 38.44 | 25.99 | 17.18 | - |
| YUV | 137.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 108 | 0 | 0.57 | 0.52 | 0.11 | 355.31 | 0.69 | 0.64 |
| Hex | E2 | 62 | 6C | 0 | 39 | 34 | B | 163 | 45 | 40 |
| Octal | 342 | 142 | 154 | 0 | 71 | 64 | 13 | 543 | 105 | 100 |
| Binary | 11100010 | 1100010 | 1101100 | 0 | 111001 | 110100 | 1011 | 101100011 | 1000101 | 1000000 |
Color Harmonies of #E2626C
Complementary color
Monochromatic Colors of #E2626C
Black with #E2626C
Text Example
Text Example
White with #E2626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2626C; }
p { color: rgb(226,98,108); }
H1.HeaderClassName
{
color: #E2626C;
}
.AnyTagClassName
{
color: #E2626C;
}
</style>
background-color css
<style>
a { background-color: #E2626C; }
a { background-color: rgb(226,98,108); }
div.DivClassName
{
background-color: #E2626C;
}
.BgClassName
{
background-color: #E2626C;
}
</style>
border-color css
<style>
span { border-color: #E2626C; }
span { border-color: rgb(226,98,108); }
td.TdClassName
{
border-color: #E2626C;
}
.TagClassName
{
border-color: #E2626C;
}
</style>