Shades of Froly #E6737F
Tints of Froly #E6737F
RGB
CMYK
RGB Variations
Color information
#E6737F (or 0xE6737F) is known color: Froly. HEX triplet: E6, 73 and 7F. RGB value is (230,115,127). Sum of RGB (Red+Green+Blue) = 230+115+127=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6737F is #198C80. Grayscale: #969696. Windows color (decimal): -1674369 or 8352742. OLE color: 8352742.
HSL color Cylindrical-coordinate representation of color #E6737F: hue angle of 353.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6737F is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 127 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.10 |
| HSL | 353.74º | 0.7% | 0.68% | - |
| HSV(B) | 353.74º | 0.5% | 0.9% | - |
| XYZ | 42.59 | 30.62 | 23.74 | - |
| YUV | 150.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 127 | 0 | 0.5 | 0.45 | 0.10 | 353.74 | 0.7 | 0.68 |
| Hex | E6 | 73 | 7F | 0 | 32 | 2D | A | 162 | 46 | 44 |
| Octal | 346 | 163 | 177 | 0 | 62 | 55 | 12 | 542 | 106 | 104 |
| Binary | 11100110 | 1110011 | 1111111 | 0 | 110010 | 101101 | 1010 | 101100010 | 1000110 | 1000100 |
Color Harmonies of #E6737F
Complementary color
Monochromatic Colors of #E6737F
Black with #E6737F
Text Example
Text Example
White with #E6737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6737F; }
p { color: rgb(230,115,127); }
H1.HeaderClassName
{
color: #E6737F;
}
.AnyTagClassName
{
color: #E6737F;
}
</style>
background-color css
<style>
a { background-color: #E6737F; }
a { background-color: rgb(230,115,127); }
div.DivClassName
{
background-color: #E6737F;
}
.BgClassName
{
background-color: #E6737F;
}
</style>
border-color css
<style>
span { border-color: #E6737F; }
span { border-color: rgb(230,115,127); }
td.TdClassName
{
border-color: #E6737F;
}
.TagClassName
{
border-color: #E6737F;
}
</style>