Shades of Froly #E67E7F
Tints of Froly #E67E7F
RGB
CMYK
RGB Variations
Color information
#E67E7F (or 0xE67E7F) is known color: Froly. HEX triplet: E6, 7E and 7F. RGB value is (230,126,127). Sum of RGB (Red+Green+Blue) = 230+126+127=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E67E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67E7F is #198180. Grayscale: #9D9D9D. Windows color (decimal): -1671553 or 8355558. OLE color: 8355558.
HSL color Cylindrical-coordinate representation of color #E67E7F: hue angle of 359.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67E7F is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 127 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.10 |
| HSL | 359.42º | 0.68% | 0.7% | - |
| HSV(B) | 359.42º | 0.45% | 0.9% | - |
| XYZ | 43.92 | 33.28 | 24.19 | - |
| YUV | 157.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 127 | 0 | 0.45 | 0.45 | 0.10 | 359.42 | 0.68 | 0.7 |
| Hex | E6 | 7E | 7F | 0 | 2D | 2D | A | 167 | 44 | 46 |
| Octal | 346 | 176 | 177 | 0 | 55 | 55 | 12 | 547 | 104 | 106 |
| Binary | 11100110 | 1111110 | 1111111 | 0 | 101101 | 101101 | 1010 | 101100111 | 1000100 | 1000110 |
Color Harmonies of #E67E7F
Complementary color
Monochromatic Colors of #E67E7F
Black with #E67E7F
Text Example
Text Example
White with #E67E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67E7F; }
p { color: rgb(230,126,127); }
H1.HeaderClassName
{
color: #E67E7F;
}
.AnyTagClassName
{
color: #E67E7F;
}
</style>
background-color css
<style>
a { background-color: #E67E7F; }
a { background-color: rgb(230,126,127); }
div.DivClassName
{
background-color: #E67E7F;
}
.BgClassName
{
background-color: #E67E7F;
}
</style>
border-color css
<style>
span { border-color: #E67E7F; }
span { border-color: rgb(230,126,127); }
td.TdClassName
{
border-color: #E67E7F;
}
.TagClassName
{
border-color: #E67E7F;
}
</style>