Shades of Froly #E25F62
Tints of Froly #E25F62
RGB
CMYK
RGB Variations
Color information
#E25F62 (or 0xE25F62) is known color: Froly. HEX triplet: E2, 5F and 62. RGB value is (226,95,98). Sum of RGB (Red+Green+Blue) = 226+95+98=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F62 is #1DA09D. Grayscale: #868686. Windows color (decimal): -1941662 or 6447074. OLE color: 6447074.
HSL color Cylindrical-coordinate representation of color #E25F62: hue angle of 358.63º 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 #E25F62 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 98 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.11 |
| HSL | 358.63º | 0.69% | 0.63% | - |
| HSV(B) | 358.63º | 0.58% | 0.89% | - |
| XYZ | 37.66 | 25.24 | 14.44 | - |
| YUV | 134.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 98 | 0 | 0.58 | 0.57 | 0.11 | 358.63 | 0.69 | 0.63 |
| Hex | E2 | 5F | 62 | 0 | 3A | 39 | B | 167 | 45 | 3F |
| Octal | 342 | 137 | 142 | 0 | 72 | 71 | 13 | 547 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1100010 | 0 | 111010 | 111001 | 1011 | 101100111 | 1000101 | 111111 |
Color Harmonies of #E25F62
Complementary color
Monochromatic Colors of #E25F62
Black with #E25F62
Text Example
Text Example
White with #E25F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F62; }
p { color: rgb(226,95,98); }
H1.HeaderClassName
{
color: #E25F62;
}
.AnyTagClassName
{
color: #E25F62;
}
</style>
background-color css
<style>
a { background-color: #E25F62; }
a { background-color: rgb(226,95,98); }
div.DivClassName
{
background-color: #E25F62;
}
.BgClassName
{
background-color: #E25F62;
}
</style>
border-color css
<style>
span { border-color: #E25F62; }
span { border-color: rgb(226,95,98); }
td.TdClassName
{
border-color: #E25F62;
}
.TagClassName
{
border-color: #E25F62;
}
</style>