Shades of Froly #E26478
Tints of Froly #E26478
RGB
CMYK
RGB Variations
Color information
#E26478 (or 0xE26478) is known color: Froly. HEX triplet: E2, 64 and 78. RGB value is (226,100,120). Sum of RGB (Red+Green+Blue) = 226+100+120=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E26478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26478 is #1D9B87. Grayscale: #8C8C8C. Windows color (decimal): -1940360 or 7890146. OLE color: 7890146.
HSL color Cylindrical-coordinate representation of color #E26478: hue angle of 350.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26478 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 120 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.11 |
| HSL | 350.48º | 0.68% | 0.64% | - |
| HSV(B) | 350.48º | 0.56% | 0.89% | - |
| XYZ | 39.31 | 26.64 | 20.84 | - |
| YUV | 139.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 120 | 0 | 0.56 | 0.47 | 0.11 | 350.48 | 0.68 | 0.64 |
| Hex | E2 | 64 | 78 | 0 | 38 | 2F | B | 15E | 44 | 40 |
| Octal | 342 | 144 | 170 | 0 | 70 | 57 | 13 | 536 | 104 | 100 |
| Binary | 11100010 | 1100100 | 1111000 | 0 | 111000 | 101111 | 1011 | 101011110 | 1000100 | 1000000 |
Color Harmonies of #E26478
Complementary color
Monochromatic Colors of #E26478
Black with #E26478
Text Example
Text Example
White with #E26478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26478; }
p { color: rgb(226,100,120); }
H1.HeaderClassName
{
color: #E26478;
}
.AnyTagClassName
{
color: #E26478;
}
</style>
background-color css
<style>
a { background-color: #E26478; }
a { background-color: rgb(226,100,120); }
div.DivClassName
{
background-color: #E26478;
}
.BgClassName
{
background-color: #E26478;
}
</style>
border-color css
<style>
span { border-color: #E26478; }
span { border-color: rgb(226,100,120); }
td.TdClassName
{
border-color: #E26478;
}
.TagClassName
{
border-color: #E26478;
}
</style>