Shades of Froly #E67C7D
Tints of Froly #E67C7D
RGB
CMYK
RGB Variations
Color information
#E67C7D (or 0xE67C7D) is known color: Froly. HEX triplet: E6, 7C and 7D. RGB value is (230,124,125). Sum of RGB (Red+Green+Blue) = 230+124+125=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C7D is #198382. Grayscale: #9B9B9B. Windows color (decimal): -1672067 or 8223974. OLE color: 8223974.
HSL color Cylindrical-coordinate representation of color #E67C7D: hue angle of 359.43º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67C7D is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 125 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.10 |
| HSL | 359.43º | 0.68% | 0.69% | - |
| HSV(B) | 359.43º | 0.46% | 0.9% | - |
| XYZ | 43.54 | 32.72 | 23.42 | - |
| YUV | 155.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 125 | 0 | 0.46 | 0.46 | 0.10 | 359.43 | 0.68 | 0.69 |
| Hex | E6 | 7C | 7D | 0 | 2E | 2E | A | 167 | 44 | 45 |
| Octal | 346 | 174 | 175 | 0 | 56 | 56 | 12 | 547 | 104 | 105 |
| Binary | 11100110 | 1111100 | 1111101 | 0 | 101110 | 101110 | 1010 | 101100111 | 1000100 | 1000101 |
Color Harmonies of #E67C7D
Complementary color
Monochromatic Colors of #E67C7D
Black with #E67C7D
Text Example
Text Example
White with #E67C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C7D; }
p { color: rgb(230,124,125); }
H1.HeaderClassName
{
color: #E67C7D;
}
.AnyTagClassName
{
color: #E67C7D;
}
</style>
background-color css
<style>
a { background-color: #E67C7D; }
a { background-color: rgb(230,124,125); }
div.DivClassName
{
background-color: #E67C7D;
}
.BgClassName
{
background-color: #E67C7D;
}
</style>
border-color css
<style>
span { border-color: #E67C7D; }
span { border-color: rgb(230,124,125); }
td.TdClassName
{
border-color: #E67C7D;
}
.TagClassName
{
border-color: #E67C7D;
}
</style>