Shades of Froly #E25D68
Tints of Froly #E25D68
RGB
CMYK
RGB Variations
Color information
#E25D68 (or 0xE25D68) is known color: Froly. HEX triplet: E2, 5D and 68. RGB value is (226,93,104). Sum of RGB (Red+Green+Blue) = 226+93+104=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D68 is #1DA297. Grayscale: #868686. Windows color (decimal): -1942168 or 6839778. OLE color: 6839778.
HSL color Cylindrical-coordinate representation of color #E25D68: hue angle of 355.04º 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 #E25D68 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 104 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.11 |
| HSL | 355.04º | 0.7% | 0.63% | - |
| HSV(B) | 355.04º | 0.59% | 0.89% | - |
| XYZ | 37.78 | 25 | 15.93 | - |
| YUV | 134.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 104 | 0 | 0.59 | 0.54 | 0.11 | 355.04 | 0.7 | 0.63 |
| Hex | E2 | 5D | 68 | 0 | 3B | 36 | B | 163 | 46 | 3F |
| Octal | 342 | 135 | 150 | 0 | 73 | 66 | 13 | 543 | 106 | 77 |
| Binary | 11100010 | 1011101 | 1101000 | 0 | 111011 | 110110 | 1011 | 101100011 | 1000110 | 111111 |
Color Harmonies of #E25D68
Complementary color
Monochromatic Colors of #E25D68
Black with #E25D68
Text Example
Text Example
White with #E25D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D68; }
p { color: rgb(226,93,104); }
H1.HeaderClassName
{
color: #E25D68;
}
.AnyTagClassName
{
color: #E25D68;
}
</style>
background-color css
<style>
a { background-color: #E25D68; }
a { background-color: rgb(226,93,104); }
div.DivClassName
{
background-color: #E25D68;
}
.BgClassName
{
background-color: #E25D68;
}
</style>
border-color css
<style>
span { border-color: #E25D68; }
span { border-color: rgb(226,93,104); }
td.TdClassName
{
border-color: #E25D68;
}
.TagClassName
{
border-color: #E25D68;
}
</style>