Shades of Froly #E7667D
Tints of Froly #E7667D
RGB
CMYK
RGB Variations
Color information
#E7667D (or 0xE7667D) is known color: Froly. HEX triplet: E7, 66 and 7D. RGB value is (231,102,125). Sum of RGB (Red+Green+Blue) = 231+102+125=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7667D is #189982. Grayscale: #8F8F8F. Windows color (decimal): -1612163 or 8218343. OLE color: 8218343.
HSL color Cylindrical-coordinate representation of color #E7667D: hue angle of 349.3º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7667D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 125 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.09 |
| HSL | 349.3º | 0.73% | 0.65% | - |
| HSV(B) | 349.3º | 0.56% | 0.91% | - |
| XYZ | 41.41 | 27.97 | 22.62 | - |
| YUV | 143.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 125 | 0 | 0.56 | 0.46 | 0.09 | 349.3 | 0.73 | 0.65 |
| Hex | E7 | 66 | 7D | 0 | 38 | 2E | 9 | 15D | 49 | 41 |
| Octal | 347 | 146 | 175 | 0 | 70 | 56 | 11 | 535 | 111 | 101 |
| Binary | 11100111 | 1100110 | 1111101 | 0 | 111000 | 101110 | 1001 | 101011101 | 1001001 | 1000001 |
Color Harmonies of #E7667D
Complementary color
Monochromatic Colors of #E7667D
Black with #E7667D
Text Example
Text Example
White with #E7667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7667D; }
p { color: rgb(231,102,125); }
H1.HeaderClassName
{
color: #E7667D;
}
.AnyTagClassName
{
color: #E7667D;
}
</style>
background-color css
<style>
a { background-color: #E7667D; }
a { background-color: rgb(231,102,125); }
div.DivClassName
{
background-color: #E7667D;
}
.BgClassName
{
background-color: #E7667D;
}
</style>
border-color css
<style>
span { border-color: #E7667D; }
span { border-color: rgb(231,102,125); }
td.TdClassName
{
border-color: #E7667D;
}
.TagClassName
{
border-color: #E7667D;
}
</style>