Shades of Froly #E25F70
Tints of Froly #E25F70
RGB
CMYK
RGB Variations
Color information
#E25F70 (or 0xE25F70) is known color: Froly. HEX triplet: E2, 5F and 70. RGB value is (226,95,112). Sum of RGB (Red+Green+Blue) = 226+95+112=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F70 is #1DA08F. Grayscale: #888888. Windows color (decimal): -1941648 or 7364578. OLE color: 7364578.
HSL color Cylindrical-coordinate representation of color #E25F70: hue angle of 352.21º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25F70 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 112 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.11 |
| HSL | 352.21º | 0.69% | 0.63% | - |
| HSV(B) | 352.21º | 0.58% | 0.89% | - |
| XYZ | 38.38 | 25.52 | 18.23 | - |
| YUV | 136.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 112 | 0 | 0.58 | 0.50 | 0.11 | 352.21 | 0.69 | 0.63 |
| Hex | E2 | 5F | 70 | 0 | 3A | 32 | B | 160 | 45 | 3F |
| Octal | 342 | 137 | 160 | 0 | 72 | 62 | 13 | 540 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1110000 | 0 | 111010 | 110010 | 1011 | 101100000 | 1000101 | 111111 |
Color Harmonies of #E25F70
Complementary color
Monochromatic Colors of #E25F70
Black with #E25F70
Text Example
Text Example
White with #E25F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F70; }
p { color: rgb(226,95,112); }
H1.HeaderClassName
{
color: #E25F70;
}
.AnyTagClassName
{
color: #E25F70;
}
</style>
background-color css
<style>
a { background-color: #E25F70; }
a { background-color: rgb(226,95,112); }
div.DivClassName
{
background-color: #E25F70;
}
.BgClassName
{
background-color: #E25F70;
}
</style>
border-color css
<style>
span { border-color: #E25F70; }
span { border-color: rgb(226,95,112); }
td.TdClassName
{
border-color: #E25F70;
}
.TagClassName
{
border-color: #E25F70;
}
</style>