Shades of Froly #E75C70
Tints of Froly #E75C70
RGB
CMYK
RGB Variations
Color information
#E75C70 (or 0xE75C70) is known color: Froly. HEX triplet: E7, 5C and 70. RGB value is (231,92,112). Sum of RGB (Red+Green+Blue) = 231+92+112=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C70 is #18A38F. Grayscale: #878787. Windows color (decimal): -1614736 or 7363815. OLE color: 7363815.
HSL color Cylindrical-coordinate representation of color #E75C70: hue angle of 351.37º 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 #E75C70 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 112 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.09 |
| HSL | 351.37º | 0.74% | 0.63% | - |
| HSV(B) | 351.37º | 0.6% | 0.91% | - |
| XYZ | 39.71 | 25.81 | 18.22 | - |
| YUV | 135.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 112 | 0 | 0.60 | 0.52 | 0.09 | 351.37 | 0.74 | 0.63 |
| Hex | E7 | 5C | 70 | 0 | 3C | 34 | 9 | 15F | 4A | 3F |
| Octal | 347 | 134 | 160 | 0 | 74 | 64 | 11 | 537 | 112 | 77 |
| Binary | 11100111 | 1011100 | 1110000 | 0 | 111100 | 110100 | 1001 | 101011111 | 1001010 | 111111 |
Color Harmonies of #E75C70
Complementary color
Monochromatic Colors of #E75C70
Black with #E75C70
Text Example
Text Example
White with #E75C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C70; }
p { color: rgb(231,92,112); }
H1.HeaderClassName
{
color: #E75C70;
}
.AnyTagClassName
{
color: #E75C70;
}
</style>
background-color css
<style>
a { background-color: #E75C70; }
a { background-color: rgb(231,92,112); }
div.DivClassName
{
background-color: #E75C70;
}
.BgClassName
{
background-color: #E75C70;
}
</style>
border-color css
<style>
span { border-color: #E75C70; }
span { border-color: rgb(231,92,112); }
td.TdClassName
{
border-color: #E75C70;
}
.TagClassName
{
border-color: #E75C70;
}
</style>