Shades of Froly #E2727F
Tints of Froly #E2727F
RGB
CMYK
RGB Variations
Color information
#E2727F (or 0xE2727F) is known color: Froly. HEX triplet: E2, 72 and 7F. RGB value is (226,114,127). Sum of RGB (Red+Green+Blue) = 226+114+127=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2727F is #1D8D80. Grayscale: #959595. Windows color (decimal): -1936769 or 8352482. OLE color: 8352482.
HSL color Cylindrical-coordinate representation of color #E2727F: hue angle of 353.04º 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 #E2727F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 127 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.11 |
| HSL | 353.04º | 0.66% | 0.67% | - |
| HSV(B) | 353.04º | 0.5% | 0.89% | - |
| XYZ | 41.21 | 29.74 | 23.65 | - |
| YUV | 148.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 127 | 0 | 0.50 | 0.44 | 0.11 | 353.04 | 0.66 | 0.67 |
| Hex | E2 | 72 | 7F | 0 | 32 | 2C | B | 161 | 42 | 43 |
| Octal | 342 | 162 | 177 | 0 | 62 | 54 | 13 | 541 | 102 | 103 |
| Binary | 11100010 | 1110010 | 1111111 | 0 | 110010 | 101100 | 1011 | 101100001 | 1000010 | 1000011 |
Color Harmonies of #E2727F
Complementary color
Monochromatic Colors of #E2727F
Black with #E2727F
Text Example
Text Example
White with #E2727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2727F; }
p { color: rgb(226,114,127); }
H1.HeaderClassName
{
color: #E2727F;
}
.AnyTagClassName
{
color: #E2727F;
}
</style>
background-color css
<style>
a { background-color: #E2727F; }
a { background-color: rgb(226,114,127); }
div.DivClassName
{
background-color: #E2727F;
}
.BgClassName
{
background-color: #E2727F;
}
</style>
border-color css
<style>
span { border-color: #E2727F; }
span { border-color: rgb(226,114,127); }
td.TdClassName
{
border-color: #E2727F;
}
.TagClassName
{
border-color: #E2727F;
}
</style>