Shades of Froly #E26C7C
Tints of Froly #E26C7C
RGB
CMYK
RGB Variations
Color information
#E26C7C (or 0xE26C7C) is known color: Froly. HEX triplet: E2, 6C and 7C. RGB value is (226,108,124). Sum of RGB (Red+Green+Blue) = 226+108+124=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C7C is #1D9383. Grayscale: #919191. Windows color (decimal): -1938308 or 8154338. OLE color: 8154338.
HSL color Cylindrical-coordinate representation of color #E26C7C: hue angle of 351.86º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26C7C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 124 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.11 |
| HSL | 351.86º | 0.67% | 0.65% | - |
| HSV(B) | 351.86º | 0.52% | 0.89% | - |
| XYZ | 40.36 | 28.35 | 22.41 | - |
| YUV | 145.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 124 | 0 | 0.52 | 0.45 | 0.11 | 351.86 | 0.67 | 0.65 |
| Hex | E2 | 6C | 7C | 0 | 34 | 2D | B | 160 | 43 | 41 |
| Octal | 342 | 154 | 174 | 0 | 64 | 55 | 13 | 540 | 103 | 101 |
| Binary | 11100010 | 1101100 | 1111100 | 0 | 110100 | 101101 | 1011 | 101100000 | 1000011 | 1000001 |
Color Harmonies of #E26C7C
Complementary color
Monochromatic Colors of #E26C7C
Black with #E26C7C
Text Example
Text Example
White with #E26C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C7C; }
p { color: rgb(226,108,124); }
H1.HeaderClassName
{
color: #E26C7C;
}
.AnyTagClassName
{
color: #E26C7C;
}
</style>
background-color css
<style>
a { background-color: #E26C7C; }
a { background-color: rgb(226,108,124); }
div.DivClassName
{
background-color: #E26C7C;
}
.BgClassName
{
background-color: #E26C7C;
}
</style>
border-color css
<style>
span { border-color: #E26C7C; }
span { border-color: rgb(226,108,124); }
td.TdClassName
{
border-color: #E26C7C;
}
.TagClassName
{
border-color: #E26C7C;
}
</style>