Shades of Froly #E6717B
Tints of Froly #E6717B
RGB
CMYK
RGB Variations
Color information
#E6717B (or 0xE6717B) is known color: Froly. HEX triplet: E6, 71 and 7B. RGB value is (230,113,123). Sum of RGB (Red+Green+Blue) = 230+113+123=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717B is #198E84. Grayscale: #959595. Windows color (decimal): -1674885 or 8090086. OLE color: 8090086.
HSL color Cylindrical-coordinate representation of color #E6717B: hue angle of 354.87º 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 #E6717B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 123 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.10 |
| HSL | 354.87º | 0.7% | 0.67% | - |
| HSV(B) | 354.87º | 0.51% | 0.9% | - |
| XYZ | 42.11 | 30.06 | 22.32 | - |
| YUV | 149.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 123 | 0 | 0.51 | 0.47 | 0.10 | 354.87 | 0.7 | 0.67 |
| Hex | E6 | 71 | 7B | 0 | 33 | 2F | A | 163 | 46 | 43 |
| Octal | 346 | 161 | 173 | 0 | 63 | 57 | 12 | 543 | 106 | 103 |
| Binary | 11100110 | 1110001 | 1111011 | 0 | 110011 | 101111 | 1010 | 101100011 | 1000110 | 1000011 |
Color Harmonies of #E6717B
Complementary color
Monochromatic Colors of #E6717B
Black with #E6717B
Text Example
Text Example
White with #E6717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6717B; }
p { color: rgb(230,113,123); }
H1.HeaderClassName
{
color: #E6717B;
}
.AnyTagClassName
{
color: #E6717B;
}
</style>
background-color css
<style>
a { background-color: #E6717B; }
a { background-color: rgb(230,113,123); }
div.DivClassName
{
background-color: #E6717B;
}
.BgClassName
{
background-color: #E6717B;
}
</style>
border-color css
<style>
span { border-color: #E6717B; }
span { border-color: rgb(230,113,123); }
td.TdClassName
{
border-color: #E6717B;
}
.TagClassName
{
border-color: #E6717B;
}
</style>