Shades of Froly #E2727C
Tints of Froly #E2727C
RGB
CMYK
RGB Variations
Color information
#E2727C (or 0xE2727C) is known color: Froly. HEX triplet: E2, 72 and 7C. RGB value is (226,114,124). Sum of RGB (Red+Green+Blue) = 226+114+124=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2727C is #1D8D83. Grayscale: #949494. Windows color (decimal): -1936772 or 8155874. OLE color: 8155874.
HSL color Cylindrical-coordinate representation of color #E2727C: hue angle of 354.64º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2727C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 124 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.11 |
| HSL | 354.64º | 0.66% | 0.67% | - |
| HSV(B) | 354.64º | 0.5% | 0.89% | - |
| XYZ | 41.02 | 29.66 | 22.63 | - |
| YUV | 148.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 124 | 0 | 0.50 | 0.45 | 0.11 | 354.64 | 0.66 | 0.67 |
| Hex | E2 | 72 | 7C | 0 | 32 | 2D | B | 163 | 42 | 43 |
| Octal | 342 | 162 | 174 | 0 | 62 | 55 | 13 | 543 | 102 | 103 |
| Binary | 11100010 | 1110010 | 1111100 | 0 | 110010 | 101101 | 1011 | 101100011 | 1000010 | 1000011 |
Color Harmonies of #E2727C
Complementary color
Monochromatic Colors of #E2727C
Black with #E2727C
Text Example
Text Example
White with #E2727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2727C; }
p { color: rgb(226,114,124); }
H1.HeaderClassName
{
color: #E2727C;
}
.AnyTagClassName
{
color: #E2727C;
}
</style>
background-color css
<style>
a { background-color: #E2727C; }
a { background-color: rgb(226,114,124); }
div.DivClassName
{
background-color: #E2727C;
}
.BgClassName
{
background-color: #E2727C;
}
</style>
border-color css
<style>
span { border-color: #E2727C; }
span { border-color: rgb(226,114,124); }
td.TdClassName
{
border-color: #E2727C;
}
.TagClassName
{
border-color: #E2727C;
}
</style>