Shades of Froly #E06F7F
Tints of Froly #E06F7F
RGB
CMYK
RGB Variations
Color information
#E06F7F (or 0xE06F7F) is known color: Froly. HEX triplet: E0, 6F and 7F. RGB value is (224,111,127). Sum of RGB (Red+Green+Blue) = 224+111+127=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F7F is #1F9080. Grayscale: #929292. Windows color (decimal): -2068609 or 8351712. OLE color: 8351712.
HSL color Cylindrical-coordinate representation of color #E06F7F: hue angle of 351.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F7F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 127 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.12 |
| HSL | 351.5º | 0.65% | 0.66% | - |
| HSV(B) | 351.5º | 0.5% | 0.88% | - |
| XYZ | 40.26 | 28.75 | 23.51 | - |
| YUV | 146.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 127 | 0 | 0.50 | 0.43 | 0.12 | 351.5 | 0.65 | 0.66 |
| Hex | E0 | 6F | 7F | 0 | 32 | 2B | C | 160 | 41 | 42 |
| Octal | 340 | 157 | 177 | 0 | 62 | 53 | 14 | 540 | 101 | 102 |
| Binary | 11100000 | 1101111 | 1111111 | 0 | 110010 | 101011 | 1100 | 101100000 | 1000001 | 1000010 |
Color Harmonies of #E06F7F
Complementary color
Monochromatic Colors of #E06F7F
Black with #E06F7F
Text Example
Text Example
White with #E06F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F7F; }
p { color: rgb(224,111,127); }
H1.HeaderClassName
{
color: #E06F7F;
}
.AnyTagClassName
{
color: #E06F7F;
}
</style>
background-color css
<style>
a { background-color: #E06F7F; }
a { background-color: rgb(224,111,127); }
div.DivClassName
{
background-color: #E06F7F;
}
.BgClassName
{
background-color: #E06F7F;
}
</style>
border-color css
<style>
span { border-color: #E06F7F; }
span { border-color: rgb(224,111,127); }
td.TdClassName
{
border-color: #E06F7F;
}
.TagClassName
{
border-color: #E06F7F;
}
</style>