Shades of Froly #E05D6F
Tints of Froly #E05D6F
RGB
CMYK
RGB Variations
Color information
#E05D6F (or 0xE05D6F) is known color: Froly. HEX triplet: E0, 5D and 6F. RGB value is (224,93,111). Sum of RGB (Red+Green+Blue) = 224+93+111=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D6F is #1FA290. Grayscale: #868686. Windows color (decimal): -2073233 or 7298528. OLE color: 7298528.
HSL color Cylindrical-coordinate representation of color #E05D6F: hue angle of 351.76º 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 #E05D6F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 111 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.12 |
| HSL | 351.76º | 0.68% | 0.62% | - |
| HSV(B) | 351.76º | 0.58% | 0.88% | - |
| XYZ | 37.52 | 24.82 | 17.85 | - |
| YUV | 134.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 111 | 0 | 0.58 | 0.50 | 0.12 | 351.76 | 0.68 | 0.62 |
| Hex | E0 | 5D | 6F | 0 | 3A | 32 | C | 160 | 44 | 3E |
| Octal | 340 | 135 | 157 | 0 | 72 | 62 | 14 | 540 | 104 | 76 |
| Binary | 11100000 | 1011101 | 1101111 | 0 | 111010 | 110010 | 1100 | 101100000 | 1000100 | 111110 |
Color Harmonies of #E05D6F
Complementary color
Monochromatic Colors of #E05D6F
Black with #E05D6F
Text Example
Text Example
White with #E05D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D6F; }
p { color: rgb(224,93,111); }
H1.HeaderClassName
{
color: #E05D6F;
}
.AnyTagClassName
{
color: #E05D6F;
}
</style>
background-color css
<style>
a { background-color: #E05D6F; }
a { background-color: rgb(224,93,111); }
div.DivClassName
{
background-color: #E05D6F;
}
.BgClassName
{
background-color: #E05D6F;
}
</style>
border-color css
<style>
span { border-color: #E05D6F; }
span { border-color: rgb(224,93,111); }
td.TdClassName
{
border-color: #E05D6F;
}
.TagClassName
{
border-color: #E05D6F;
}
</style>