Shades of Froly #E7677D
Tints of Froly #E7677D
RGB
CMYK
RGB Variations
Color information
#E7677D (or 0xE7677D) is known color: Froly. HEX triplet: E7, 67 and 7D. RGB value is (231,103,125). Sum of RGB (Red+Green+Blue) = 231+103+125=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7677D is #189882. Grayscale: #8F8F8F. Windows color (decimal): -1611907 or 8218599. OLE color: 8218599.
HSL color Cylindrical-coordinate representation of color #E7677D: hue angle of 349.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7677D is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 125 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.09 |
| HSL | 349.69º | 0.73% | 0.65% | - |
| HSV(B) | 349.69º | 0.55% | 0.91% | - |
| XYZ | 41.51 | 28.17 | 22.65 | - |
| YUV | 143.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 125 | 0 | 0.55 | 0.46 | 0.09 | 349.69 | 0.73 | 0.65 |
| Hex | E7 | 67 | 7D | 0 | 37 | 2E | 9 | 15E | 49 | 41 |
| Octal | 347 | 147 | 175 | 0 | 67 | 56 | 11 | 536 | 111 | 101 |
| Binary | 11100111 | 1100111 | 1111101 | 0 | 110111 | 101110 | 1001 | 101011110 | 1001001 | 1000001 |
Color Harmonies of #E7677D
Complementary color
Monochromatic Colors of #E7677D
Black with #E7677D
Text Example
Text Example
White with #E7677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7677D; }
p { color: rgb(231,103,125); }
H1.HeaderClassName
{
color: #E7677D;
}
.AnyTagClassName
{
color: #E7677D;
}
</style>
background-color css
<style>
a { background-color: #E7677D; }
a { background-color: rgb(231,103,125); }
div.DivClassName
{
background-color: #E7677D;
}
.BgClassName
{
background-color: #E7677D;
}
</style>
border-color css
<style>
span { border-color: #E7677D; }
span { border-color: rgb(231,103,125); }
td.TdClassName
{
border-color: #E7677D;
}
.TagClassName
{
border-color: #E7677D;
}
</style>