Shades of Froly #E27A7D
Tints of Froly #E27A7D
RGB
CMYK
RGB Variations
Color information
#E27A7D (or 0xE27A7D) is known color: Froly. HEX triplet: E2, 7A and 7D. RGB value is (226,122,125). Sum of RGB (Red+Green+Blue) = 226+122+125=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A7D is #1D8582. Grayscale: #999999. Windows color (decimal): -1934723 or 8223458. OLE color: 8223458.
HSL color Cylindrical-coordinate representation of color #E27A7D: hue angle of 358.27º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27A7D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 125 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.11 |
| HSL | 358.27º | 0.64% | 0.68% | - |
| HSV(B) | 358.27º | 0.46% | 0.89% | - |
| XYZ | 42.03 | 31.57 | 23.28 | - |
| YUV | 153.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 125 | 0 | 0.46 | 0.45 | 0.11 | 358.27 | 0.64 | 0.68 |
| Hex | E2 | 7A | 7D | 0 | 2E | 2D | B | 166 | 40 | 44 |
| Octal | 342 | 172 | 175 | 0 | 56 | 55 | 13 | 546 | 100 | 104 |
| Binary | 11100010 | 1111010 | 1111101 | 0 | 101110 | 101101 | 1011 | 101100110 | 1000000 | 1000100 |
Color Harmonies of #E27A7D
Complementary color
Monochromatic Colors of #E27A7D
Black with #E27A7D
Text Example
Text Example
White with #E27A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A7D; }
p { color: rgb(226,122,125); }
H1.HeaderClassName
{
color: #E27A7D;
}
.AnyTagClassName
{
color: #E27A7D;
}
</style>
background-color css
<style>
a { background-color: #E27A7D; }
a { background-color: rgb(226,122,125); }
div.DivClassName
{
background-color: #E27A7D;
}
.BgClassName
{
background-color: #E27A7D;
}
</style>
border-color css
<style>
span { border-color: #E27A7D; }
span { border-color: rgb(226,122,125); }
td.TdClassName
{
border-color: #E27A7D;
}
.TagClassName
{
border-color: #E27A7D;
}
</style>