Shades of Froly #E26D7D
Tints of Froly #E26D7D
RGB
CMYK
RGB Variations
Color information
#E26D7D (or 0xE26D7D) is known color: Froly. HEX triplet: E2, 6D and 7D. RGB value is (226,109,125). Sum of RGB (Red+Green+Blue) = 226+109+125=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D7D is #1D9282. Grayscale: #919191. Windows color (decimal): -1938051 or 8220130. OLE color: 8220130.
HSL color Cylindrical-coordinate representation of color #E26D7D: hue angle of 351.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26D7D is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 125 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.11 |
| HSL | 351.79º | 0.67% | 0.66% | - |
| HSV(B) | 351.79º | 0.52% | 0.89% | - |
| XYZ | 40.53 | 28.59 | 22.78 | - |
| YUV | 145.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 125 | 0 | 0.52 | 0.45 | 0.11 | 351.79 | 0.67 | 0.66 |
| Hex | E2 | 6D | 7D | 0 | 34 | 2D | B | 160 | 43 | 42 |
| Octal | 342 | 155 | 175 | 0 | 64 | 55 | 13 | 540 | 103 | 102 |
| Binary | 11100010 | 1101101 | 1111101 | 0 | 110100 | 101101 | 1011 | 101100000 | 1000011 | 1000010 |
Color Harmonies of #E26D7D
Complementary color
Monochromatic Colors of #E26D7D
Black with #E26D7D
Text Example
Text Example
White with #E26D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D7D; }
p { color: rgb(226,109,125); }
H1.HeaderClassName
{
color: #E26D7D;
}
.AnyTagClassName
{
color: #E26D7D;
}
</style>
background-color css
<style>
a { background-color: #E26D7D; }
a { background-color: rgb(226,109,125); }
div.DivClassName
{
background-color: #E26D7D;
}
.BgClassName
{
background-color: #E26D7D;
}
</style>
border-color css
<style>
span { border-color: #E26D7D; }
span { border-color: rgb(226,109,125); }
td.TdClassName
{
border-color: #E26D7D;
}
.TagClassName
{
border-color: #E26D7D;
}
</style>