Shades of Froly #E25F76
Tints of Froly #E25F76
RGB
CMYK
RGB Variations
Color information
#E25F76 (or 0xE25F76) is known color: Froly. HEX triplet: E2, 5F and 76. RGB value is (226,95,118). Sum of RGB (Red+Green+Blue) = 226+95+118=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F76 is #1DA089. Grayscale: #888888. Windows color (decimal): -1941642 or 7757794. OLE color: 7757794.
HSL color Cylindrical-coordinate representation of color #E25F76: hue angle of 349.47º 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 #E25F76 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 118 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.11 |
| HSL | 349.47º | 0.69% | 0.63% | - |
| HSV(B) | 349.47º | 0.58% | 0.89% | - |
| XYZ | 38.73 | 25.66 | 20.05 | - |
| YUV | 136.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 118 | 0 | 0.58 | 0.48 | 0.11 | 349.47 | 0.69 | 0.63 |
| Hex | E2 | 5F | 76 | 0 | 3A | 30 | B | 15D | 45 | 3F |
| Octal | 342 | 137 | 166 | 0 | 72 | 60 | 13 | 535 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1110110 | 0 | 111010 | 110000 | 1011 | 101011101 | 1000101 | 111111 |
Color Harmonies of #E25F76
Complementary color
Monochromatic Colors of #E25F76
Black with #E25F76
Text Example
Text Example
White with #E25F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F76; }
p { color: rgb(226,95,118); }
H1.HeaderClassName
{
color: #E25F76;
}
.AnyTagClassName
{
color: #E25F76;
}
</style>
background-color css
<style>
a { background-color: #E25F76; }
a { background-color: rgb(226,95,118); }
div.DivClassName
{
background-color: #E25F76;
}
.BgClassName
{
background-color: #E25F76;
}
</style>
border-color css
<style>
span { border-color: #E25F76; }
span { border-color: rgb(226,95,118); }
td.TdClassName
{
border-color: #E25F76;
}
.TagClassName
{
border-color: #E25F76;
}
</style>