Shades of Froly #E1626B
Tints of Froly #E1626B
RGB
CMYK
RGB Variations
Color information
#E1626B (or 0xE1626B) is known color: Froly. HEX triplet: E1, 62 and 6B. RGB value is (225,98,107). Sum of RGB (Red+Green+Blue) = 225+98+107=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1626B is #1E9D94. Grayscale: #898989. Windows color (decimal): -2006421 or 7037665. OLE color: 7037665.
HSL color Cylindrical-coordinate representation of color #E1626B: hue angle of 355.75º 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 #E1626B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 107 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.12 |
| HSL | 355.75º | 0.68% | 0.63% | - |
| HSV(B) | 355.75º | 0.56% | 0.88% | - |
| XYZ | 38.07 | 25.8 | 16.88 | - |
| YUV | 137 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 107 | 0 | 0.56 | 0.52 | 0.12 | 355.75 | 0.68 | 0.63 |
| Hex | E1 | 62 | 6B | 0 | 38 | 34 | C | 164 | 44 | 3F |
| Octal | 341 | 142 | 153 | 0 | 70 | 64 | 14 | 544 | 104 | 77 |
| Binary | 11100001 | 1100010 | 1101011 | 0 | 111000 | 110100 | 1100 | 101100100 | 1000100 | 111111 |
Color Harmonies of #E1626B
Complementary color
Monochromatic Colors of #E1626B
Black with #E1626B
Text Example
Text Example
White with #E1626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1626B; }
p { color: rgb(225,98,107); }
H1.HeaderClassName
{
color: #E1626B;
}
.AnyTagClassName
{
color: #E1626B;
}
</style>
background-color css
<style>
a { background-color: #E1626B; }
a { background-color: rgb(225,98,107); }
div.DivClassName
{
background-color: #E1626B;
}
.BgClassName
{
background-color: #E1626B;
}
</style>
border-color css
<style>
span { border-color: #E1626B; }
span { border-color: rgb(225,98,107); }
td.TdClassName
{
border-color: #E1626B;
}
.TagClassName
{
border-color: #E1626B;
}
</style>