Shades of Froly #E6717D
Tints of Froly #E6717D
RGB
CMYK
RGB Variations
Color information
#E6717D (or 0xE6717D) is known color: Froly. HEX triplet: E6, 71 and 7D. RGB value is (230,113,125). Sum of RGB (Red+Green+Blue) = 230+113+125=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717D is #198E82. Grayscale: #959595. Windows color (decimal): -1674883 or 8221158. OLE color: 8221158.
HSL color Cylindrical-coordinate representation of color #E6717D: hue angle of 353.85º 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 #E6717D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 125 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.10 |
| HSL | 353.85º | 0.7% | 0.67% | - |
| HSV(B) | 353.85º | 0.51% | 0.9% | - |
| XYZ | 42.24 | 30.11 | 22.99 | - |
| YUV | 149.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 125 | 0 | 0.51 | 0.46 | 0.10 | 353.85 | 0.7 | 0.67 |
| Hex | E6 | 71 | 7D | 0 | 33 | 2E | A | 162 | 46 | 43 |
| Octal | 346 | 161 | 175 | 0 | 63 | 56 | 12 | 542 | 106 | 103 |
| Binary | 11100110 | 1110001 | 1111101 | 0 | 110011 | 101110 | 1010 | 101100010 | 1000110 | 1000011 |
Color Harmonies of #E6717D
Complementary color
Monochromatic Colors of #E6717D
Black with #E6717D
Text Example
Text Example
White with #E6717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6717D; }
p { color: rgb(230,113,125); }
H1.HeaderClassName
{
color: #E6717D;
}
.AnyTagClassName
{
color: #E6717D;
}
</style>
background-color css
<style>
a { background-color: #E6717D; }
a { background-color: rgb(230,113,125); }
div.DivClassName
{
background-color: #E6717D;
}
.BgClassName
{
background-color: #E6717D;
}
</style>
border-color css
<style>
span { border-color: #E6717D; }
span { border-color: rgb(230,113,125); }
td.TdClassName
{
border-color: #E6717D;
}
.TagClassName
{
border-color: #E6717D;
}
</style>