Shades of Froly #E45C6D
Tints of Froly #E45C6D
RGB
CMYK
RGB Variations
Color information
#E45C6D (or 0xE45C6D) is known color: Froly. HEX triplet: E4, 5C and 6D. RGB value is (228,92,109). Sum of RGB (Red+Green+Blue) = 228+92+109=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C6D is #1BA392. Grayscale: #868686. Windows color (decimal): -1811347 or 7167204. OLE color: 7167204.
HSL color Cylindrical-coordinate representation of color #E45C6D: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45C6D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 109 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.11 |
| HSL | 352.5º | 0.72% | 0.63% | - |
| HSV(B) | 352.5º | 0.6% | 0.89% | - |
| XYZ | 38.58 | 25.25 | 17.31 | - |
| YUV | 134.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 109 | 0 | 0.60 | 0.52 | 0.11 | 352.5 | 0.72 | 0.63 |
| Hex | E4 | 5C | 6D | 0 | 3C | 34 | B | 160 | 48 | 3F |
| Octal | 344 | 134 | 155 | 0 | 74 | 64 | 13 | 540 | 110 | 77 |
| Binary | 11100100 | 1011100 | 1101101 | 0 | 111100 | 110100 | 1011 | 101100000 | 1001000 | 111111 |
Color Harmonies of #E45C6D
Complementary color
Monochromatic Colors of #E45C6D
Black with #E45C6D
Text Example
Text Example
White with #E45C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C6D; }
p { color: rgb(228,92,109); }
H1.HeaderClassName
{
color: #E45C6D;
}
.AnyTagClassName
{
color: #E45C6D;
}
</style>
background-color css
<style>
a { background-color: #E45C6D; }
a { background-color: rgb(228,92,109); }
div.DivClassName
{
background-color: #E45C6D;
}
.BgClassName
{
background-color: #E45C6D;
}
</style>
border-color css
<style>
span { border-color: #E45C6D; }
span { border-color: rgb(228,92,109); }
td.TdClassName
{
border-color: #E45C6D;
}
.TagClassName
{
border-color: #E45C6D;
}
</style>