Shades of Froly #E05E6F
Tints of Froly #E05E6F
RGB
CMYK
RGB Variations
Color information
#E05E6F (or 0xE05E6F) is known color: Froly. HEX triplet: E0, 5E and 6F. RGB value is (224,94,111). Sum of RGB (Red+Green+Blue) = 224+94+111=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E6F is #1FA190. Grayscale: #868686. Windows color (decimal): -2072977 or 7298784. OLE color: 7298784.
HSL color Cylindrical-coordinate representation of color #E05E6F: hue angle of 352.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05E6F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 111 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.12 |
| HSL | 352.15º | 0.68% | 0.62% | - |
| HSV(B) | 352.15º | 0.58% | 0.88% | - |
| XYZ | 37.61 | 25 | 17.88 | - |
| YUV | 134.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 111 | 0 | 0.58 | 0.50 | 0.12 | 352.15 | 0.68 | 0.62 |
| Hex | E0 | 5E | 6F | 0 | 3A | 32 | C | 160 | 44 | 3E |
| Octal | 340 | 136 | 157 | 0 | 72 | 62 | 14 | 540 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1101111 | 0 | 111010 | 110010 | 1100 | 101100000 | 1000100 | 111110 |
Color Harmonies of #E05E6F
Complementary color
Monochromatic Colors of #E05E6F
Black with #E05E6F
Text Example
Text Example
White with #E05E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E6F; }
p { color: rgb(224,94,111); }
H1.HeaderClassName
{
color: #E05E6F;
}
.AnyTagClassName
{
color: #E05E6F;
}
</style>
background-color css
<style>
a { background-color: #E05E6F; }
a { background-color: rgb(224,94,111); }
div.DivClassName
{
background-color: #E05E6F;
}
.BgClassName
{
background-color: #E05E6F;
}
</style>
border-color css
<style>
span { border-color: #E05E6F; }
span { border-color: rgb(224,94,111); }
td.TdClassName
{
border-color: #E05E6F;
}
.TagClassName
{
border-color: #E05E6F;
}
</style>