Shades of Froly #E8677E
Tints of Froly #E8677E
RGB
CMYK
RGB Variations
Color information
#E8677E (or 0xE8677E) is known color: Froly. HEX triplet: E8, 67 and 7E. RGB value is (232,103,126). Sum of RGB (Red+Green+Blue) = 232+103+126=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E8677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8677E is #179881. Grayscale: #909090. Windows color (decimal): -1546370 or 8284136. OLE color: 8284136.
HSL color Cylindrical-coordinate representation of color #E8677E: hue angle of 349.3º 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 #E8677E is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 126 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.09 |
| HSL | 349.3º | 0.74% | 0.66% | - |
| HSV(B) | 349.3º | 0.56% | 0.91% | - |
| XYZ | 41.89 | 28.36 | 23.01 | - |
| YUV | 144.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 126 | 0 | 0.56 | 0.46 | 0.09 | 349.3 | 0.74 | 0.66 |
| Hex | E8 | 67 | 7E | 0 | 38 | 2E | 9 | 15D | 4A | 42 |
| Octal | 350 | 147 | 176 | 0 | 70 | 56 | 11 | 535 | 112 | 102 |
| Binary | 11101000 | 1100111 | 1111110 | 0 | 111000 | 101110 | 1001 | 101011101 | 1001010 | 1000010 |
Color Harmonies of #E8677E
Complementary color
Monochromatic Colors of #E8677E
Black with #E8677E
Text Example
Text Example
White with #E8677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8677E; }
p { color: rgb(232,103,126); }
H1.HeaderClassName
{
color: #E8677E;
}
.AnyTagClassName
{
color: #E8677E;
}
</style>
background-color css
<style>
a { background-color: #E8677E; }
a { background-color: rgb(232,103,126); }
div.DivClassName
{
background-color: #E8677E;
}
.BgClassName
{
background-color: #E8677E;
}
</style>
border-color css
<style>
span { border-color: #E8677E; }
span { border-color: rgb(232,103,126); }
td.TdClassName
{
border-color: #E8677E;
}
.TagClassName
{
border-color: #E8677E;
}
</style>