Shades of Froly #E0647D
Tints of Froly #E0647D
RGB
CMYK
RGB Variations
Color information
#E0647D (or 0xE0647D) is known color: Froly. HEX triplet: E0, 64 and 7D. RGB value is (224,100,125). Sum of RGB (Red+Green+Blue) = 224+100+125=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0647D is #1F9B82. Grayscale: #8B8B8B. Windows color (decimal): -2071427 or 8217824. OLE color: 8217824.
HSL color Cylindrical-coordinate representation of color #E0647D: hue angle of 347.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0647D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 125 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.12 |
| HSL | 347.9º | 0.67% | 0.64% | - |
| HSV(B) | 347.9º | 0.55% | 0.88% | - |
| XYZ | 39 | 26.44 | 22.45 | - |
| YUV | 139.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 125 | 0 | 0.55 | 0.44 | 0.12 | 347.9 | 0.67 | 0.64 |
| Hex | E0 | 64 | 7D | 0 | 37 | 2C | C | 15C | 43 | 40 |
| Octal | 340 | 144 | 175 | 0 | 67 | 54 | 14 | 534 | 103 | 100 |
| Binary | 11100000 | 1100100 | 1111101 | 0 | 110111 | 101100 | 1100 | 101011100 | 1000011 | 1000000 |
Color Harmonies of #E0647D
Complementary color
Monochromatic Colors of #E0647D
Black with #E0647D
Text Example
Text Example
White with #E0647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0647D; }
p { color: rgb(224,100,125); }
H1.HeaderClassName
{
color: #E0647D;
}
.AnyTagClassName
{
color: #E0647D;
}
</style>
background-color css
<style>
a { background-color: #E0647D; }
a { background-color: rgb(224,100,125); }
div.DivClassName
{
background-color: #E0647D;
}
.BgClassName
{
background-color: #E0647D;
}
</style>
border-color css
<style>
span { border-color: #E0647D; }
span { border-color: rgb(224,100,125); }
td.TdClassName
{
border-color: #E0647D;
}
.TagClassName
{
border-color: #E0647D;
}
</style>