Shades of Froly #E6717C
Tints of Froly #E6717C
RGB
CMYK
RGB Variations
Color information
#E6717C (or 0xE6717C) is known color: Froly. HEX triplet: E6, 71 and 7C. RGB value is (230,113,124). Sum of RGB (Red+Green+Blue) = 230+113+124=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717C is #198E83. Grayscale: #959595. Windows color (decimal): -1674884 or 8155622. OLE color: 8155622.
HSL color Cylindrical-coordinate representation of color #E6717C: hue angle of 354.36º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6717C is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 124 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.10 |
| HSL | 354.36º | 0.7% | 0.67% | - |
| HSV(B) | 354.36º | 0.51% | 0.9% | - |
| XYZ | 42.18 | 30.09 | 22.65 | - |
| YUV | 149.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 124 | 0 | 0.51 | 0.46 | 0.10 | 354.36 | 0.7 | 0.67 |
| Hex | E6 | 71 | 7C | 0 | 33 | 2E | A | 162 | 46 | 43 |
| Octal | 346 | 161 | 174 | 0 | 63 | 56 | 12 | 542 | 106 | 103 |
| Binary | 11100110 | 1110001 | 1111100 | 0 | 110011 | 101110 | 1010 | 101100010 | 1000110 | 1000011 |
Color Harmonies of #E6717C
Complementary color
Monochromatic Colors of #E6717C
Black with #E6717C
Text Example
Text Example
White with #E6717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6717C; }
p { color: rgb(230,113,124); }
H1.HeaderClassName
{
color: #E6717C;
}
.AnyTagClassName
{
color: #E6717C;
}
</style>
background-color css
<style>
a { background-color: #E6717C; }
a { background-color: rgb(230,113,124); }
div.DivClassName
{
background-color: #E6717C;
}
.BgClassName
{
background-color: #E6717C;
}
</style>
border-color css
<style>
span { border-color: #E6717C; }
span { border-color: rgb(230,113,124); }
td.TdClassName
{
border-color: #E6717C;
}
.TagClassName
{
border-color: #E6717C;
}
</style>