Shades of Froly #E75F73
Tints of Froly #E75F73
RGB
CMYK
RGB Variations
Color information
#E75F73 (or 0xE75F73) is known color: Froly. HEX triplet: E7, 5F and 73. RGB value is (231,95,115). Sum of RGB (Red+Green+Blue) = 231+95+115=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F73 is #18A08C. Grayscale: #8A8A8A. Windows color (decimal): -1613965 or 7561191. OLE color: 7561191.
HSL color Cylindrical-coordinate representation of color #E75F73: hue angle of 351.18º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F73 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 115 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.09 |
| HSL | 351.18º | 0.74% | 0.64% | - |
| HSV(B) | 351.18º | 0.59% | 0.91% | - |
| XYZ | 40.14 | 26.41 | 19.2 | - |
| YUV | 137.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 115 | 0 | 0.59 | 0.50 | 0.09 | 351.18 | 0.74 | 0.64 |
| Hex | E7 | 5F | 73 | 0 | 3B | 32 | 9 | 15F | 4A | 40 |
| Octal | 347 | 137 | 163 | 0 | 73 | 62 | 11 | 537 | 112 | 100 |
| Binary | 11100111 | 1011111 | 1110011 | 0 | 111011 | 110010 | 1001 | 101011111 | 1001010 | 1000000 |
Color Harmonies of #E75F73
Complementary color
Monochromatic Colors of #E75F73
Black with #E75F73
Text Example
Text Example
White with #E75F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F73; }
p { color: rgb(231,95,115); }
H1.HeaderClassName
{
color: #E75F73;
}
.AnyTagClassName
{
color: #E75F73;
}
</style>
background-color css
<style>
a { background-color: #E75F73; }
a { background-color: rgb(231,95,115); }
div.DivClassName
{
background-color: #E75F73;
}
.BgClassName
{
background-color: #E75F73;
}
</style>
border-color css
<style>
span { border-color: #E75F73; }
span { border-color: rgb(231,95,115); }
td.TdClassName
{
border-color: #E75F73;
}
.TagClassName
{
border-color: #E75F73;
}
</style>