Shades of Froly #E75D72
Tints of Froly #E75D72
RGB
CMYK
RGB Variations
Color information
#E75D72 (or 0xE75D72) is known color: Froly. HEX triplet: E7, 5D and 72. RGB value is (231,93,114). Sum of RGB (Red+Green+Blue) = 231+93+114=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D72 is #18A28D. Grayscale: #888888. Windows color (decimal): -1614478 or 7495143. OLE color: 7495143.
HSL color Cylindrical-coordinate representation of color #E75D72: hue angle of 350.87º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75D72 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 114 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.09 |
| HSL | 350.87º | 0.74% | 0.64% | - |
| HSV(B) | 350.87º | 0.6% | 0.91% | - |
| XYZ | 39.91 | 26.03 | 18.84 | - |
| YUV | 136.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 114 | 0 | 0.60 | 0.51 | 0.09 | 350.87 | 0.74 | 0.64 |
| Hex | E7 | 5D | 72 | 0 | 3C | 33 | 9 | 15F | 4A | 40 |
| Octal | 347 | 135 | 162 | 0 | 74 | 63 | 11 | 537 | 112 | 100 |
| Binary | 11100111 | 1011101 | 1110010 | 0 | 111100 | 110011 | 1001 | 101011111 | 1001010 | 1000000 |
Color Harmonies of #E75D72
Complementary color
Monochromatic Colors of #E75D72
Black with #E75D72
Text Example
Text Example
White with #E75D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D72; }
p { color: rgb(231,93,114); }
H1.HeaderClassName
{
color: #E75D72;
}
.AnyTagClassName
{
color: #E75D72;
}
</style>
background-color css
<style>
a { background-color: #E75D72; }
a { background-color: rgb(231,93,114); }
div.DivClassName
{
background-color: #E75D72;
}
.BgClassName
{
background-color: #E75D72;
}
</style>
border-color css
<style>
span { border-color: #E75D72; }
span { border-color: rgb(231,93,114); }
td.TdClassName
{
border-color: #E75D72;
}
.TagClassName
{
border-color: #E75D72;
}
</style>