Shades of Froly #E05D6C
Tints of Froly #E05D6C
RGB
CMYK
RGB Variations
Color information
#E05D6C (or 0xE05D6C) is known color: Froly. HEX triplet: E0, 5D and 6C. RGB value is (224,93,108). Sum of RGB (Red+Green+Blue) = 224+93+108=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D6C is #1FA293. Grayscale: #858585. Windows color (decimal): -2073236 or 7101920. OLE color: 7101920.
HSL color Cylindrical-coordinate representation of color #E05D6C: hue angle of 353.13º 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 #E05D6C is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 108 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.12 |
| HSL | 353.13º | 0.68% | 0.62% | - |
| HSV(B) | 353.13º | 0.58% | 0.88% | - |
| XYZ | 37.36 | 24.76 | 17 | - |
| YUV | 133.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 108 | 0 | 0.58 | 0.52 | 0.12 | 353.13 | 0.68 | 0.62 |
| Hex | E0 | 5D | 6C | 0 | 3A | 34 | C | 161 | 44 | 3E |
| Octal | 340 | 135 | 154 | 0 | 72 | 64 | 14 | 541 | 104 | 76 |
| Binary | 11100000 | 1011101 | 1101100 | 0 | 111010 | 110100 | 1100 | 101100001 | 1000100 | 111110 |
Color Harmonies of #E05D6C
Complementary color
Monochromatic Colors of #E05D6C
Black with #E05D6C
Text Example
Text Example
White with #E05D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D6C; }
p { color: rgb(224,93,108); }
H1.HeaderClassName
{
color: #E05D6C;
}
.AnyTagClassName
{
color: #E05D6C;
}
</style>
background-color css
<style>
a { background-color: #E05D6C; }
a { background-color: rgb(224,93,108); }
div.DivClassName
{
background-color: #E05D6C;
}
.BgClassName
{
background-color: #E05D6C;
}
</style>
border-color css
<style>
span { border-color: #E05D6C; }
span { border-color: rgb(224,93,108); }
td.TdClassName
{
border-color: #E05D6C;
}
.TagClassName
{
border-color: #E05D6C;
}
</style>