Shades of Froly #E1626A
Tints of Froly #E1626A
RGB
CMYK
RGB Variations
Color information
#E1626A (or 0xE1626A) is known color: Froly. HEX triplet: E1, 62 and 6A. RGB value is (225,98,106). Sum of RGB (Red+Green+Blue) = 225+98+106=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1626A is #1E9D95. Grayscale: #888888. Windows color (decimal): -2006422 or 6972129. OLE color: 6972129.
HSL color Cylindrical-coordinate representation of color #E1626A: hue angle of 356.22º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1626A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 106 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.12 |
| HSL | 356.22º | 0.68% | 0.63% | - |
| HSV(B) | 356.22º | 0.56% | 0.88% | - |
| XYZ | 38.02 | 25.78 | 16.61 | - |
| YUV | 136.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 106 | 0 | 0.56 | 0.53 | 0.12 | 356.22 | 0.68 | 0.63 |
| Hex | E1 | 62 | 6A | 0 | 38 | 35 | C | 164 | 44 | 3F |
| Octal | 341 | 142 | 152 | 0 | 70 | 65 | 14 | 544 | 104 | 77 |
| Binary | 11100001 | 1100010 | 1101010 | 0 | 111000 | 110101 | 1100 | 101100100 | 1000100 | 111111 |
Color Harmonies of #E1626A
Complementary color
Monochromatic Colors of #E1626A
Black with #E1626A
Text Example
Text Example
White with #E1626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1626A; }
p { color: rgb(225,98,106); }
H1.HeaderClassName
{
color: #E1626A;
}
.AnyTagClassName
{
color: #E1626A;
}
</style>
background-color css
<style>
a { background-color: #E1626A; }
a { background-color: rgb(225,98,106); }
div.DivClassName
{
background-color: #E1626A;
}
.BgClassName
{
background-color: #E1626A;
}
</style>
border-color css
<style>
span { border-color: #E1626A; }
span { border-color: rgb(225,98,106); }
td.TdClassName
{
border-color: #E1626A;
}
.TagClassName
{
border-color: #E1626A;
}
</style>