Shades of Froly #E25D64
Tints of Froly #E25D64
RGB
CMYK
RGB Variations
Color information
#E25D64 (or 0xE25D64) is known color: Froly. HEX triplet: E2, 5D and 64. RGB value is (226,93,100). Sum of RGB (Red+Green+Blue) = 226+93+100=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D64 is #1DA29B. Grayscale: #858585. Windows color (decimal): -1942172 or 6577634. OLE color: 6577634.
HSL color Cylindrical-coordinate representation of color #E25D64: hue angle of 356.84º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D64 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 100 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.11 |
| HSL | 356.84º | 0.7% | 0.63% | - |
| HSV(B) | 356.84º | 0.59% | 0.89% | - |
| XYZ | 37.58 | 24.92 | 14.89 | - |
| YUV | 133.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 100 | 0 | 0.59 | 0.56 | 0.11 | 356.84 | 0.7 | 0.63 |
| Hex | E2 | 5D | 64 | 0 | 3B | 38 | B | 165 | 46 | 3F |
| Octal | 342 | 135 | 144 | 0 | 73 | 70 | 13 | 545 | 106 | 77 |
| Binary | 11100010 | 1011101 | 1100100 | 0 | 111011 | 111000 | 1011 | 101100101 | 1000110 | 111111 |
Color Harmonies of #E25D64
Complementary color
Monochromatic Colors of #E25D64
Black with #E25D64
Text Example
Text Example
White with #E25D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D64; }
p { color: rgb(226,93,100); }
H1.HeaderClassName
{
color: #E25D64;
}
.AnyTagClassName
{
color: #E25D64;
}
</style>
background-color css
<style>
a { background-color: #E25D64; }
a { background-color: rgb(226,93,100); }
div.DivClassName
{
background-color: #E25D64;
}
.BgClassName
{
background-color: #E25D64;
}
</style>
border-color css
<style>
span { border-color: #E25D64; }
span { border-color: rgb(226,93,100); }
td.TdClassName
{
border-color: #E25D64;
}
.TagClassName
{
border-color: #E25D64;
}
</style>