Shades of Froly #E2647A
Tints of Froly #E2647A
RGB
CMYK
RGB Variations
Color information
#E2647A (or 0xE2647A) is known color: Froly. HEX triplet: E2, 64 and 7A. RGB value is (226,100,122). Sum of RGB (Red+Green+Blue) = 226+100+122=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2647A is #1D9B85. Grayscale: #8C8C8C. Windows color (decimal): -1940358 or 8021218. OLE color: 8021218.
HSL color Cylindrical-coordinate representation of color #E2647A: hue angle of 349.52º 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 #E2647A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 122 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.11 |
| HSL | 349.52º | 0.68% | 0.64% | - |
| HSV(B) | 349.52º | 0.56% | 0.89% | - |
| XYZ | 39.43 | 26.69 | 21.49 | - |
| YUV | 140.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 122 | 0 | 0.56 | 0.46 | 0.11 | 349.52 | 0.68 | 0.64 |
| Hex | E2 | 64 | 7A | 0 | 38 | 2E | B | 15E | 44 | 40 |
| Octal | 342 | 144 | 172 | 0 | 70 | 56 | 13 | 536 | 104 | 100 |
| Binary | 11100010 | 1100100 | 1111010 | 0 | 111000 | 101110 | 1011 | 101011110 | 1000100 | 1000000 |
Color Harmonies of #E2647A
Complementary color
Monochromatic Colors of #E2647A
Black with #E2647A
Text Example
Text Example
White with #E2647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2647A; }
p { color: rgb(226,100,122); }
H1.HeaderClassName
{
color: #E2647A;
}
.AnyTagClassName
{
color: #E2647A;
}
</style>
background-color css
<style>
a { background-color: #E2647A; }
a { background-color: rgb(226,100,122); }
div.DivClassName
{
background-color: #E2647A;
}
.BgClassName
{
background-color: #E2647A;
}
</style>
border-color css
<style>
span { border-color: #E2647A; }
span { border-color: rgb(226,100,122); }
td.TdClassName
{
border-color: #E2647A;
}
.TagClassName
{
border-color: #E2647A;
}
</style>