Shades of Froly #E35C72
Tints of Froly #E35C72
RGB
CMYK
RGB Variations
Color information
#E35C72 (or 0xE35C72) is known color: Froly. HEX triplet: E3, 5C and 72. RGB value is (227,92,114). Sum of RGB (Red+Green+Blue) = 227+92+114=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C72 is #1CA38D. Grayscale: #868686. Windows color (decimal): -1876878 or 7494883. OLE color: 7494883.
HSL color Cylindrical-coordinate representation of color #E35C72: hue angle of 350.22º degrees, saturation: 0.71, 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 #E35C72 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 114 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.11 |
| HSL | 350.22º | 0.71% | 0.63% | - |
| HSV(B) | 350.22º | 0.59% | 0.89% | - |
| XYZ | 38.54 | 25.2 | 18.75 | - |
| YUV | 134.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 114 | 0 | 0.59 | 0.50 | 0.11 | 350.22 | 0.71 | 0.63 |
| Hex | E3 | 5C | 72 | 0 | 3B | 32 | B | 15E | 47 | 3F |
| Octal | 343 | 134 | 162 | 0 | 73 | 62 | 13 | 536 | 107 | 77 |
| Binary | 11100011 | 1011100 | 1110010 | 0 | 111011 | 110010 | 1011 | 101011110 | 1000111 | 111111 |
Color Harmonies of #E35C72
Complementary color
Monochromatic Colors of #E35C72
Black with #E35C72
Text Example
Text Example
White with #E35C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C72; }
p { color: rgb(227,92,114); }
H1.HeaderClassName
{
color: #E35C72;
}
.AnyTagClassName
{
color: #E35C72;
}
</style>
background-color css
<style>
a { background-color: #E35C72; }
a { background-color: rgb(227,92,114); }
div.DivClassName
{
background-color: #E35C72;
}
.BgClassName
{
background-color: #E35C72;
}
</style>
border-color css
<style>
span { border-color: #E35C72; }
span { border-color: rgb(227,92,114); }
td.TdClassName
{
border-color: #E35C72;
}
.TagClassName
{
border-color: #E35C72;
}
</style>