Shades of Froly #E27275
Tints of Froly #E27275
RGB
CMYK
RGB Variations
Color information
#E27275 (or 0xE27275) is known color: Froly. HEX triplet: E2, 72 and 75. RGB value is (226,114,117). Sum of RGB (Red+Green+Blue) = 226+114+117=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E27275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27275 is #1D8D8A. Grayscale: #939393. Windows color (decimal): -1936779 or 7697122. OLE color: 7697122.
HSL color Cylindrical-coordinate representation of color #E27275: hue angle of 358.39º 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 #E27275 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 117 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.11 |
| HSL | 358.39º | 0.66% | 0.67% | - |
| HSV(B) | 358.39º | 0.5% | 0.89% | - |
| XYZ | 40.59 | 29.49 | 20.38 | - |
| YUV | 147.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 117 | 0 | 0.50 | 0.48 | 0.11 | 358.39 | 0.66 | 0.67 |
| Hex | E2 | 72 | 75 | 0 | 32 | 30 | B | 166 | 42 | 43 |
| Octal | 342 | 162 | 165 | 0 | 62 | 60 | 13 | 546 | 102 | 103 |
| Binary | 11100010 | 1110010 | 1110101 | 0 | 110010 | 110000 | 1011 | 101100110 | 1000010 | 1000011 |
Color Harmonies of #E27275
Complementary color
Monochromatic Colors of #E27275
Black with #E27275
Text Example
Text Example
White with #E27275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27275; }
p { color: rgb(226,114,117); }
H1.HeaderClassName
{
color: #E27275;
}
.AnyTagClassName
{
color: #E27275;
}
</style>
background-color css
<style>
a { background-color: #E27275; }
a { background-color: rgb(226,114,117); }
div.DivClassName
{
background-color: #E27275;
}
.BgClassName
{
background-color: #E27275;
}
</style>
border-color css
<style>
span { border-color: #E27275; }
span { border-color: rgb(226,114,117); }
td.TdClassName
{
border-color: #E27275;
}
.TagClassName
{
border-color: #E27275;
}
</style>