Shades of Froly #E75C72
Tints of Froly #E75C72
RGB
CMYK
RGB Variations
Color information
#E75C72 (or 0xE75C72) is known color: Froly. HEX triplet: E7, 5C and 72. RGB value is (231,92,114). Sum of RGB (Red+Green+Blue) = 231+92+114=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C72 is #18A38D. Grayscale: #888888. Windows color (decimal): -1614734 or 7494887. OLE color: 7494887.
HSL color Cylindrical-coordinate representation of color #E75C72: hue angle of 350.5º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C72 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 114 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.09 |
| HSL | 350.5º | 0.74% | 0.63% | - |
| HSV(B) | 350.5º | 0.6% | 0.91% | - |
| XYZ | 39.82 | 25.86 | 18.81 | - |
| YUV | 136.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 114 | 0 | 0.60 | 0.51 | 0.09 | 350.5 | 0.74 | 0.63 |
| Hex | E7 | 5C | 72 | 0 | 3C | 33 | 9 | 15F | 4A | 3F |
| Octal | 347 | 134 | 162 | 0 | 74 | 63 | 11 | 537 | 112 | 77 |
| Binary | 11100111 | 1011100 | 1110010 | 0 | 111100 | 110011 | 1001 | 101011111 | 1001010 | 111111 |
Color Harmonies of #E75C72
Complementary color
Monochromatic Colors of #E75C72
Black with #E75C72
Text Example
Text Example
White with #E75C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C72; }
p { color: rgb(231,92,114); }
H1.HeaderClassName
{
color: #E75C72;
}
.AnyTagClassName
{
color: #E75C72;
}
</style>
background-color css
<style>
a { background-color: #E75C72; }
a { background-color: rgb(231,92,114); }
div.DivClassName
{
background-color: #E75C72;
}
.BgClassName
{
background-color: #E75C72;
}
</style>
border-color css
<style>
span { border-color: #E75C72; }
span { border-color: rgb(231,92,114); }
td.TdClassName
{
border-color: #E75C72;
}
.TagClassName
{
border-color: #E75C72;
}
</style>