Shades of Froly #E95C70
Tints of Froly #E95C70
RGB
CMYK
RGB Variations
Color information
#E95C70 (or 0xE95C70) is known color: Froly. HEX triplet: E9, 5C and 70. RGB value is (233,92,112). Sum of RGB (Red+Green+Blue) = 233+92+112=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C70 is #16A38F. Grayscale: #888888. Windows color (decimal): -1483664 or 7363817. OLE color: 7363817.
HSL color Cylindrical-coordinate representation of color #E95C70: hue angle of 351.49º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95C70 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 112 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.09 |
| HSL | 351.49º | 0.76% | 0.64% | - |
| HSV(B) | 351.49º | 0.61% | 0.91% | - |
| XYZ | 40.36 | 26.15 | 18.25 | - |
| YUV | 136.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 112 | 0 | 0.61 | 0.52 | 0.09 | 351.49 | 0.76 | 0.64 |
| Hex | E9 | 5C | 70 | 0 | 3D | 34 | 9 | 15F | 4C | 40 |
| Octal | 351 | 134 | 160 | 0 | 75 | 64 | 11 | 537 | 114 | 100 |
| Binary | 11101001 | 1011100 | 1110000 | 0 | 111101 | 110100 | 1001 | 101011111 | 1001100 | 1000000 |
Color Harmonies of #E95C70
Complementary color
Monochromatic Colors of #E95C70
Black with #E95C70
Text Example
Text Example
White with #E95C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C70; }
p { color: rgb(233,92,112); }
H1.HeaderClassName
{
color: #E95C70;
}
.AnyTagClassName
{
color: #E95C70;
}
</style>
background-color css
<style>
a { background-color: #E95C70; }
a { background-color: rgb(233,92,112); }
div.DivClassName
{
background-color: #E95C70;
}
.BgClassName
{
background-color: #E95C70;
}
</style>
border-color css
<style>
span { border-color: #E95C70; }
span { border-color: rgb(233,92,112); }
td.TdClassName
{
border-color: #E95C70;
}
.TagClassName
{
border-color: #E95C70;
}
</style>