Shades of Froly #E95E74
Tints of Froly #E95E74
RGB
CMYK
RGB Variations
Color information
#E95E74 (or 0xE95E74) is known color: Froly. HEX triplet: E9, 5E and 74. RGB value is (233,94,116). Sum of RGB (Red+Green+Blue) = 233+94+116=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E74 is #16A18B. Grayscale: #8A8A8A. Windows color (decimal): -1483148 or 7626473. OLE color: 7626473.
HSL color Cylindrical-coordinate representation of color #E95E74: hue angle of 350.5º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95E74 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 116 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.09 |
| HSL | 350.5º | 0.76% | 0.64% | - |
| HSV(B) | 350.5º | 0.6% | 0.91% | - |
| XYZ | 40.76 | 26.59 | 19.51 | - |
| YUV | 138.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 116 | 0 | 0.60 | 0.50 | 0.09 | 350.5 | 0.76 | 0.64 |
| Hex | E9 | 5E | 74 | 0 | 3C | 32 | 9 | 15F | 4C | 40 |
| Octal | 351 | 136 | 164 | 0 | 74 | 62 | 11 | 537 | 114 | 100 |
| Binary | 11101001 | 1011110 | 1110100 | 0 | 111100 | 110010 | 1001 | 101011111 | 1001100 | 1000000 |
Color Harmonies of #E95E74
Complementary color
Monochromatic Colors of #E95E74
Black with #E95E74
Text Example
Text Example
White with #E95E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E74; }
p { color: rgb(233,94,116); }
H1.HeaderClassName
{
color: #E95E74;
}
.AnyTagClassName
{
color: #E95E74;
}
</style>
background-color css
<style>
a { background-color: #E95E74; }
a { background-color: rgb(233,94,116); }
div.DivClassName
{
background-color: #E95E74;
}
.BgClassName
{
background-color: #E95E74;
}
</style>
border-color css
<style>
span { border-color: #E95E74; }
span { border-color: rgb(233,94,116); }
td.TdClassName
{
border-color: #E95E74;
}
.TagClassName
{
border-color: #E95E74;
}
</style>