Shades of Froly #E75C62
Tints of Froly #E75C62
RGB
CMYK
RGB Variations
Color information
#E75C62 (or 0xE75C62) is known color: Froly. HEX triplet: E7, 5C and 62. RGB value is (231,92,98). Sum of RGB (Red+Green+Blue) = 231+92+98=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C62 is #18A39D. Grayscale: #868686. Windows color (decimal): -1614750 or 6446311. OLE color: 6446311.
HSL color Cylindrical-coordinate representation of color #E75C62: hue angle of 357.41º 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 #E75C62 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 98 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.09 |
| HSL | 357.41º | 0.74% | 0.63% | - |
| HSV(B) | 357.41º | 0.6% | 0.91% | - |
| XYZ | 38.99 | 25.53 | 14.43 | - |
| YUV | 134.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 98 | 0 | 0.60 | 0.58 | 0.09 | 357.41 | 0.74 | 0.63 |
| Hex | E7 | 5C | 62 | 0 | 3C | 3A | 9 | 165 | 4A | 3F |
| Octal | 347 | 134 | 142 | 0 | 74 | 72 | 11 | 545 | 112 | 77 |
| Binary | 11100111 | 1011100 | 1100010 | 0 | 111100 | 111010 | 1001 | 101100101 | 1001010 | 111111 |
Color Harmonies of #E75C62
Complementary color
Monochromatic Colors of #E75C62
Black with #E75C62
Text Example
Text Example
White with #E75C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C62; }
p { color: rgb(231,92,98); }
H1.HeaderClassName
{
color: #E75C62;
}
.AnyTagClassName
{
color: #E75C62;
}
</style>
background-color css
<style>
a { background-color: #E75C62; }
a { background-color: rgb(231,92,98); }
div.DivClassName
{
background-color: #E75C62;
}
.BgClassName
{
background-color: #E75C62;
}
</style>
border-color css
<style>
span { border-color: #E75C62; }
span { border-color: rgb(231,92,98); }
td.TdClassName
{
border-color: #E75C62;
}
.TagClassName
{
border-color: #E75C62;
}
</style>