Shades of Froly #E25C6F
Tints of Froly #E25C6F
RGB
CMYK
RGB Variations
Color information
#E25C6F (or 0xE25C6F) is known color: Froly. HEX triplet: E2, 5C and 6F. RGB value is (226,92,111). Sum of RGB (Red+Green+Blue) = 226+92+111=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C6F is #1DA390. Grayscale: #868686. Windows color (decimal): -1942417 or 7298274. OLE color: 7298274.
HSL color Cylindrical-coordinate representation of color #E25C6F: hue angle of 351.49º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C6F is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 111 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.11 |
| HSL | 351.49º | 0.7% | 0.62% | - |
| HSV(B) | 351.49º | 0.59% | 0.89% | - |
| XYZ | 38.06 | 24.97 | 17.85 | - |
| YUV | 134.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 111 | 0 | 0.59 | 0.51 | 0.11 | 351.49 | 0.7 | 0.62 |
| Hex | E2 | 5C | 6F | 0 | 3B | 33 | B | 15F | 46 | 3E |
| Octal | 342 | 134 | 157 | 0 | 73 | 63 | 13 | 537 | 106 | 76 |
| Binary | 11100010 | 1011100 | 1101111 | 0 | 111011 | 110011 | 1011 | 101011111 | 1000110 | 111110 |
Color Harmonies of #E25C6F
Complementary color
Monochromatic Colors of #E25C6F
Black with #E25C6F
Text Example
Text Example
White with #E25C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C6F; }
p { color: rgb(226,92,111); }
H1.HeaderClassName
{
color: #E25C6F;
}
.AnyTagClassName
{
color: #E25C6F;
}
</style>
background-color css
<style>
a { background-color: #E25C6F; }
a { background-color: rgb(226,92,111); }
div.DivClassName
{
background-color: #E25C6F;
}
.BgClassName
{
background-color: #E25C6F;
}
</style>
border-color css
<style>
span { border-color: #E25C6F; }
span { border-color: rgb(226,92,111); }
td.TdClassName
{
border-color: #E25C6F;
}
.TagClassName
{
border-color: #E25C6F;
}
</style>