Shades of Froly #E25C67
Tints of Froly #E25C67
RGB
CMYK
RGB Variations
Color information
#E25C67 (or 0xE25C67) is known color: Froly. HEX triplet: E2, 5C and 67. RGB value is (226,92,103). Sum of RGB (Red+Green+Blue) = 226+92+103=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C67 is #1DA398. Grayscale: #858585. Windows color (decimal): -1942425 or 6773986. OLE color: 6773986.
HSL color Cylindrical-coordinate representation of color #E25C67: hue angle of 355.07º 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 #E25C67 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 103 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.11 |
| HSL | 355.07º | 0.7% | 0.62% | - |
| HSV(B) | 355.07º | 0.59% | 0.89% | - |
| XYZ | 37.64 | 24.8 | 15.64 | - |
| YUV | 133.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 103 | 0 | 0.59 | 0.54 | 0.11 | 355.07 | 0.7 | 0.62 |
| Hex | E2 | 5C | 67 | 0 | 3B | 36 | B | 163 | 46 | 3E |
| Octal | 342 | 134 | 147 | 0 | 73 | 66 | 13 | 543 | 106 | 76 |
| Binary | 11100010 | 1011100 | 1100111 | 0 | 111011 | 110110 | 1011 | 101100011 | 1000110 | 111110 |
Color Harmonies of #E25C67
Complementary color
Monochromatic Colors of #E25C67
Black with #E25C67
Text Example
Text Example
White with #E25C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C67; }
p { color: rgb(226,92,103); }
H1.HeaderClassName
{
color: #E25C67;
}
.AnyTagClassName
{
color: #E25C67;
}
</style>
background-color css
<style>
a { background-color: #E25C67; }
a { background-color: rgb(226,92,103); }
div.DivClassName
{
background-color: #E25C67;
}
.BgClassName
{
background-color: #E25C67;
}
</style>
border-color css
<style>
span { border-color: #E25C67; }
span { border-color: rgb(226,92,103); }
td.TdClassName
{
border-color: #E25C67;
}
.TagClassName
{
border-color: #E25C67;
}
</style>