Shades of Froly #E8677D
Tints of Froly #E8677D
RGB
CMYK
RGB Variations
Color information
#E8677D (or 0xE8677D) is known color: Froly. HEX triplet: E8, 67 and 7D. RGB value is (232,103,125). Sum of RGB (Red+Green+Blue) = 232+103+125=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E8677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8677D is #179882. Grayscale: #909090. Windows color (decimal): -1546371 or 8218600. OLE color: 8218600.
HSL color Cylindrical-coordinate representation of color #E8677D: hue angle of 349.77º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8677D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 125 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.09 |
| HSL | 349.77º | 0.74% | 0.66% | - |
| HSV(B) | 349.77º | 0.56% | 0.91% | - |
| XYZ | 41.83 | 28.34 | 22.67 | - |
| YUV | 144.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 125 | 0 | 0.56 | 0.46 | 0.09 | 349.77 | 0.74 | 0.66 |
| Hex | E8 | 67 | 7D | 0 | 38 | 2E | 9 | 15E | 4A | 42 |
| Octal | 350 | 147 | 175 | 0 | 70 | 56 | 11 | 536 | 112 | 102 |
| Binary | 11101000 | 1100111 | 1111101 | 0 | 111000 | 101110 | 1001 | 101011110 | 1001010 | 1000010 |
Color Harmonies of #E8677D
Complementary color
Monochromatic Colors of #E8677D
Black with #E8677D
Text Example
Text Example
White with #E8677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8677D; }
p { color: rgb(232,103,125); }
H1.HeaderClassName
{
color: #E8677D;
}
.AnyTagClassName
{
color: #E8677D;
}
</style>
background-color css
<style>
a { background-color: #E8677D; }
a { background-color: rgb(232,103,125); }
div.DivClassName
{
background-color: #E8677D;
}
.BgClassName
{
background-color: #E8677D;
}
</style>
border-color css
<style>
span { border-color: #E8677D; }
span { border-color: rgb(232,103,125); }
td.TdClassName
{
border-color: #E8677D;
}
.TagClassName
{
border-color: #E8677D;
}
</style>