Shades of Froly #E25F68
Tints of Froly #E25F68
RGB
CMYK
RGB Variations
Color information
#E25F68 (or 0xE25F68) is known color: Froly. HEX triplet: E2, 5F and 68. RGB value is (226,95,104). Sum of RGB (Red+Green+Blue) = 226+95+104=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F68 is #1DA097. Grayscale: #878787. Windows color (decimal): -1941656 or 6840290. OLE color: 6840290.
HSL color Cylindrical-coordinate representation of color #E25F68: hue angle of 355.88º 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 #E25F68 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 104 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.11 |
| HSL | 355.88º | 0.69% | 0.63% | - |
| HSV(B) | 355.88º | 0.58% | 0.89% | - |
| XYZ | 37.95 | 25.35 | 15.99 | - |
| YUV | 135.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 104 | 0 | 0.58 | 0.54 | 0.11 | 355.88 | 0.69 | 0.63 |
| Hex | E2 | 5F | 68 | 0 | 3A | 36 | B | 164 | 45 | 3F |
| Octal | 342 | 137 | 150 | 0 | 72 | 66 | 13 | 544 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1101000 | 0 | 111010 | 110110 | 1011 | 101100100 | 1000101 | 111111 |
Color Harmonies of #E25F68
Complementary color
Monochromatic Colors of #E25F68
Black with #E25F68
Text Example
Text Example
White with #E25F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F68; }
p { color: rgb(226,95,104); }
H1.HeaderClassName
{
color: #E25F68;
}
.AnyTagClassName
{
color: #E25F68;
}
</style>
background-color css
<style>
a { background-color: #E25F68; }
a { background-color: rgb(226,95,104); }
div.DivClassName
{
background-color: #E25F68;
}
.BgClassName
{
background-color: #E25F68;
}
</style>
border-color css
<style>
span { border-color: #E25F68; }
span { border-color: rgb(226,95,104); }
td.TdClassName
{
border-color: #E25F68;
}
.TagClassName
{
border-color: #E25F68;
}
</style>