Shades of Froly #E25A68
Tints of Froly #E25A68
RGB
CMYK
RGB Variations
Color information
#E25A68 (or 0xE25A68) is known color: Froly. HEX triplet: E2, 5A and 68. RGB value is (226,90,104). Sum of RGB (Red+Green+Blue) = 226+90+104=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A68 is #1DA597. Grayscale: #848484. Windows color (decimal): -1942936 or 6839010. OLE color: 6839010.
HSL color Cylindrical-coordinate representation of color #E25A68: hue angle of 353.82º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A68 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 104 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.11 |
| HSL | 353.82º | 0.7% | 0.62% | - |
| HSV(B) | 353.82º | 0.6% | 0.89% | - |
| XYZ | 37.52 | 24.48 | 15.84 | - |
| YUV | 132.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 104 | 0 | 0.60 | 0.54 | 0.11 | 353.82 | 0.7 | 0.62 |
| Hex | E2 | 5A | 68 | 0 | 3C | 36 | B | 162 | 46 | 3E |
| Octal | 342 | 132 | 150 | 0 | 74 | 66 | 13 | 542 | 106 | 76 |
| Binary | 11100010 | 1011010 | 1101000 | 0 | 111100 | 110110 | 1011 | 101100010 | 1000110 | 111110 |
Color Harmonies of #E25A68
Complementary color
Monochromatic Colors of #E25A68
Black with #E25A68
Text Example
Text Example
White with #E25A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A68; }
p { color: rgb(226,90,104); }
H1.HeaderClassName
{
color: #E25A68;
}
.AnyTagClassName
{
color: #E25A68;
}
</style>
background-color css
<style>
a { background-color: #E25A68; }
a { background-color: rgb(226,90,104); }
div.DivClassName
{
background-color: #E25A68;
}
.BgClassName
{
background-color: #E25A68;
}
</style>
border-color css
<style>
span { border-color: #E25A68; }
span { border-color: rgb(226,90,104); }
td.TdClassName
{
border-color: #E25A68;
}
.TagClassName
{
border-color: #E25A68;
}
</style>