Shades of Froly #E2647B
Tints of Froly #E2647B
RGB
CMYK
RGB Variations
Color information
#E2647B (or 0xE2647B) is known color: Froly. HEX triplet: E2, 64 and 7B. RGB value is (226,100,123). Sum of RGB (Red+Green+Blue) = 226+100+123=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2647B is #1D9B84. Grayscale: #8C8C8C. Windows color (decimal): -1940357 or 8086754. OLE color: 8086754.
HSL color Cylindrical-coordinate representation of color #E2647B: hue angle of 349.05º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2647B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 123 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.11 |
| HSL | 349.05º | 0.68% | 0.64% | - |
| HSV(B) | 349.05º | 0.56% | 0.89% | - |
| XYZ | 39.5 | 26.71 | 21.81 | - |
| YUV | 140.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 123 | 0 | 0.56 | 0.46 | 0.11 | 349.05 | 0.68 | 0.64 |
| Hex | E2 | 64 | 7B | 0 | 38 | 2E | B | 15D | 44 | 40 |
| Octal | 342 | 144 | 173 | 0 | 70 | 56 | 13 | 535 | 104 | 100 |
| Binary | 11100010 | 1100100 | 1111011 | 0 | 111000 | 101110 | 1011 | 101011101 | 1000100 | 1000000 |
Color Harmonies of #E2647B
Complementary color
Monochromatic Colors of #E2647B
Black with #E2647B
Text Example
Text Example
White with #E2647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2647B; }
p { color: rgb(226,100,123); }
H1.HeaderClassName
{
color: #E2647B;
}
.AnyTagClassName
{
color: #E2647B;
}
</style>
background-color css
<style>
a { background-color: #E2647B; }
a { background-color: rgb(226,100,123); }
div.DivClassName
{
background-color: #E2647B;
}
.BgClassName
{
background-color: #E2647B;
}
</style>
border-color css
<style>
span { border-color: #E2647B; }
span { border-color: rgb(226,100,123); }
td.TdClassName
{
border-color: #E2647B;
}
.TagClassName
{
border-color: #E2647B;
}
</style>